mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
48 lines
No EOL
2.2 KiB
XML
48 lines
No EOL
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{85e13410-c85a-4b0c-bee5-f9a120ecc94e}</ProjectGuid>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<Name>Cosmos.Compiler.Tests.ExceptionsBoot</Name>
|
|
<BinFormat>elf</BinFormat>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<Profile>VMware</Profile>
|
|
<!-- Looks like this was a mispelled attribute. Replaced by DebugEnabled below.
|
|
<DebugEnable>true</DebugEnable>
|
|
-->
|
|
<DebugEnabled>true</DebugEnabled>
|
|
<DebugMode>Source</DebugMode>
|
|
<TraceMode>User</TraceMode>
|
|
<EnableGDB>False</EnableGDB>
|
|
<StartCosmosGDB>false</StartCosmosGDB>
|
|
<VMWareEdition>Player</VMWareEdition>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<Name>Cosmos.Compiler.Tests.ExceptionsBoot</Name>
|
|
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
|
|
<Deployment>ISO</Deployment>
|
|
<Launch>VMware</Launch>
|
|
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Cosmos.Core.Plugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
|
<Reference Include="Cosmos.System.Plugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
|
<Reference Include="Cosmos.Debug.Kernel.Plugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.Compiler.Tests.Exceptions\Cosmos.Compiler.Tests.Exceptions.csproj">
|
|
<Name>Cosmos.Compiler.Tests.Exceptions</Name>
|
|
<Project>{9df5c0a9-b91c-4647-b939-e47513743a0c}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<!--<ItemGroup>
|
|
<Content Include="Cosmos.bxrc">
|
|
<SubType>Content</SubType>
|
|
</Content>
|
|
</ItemGroup>-->
|
|
<Import Project="$(MSBuildExtensionsPath)\Cosmos\Cosmos.targets" />
|
|
</Project> |