mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
182 lines
No EOL
8.5 KiB
XML
182 lines
No EOL
8.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{7C64B97F-516D-4A6D-B9E1-3FE48F561409}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Cosmos.System.Plugs</RootNamespace>
|
|
<AssemblyName>Cosmos.System.Plugs</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>
|
|
</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="System\Collections\Generic\EqualityComparerImpl.cs" />
|
|
<Compile Include="System\DecimalImpl.cs" />
|
|
<Compile Include="System\Mda.cs" />
|
|
<Compile Include="System\Security\Cryptography\CryptoConfigImpl.cs" />
|
|
<Compile Include="System\ValueTypeImpl.cs" />
|
|
<Compile Include="System\EnumImpl.cs" />
|
|
<Compile Include="System\Globalization\CultureInfoImpl.cs" />
|
|
<Compile Include="System\IO\ErrorImpl.cs" />
|
|
<Compile Include="System\RuntimeTypeImpl.cs" />
|
|
<Compile Include="System\Runtime\Compilerservices\runtimehelpersImpl.cs" />
|
|
<Compile Include="System\Security\SecurityElementImpl.cs" />
|
|
<Compile Include="System\Security\CodeAccessSecurityEngineImpl.cs" />
|
|
<Compile Include="System\Security\Cryptography\UtilsImpl.cs" />
|
|
<Compile Include="System\Drawing\ColorImpl.cs" />
|
|
<Compile Include="System\Drawing\SRImpl.cs" />
|
|
<Compile Include="System\Net\IPAddressImpl.cs" />
|
|
<Compile Include="System\Net\SocketAddressImpl.cs" />
|
|
<Compile Include="System\SByteImpl.cs" />
|
|
<Compile Include="System\Security\Permissions\FileIOPermissionImpl.cs" />
|
|
<Compile Include="System\SingleImpl.cs" />
|
|
<Compile Include="System\SRImpl.cs" />
|
|
<Compile Include="System\BooleanImpl.cs" />
|
|
<Compile Include="System\ByteImpl.cs" />
|
|
<Compile Include="System\CharImpl.cs" />
|
|
<Compile Include="System\DictionaryImpl.cs" />
|
|
<Compile Include="System\DoubleImpl.cs" />
|
|
<Compile Include="System\Int16Impl.cs" />
|
|
<Compile Include="System\Int32Impl.cs" />
|
|
<Compile Include="System\Int64Impl.cs" />
|
|
<Compile Include="System\IntPtrImpl.cs" />
|
|
<Compile Include="System\IO\DirectoryImpl.cs" />
|
|
<Compile Include="System\IO\DirectoryInfoImpl.cs" />
|
|
<Compile Include="System\IO\DriveInfoImpl.cs" />
|
|
<Compile Include="System\IO\FileImpl.cs" />
|
|
<Compile Include="System\IO\FileInfoImpl.cs" />
|
|
<Compile Include="System\IO\FileStreamImpl.cs" />
|
|
<Compile Include="System\IO\FileSystemInfoImpl.cs" />
|
|
<Compile Include="System\IO\PathImpl.cs" />
|
|
<Compile Include="System\IO\StreamReaderImpl.cs" />
|
|
<Compile Include="System\NumberImpl.cs" />
|
|
<Compile Include="System\RandomImpl.cs" />
|
|
<Compile Include="System\Text\DecoderFallbackImpl.cs" />
|
|
<Compile Include="System\Text\EncoderFallbackImpl.cs" />
|
|
<Compile Include="System\Text\ASCIIEncodingImpl.cs" />
|
|
<Compile Include="System\ConsoleImpl.cs" />
|
|
<Compile Include="System\MathImpl.cs" />
|
|
<Compile Include="System\Text\InternalDecoderBestFitFallbackBufferImpl.cs" />
|
|
<Compile Include="System\Threading\MonitorImpl.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="System\TypeImpl.cs" />
|
|
<Compile Include="System\UInt16Impl.cs" />
|
|
<Compile Include="System\UInt32Impl.cs" />
|
|
<Compile Include="System\UInt64Impl.cs" />
|
|
<Compile Include="System\UIntPtrImpl.cs" />
|
|
<Compile Include="System\ValueTypeImp.cs" />
|
|
<Compile Include="System\WindowsInsiderPlugs.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj">
|
|
<Project>{1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}</Project>
|
|
<Name>Cosmos.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj">
|
|
<Project>{61607F1E-58F9-41CF-972F-128384F3E115}</Project>
|
|
<Name>Cosmos.Debug.Kernel</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.HAL\Cosmos.HAL.csproj">
|
|
<Project>{6A991D03-1435-4005-9809-B8BACDF3B021}</Project>
|
|
<Name>Cosmos.HAL</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
|
|
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
|
|
<Name>Cosmos.IL2CPU.Plugs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.System\Cosmos.System.csproj">
|
|
<Project>{3def0461-08ab-471a-8f03-a9c556652a0f}</Project>
|
|
<Name>Cosmos.System</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Cosmos.snk" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |