mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
236 lines
No EOL
12 KiB
XML
236 lines
No EOL
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProjectGuid>{758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Cosmos.TestRunner.Core</RootNamespace>
|
|
<AssemblyName>Cosmos.TestRunner.Core</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</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|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</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="Microsoft.Build.Framework" />
|
|
<Reference Include="Microsoft.Build.Utilities.v4.0" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DefaultEngineConfiguration.cs" />
|
|
<Compile Include="Engine.Bochs.cs">
|
|
<DependentUpon>Engine.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Engine.cs" />
|
|
<Compile Include="Engine.Helpers.cs">
|
|
<DependentUpon>Engine.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Engine.Run.cs">
|
|
<DependentUpon>Engine.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Engine.Running.cs">
|
|
<DependentUpon>Engine.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Engine.VMware.cs">
|
|
<DependentUpon>Engine.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Enums.cs" />
|
|
<Compile Include="MultiplexingOutputHandler.cs" />
|
|
<Compile Include="OutputHandlerBase.cs" />
|
|
<Compile Include="OutputHandlerBasic.cs" />
|
|
<Compile Include="OutputHandlerFullConsole.cs" />
|
|
<Compile Include="OutputHandlerConsole.cs" />
|
|
<Compile Include="OutputHandlerFullTextBase.cs" />
|
|
<Compile Include="OutputHandlerTextBase.cs" />
|
|
<Compile Include="OutputHandlerXml.cs" />
|
|
<Compile Include="OutputHandlerXml.Helpers.cs">
|
|
<DependentUpon>OutputHandlerXml.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="RunConfiguration.cs" />
|
|
<Compile Include="TaskFailedException.cs" />
|
|
<Compile Include="TestKernelSets.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\source\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
|
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
|
|
<Name>Cosmos.Assembler</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.Build.Common\Cosmos.Build.Common.csproj">
|
|
<Project>{0462E82B-8C29-41A9-8265-9C89038ADB29}</Project>
|
|
<Name>Cosmos.Build.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.Build.MSBuild\Cosmos.Build.MSBuild.csproj">
|
|
<Project>{BC6AE974-1F18-4A19-A956-5062E4D3FD53}</Project>
|
|
<Name>Cosmos.Build.MSBuild</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.Core.Plugs\Cosmos.Core.Plugs.csproj">
|
|
<Project>{D9A87AAD-FCC9-4517-B31D-E904DAD00784}</Project>
|
|
<Name>Cosmos.Core.Plugs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
|
|
<Project>{AB24E403-54F3-4F67-B5E0-119A7227AAC1}</Project>
|
|
<Name>Cosmos.Debug.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel.Plugs\Cosmos.Debug.Kernel.Plugs.csproj">
|
|
<Project>{B97A2956-C363-47F2-A6AA-B4FCCFF4D315}</Project>
|
|
<Name>Cosmos.Debug.Kernel.Plugs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj">
|
|
<Project>{61607F1E-58F9-41CF-972F-128384F3E115}</Project>
|
|
<Name>Cosmos.Debug.Kernel</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.Debug.VSDebugEngine\Cosmos.Debug.VSDebugEngine.csproj">
|
|
<Project>{6D2688FE-6FD8-44A8-B96A-6037457F72A7}</Project>
|
|
<Name>Cosmos.Debug.VSDebugEngine</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
|
|
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
|
|
<Name>Cosmos.IL2CPU.Plugs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj">
|
|
<Project>{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}</Project>
|
|
<Name>Cosmos.IL2CPU</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.System.Plugs\Cosmos.System.Plugs.csproj">
|
|
<Project>{7C64B97F-516D-4A6D-B9E1-3FE48F561409}</Project>
|
|
<Name>Cosmos.System.Plugs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj">
|
|
<Project>{3DEF0461-08AB-471A-8F03-A9C556652A0F}</Project>
|
|
<Name>Cosmos.System</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\IL2CPU\IL2CPU.csproj">
|
|
<Project>{6128DEEB-D30F-4859-B60F-C36D5452F3E9}</Project>
|
|
<Name>IL2CPU</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\BoxingTests\BoxingTests.csproj">
|
|
<Project>{f8889473-5866-4913-86ac-8072a1a2558c}</Project>
|
|
<Name>BoxingTests</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Compiler.Tests.Bcl\Cosmos.Compiler.Tests.Bcl.csproj">
|
|
<Project>{31e3f8e2-7cc0-426c-accb-77b3319af5d3}</Project>
|
|
<Name>Cosmos.Compiler.Tests.Bcl</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Compiler.Tests.Encryption\Cosmos.Compiler.Tests.Encryption.csproj">
|
|
<Project>{48ebdeb2-6a6a-4df2-b5f1-db6d299401f2}</Project>
|
|
<Name>Cosmos.Compiler.Tests.Encryption</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Compiler.Tests.Exceptions\Cosmos.Compiler.Tests.Exceptions.csproj">
|
|
<Project>{9df5c0a9-b91c-4647-b939-e47513743a0c}</Project>
|
|
<Name>Cosmos.Compiler.Tests.Exceptions</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Compiler.Tests.Interfaces\Cosmos.Compiler.Tests.Interfaces.Kernel.csproj">
|
|
<Project>{bdc011be-6041-4a58-a6e7-0f592e78cb27}</Project>
|
|
<Name>Cosmos.Compiler.Tests.Interfaces.Kernel</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Compiler.Tests.MethodTests\Cosmos.Compiler.Tests.MethodTests.csproj">
|
|
<Project>{fe8b9f39-7c96-4866-9a18-386735895cee}</Project>
|
|
<Name>Cosmos.Compiler.Tests.MethodTests</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Compiler.Tests.SimpleWriteLine.Kernel\Cosmos.Compiler.Tests.SimpleWriteLine.Kernel.csproj">
|
|
<Project>{57045fe8-b0fe-4fc1-810f-7c3914aef1de}</Project>
|
|
<Name>Cosmos.Compiler.Tests.SimpleWriteLine.Kernel</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Compiler.Tests.SingleEchoTest\Cosmos.Compiler.Tests.SingleEchoTest.csproj">
|
|
<Project>{3e28cfd9-25d4-4ebb-86e3-4a4a8a8936fe}</Project>
|
|
<Name>Cosmos.Compiler.Tests.SingleEchoTest</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Kernel.Tests.Fat\Cosmos.Kernel.Tests.Fat.csproj">
|
|
<Project>{a0893493-d4f0-4b9f-9826-86319e143d86}</Project>
|
|
<Name>Cosmos.Kernel.Tests.Fat</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Kernel.Tests.IO\Cosmos.Kernel.Tests.IO.csproj">
|
|
<Project>{47b1a772-4a53-4a53-9bad-31df119b1725}</Project>
|
|
<Name>Cosmos.Kernel.Tests.IO</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Kernel.Tests.LinqTests\Cosmos.Compiler.Tests.LinqTests.csproj">
|
|
<Project>{85b11f78-39bc-4cfc-9033-fc84ab14cd03}</Project>
|
|
<Name>Cosmos.Compiler.Tests.LinqTests</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj">
|
|
<Project>{E6D3B644-C487-472D-A978-C1A82D0C099B}</Project>
|
|
<Name>Cosmos.TestRunner.TestController</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SimpleStructsAndArraysTest\SimpleStructsAndArraysTest.csproj">
|
|
<Project>{839edc9d-6d2e-4892-a7f0-17861ba9fa0c}</Project>
|
|
<Name>SimpleStructsAndArraysTest</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\VGACompilerCrash\VGACompilerCrash.csproj">
|
|
<Project>{21915a7e-cc84-4836-8b87-857b6149d496}</Project>
|
|
<Name>VGACompilerCrash</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
</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> |