mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-23 06:18:54 +00:00
83 lines
No EOL
4.1 KiB
XML
83 lines
No EOL
4.1 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>{444098bc-8f72-4030-a8c0-118d2dd93eb8}</ProjectGuid>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<Name>BoxingTestsBoot</Name>
|
|
<BinFormat>elf</BinFormat>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<Profile>Bochs</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>BoxingTestsBoot</Name>
|
|
<Description>Use Bochs emulator to deploy and debug.</Description>
|
|
<Deployment>ISO</Deployment>
|
|
<Launch>Bochs</Launch>
|
|
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
|
|
<VMware_Name>BoxingTestsBoot</VMware_Name>
|
|
<VMware_Description>Use VMware Player or Workstation to deploy and debug.</VMware_Description>
|
|
<VMware_Deployment>ISO</VMware_Deployment>
|
|
<VMware_Launch>VMware</VMware_Launch>
|
|
<VMware_DebugEnabled>true</VMware_DebugEnabled>
|
|
<VMware_DebugMode>Source</VMware_DebugMode>
|
|
<VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort>
|
|
<VMware_VMwareEdition>Player</VMware_VMwareEdition>
|
|
<VMware_OutputPath>bin\Debug\</VMware_OutputPath>
|
|
<VMware_EnableGDB>False</VMware_EnableGDB>
|
|
<VMware_StartCosmosGDB>false</VMware_StartCosmosGDB>
|
|
<Bochs_Name>BoxingTestsBoot</Bochs_Name>
|
|
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
|
|
<Bochs_Deployment>ISO</Bochs_Deployment>
|
|
<Bochs_Launch>Bochs</Bochs_Launch>
|
|
<Bochs_DebugEnabled>true</Bochs_DebugEnabled>
|
|
<Bochs_DebugMode>Source</Bochs_DebugMode>
|
|
<Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
|
|
<Bochs_VMwareEdition>Player</Bochs_VMwareEdition>
|
|
<Bochs_OutputPath>bin\Debug\</Bochs_OutputPath>
|
|
<Bochs_EnableGDB>False</Bochs_EnableGDB>
|
|
<Bochs_StartCosmosGDB>false</Bochs_StartCosmosGDB>
|
|
<IntelEdison_Name>BoxingTestsBoot</IntelEdison_Name>
|
|
<IntelEdison_Description>Connect to Intel Edison device to deploy and debug.</IntelEdison_Description>
|
|
<IntelEdison_Deployment>BinaryImage</IntelEdison_Deployment>
|
|
<IntelEdison_Launch>IntelEdison</IntelEdison_Launch>
|
|
<IntelEdison_DebugEnabled>true</IntelEdison_DebugEnabled>
|
|
<IntelEdison_DebugMode>Source</IntelEdison_DebugMode>
|
|
<IntelEdison_VisualStudioDebugPort>Pipe: Cosmos\Serial</IntelEdison_VisualStudioDebugPort>
|
|
<IntelEdison_VMwareEdition>Player</IntelEdison_VMwareEdition>
|
|
<IntelEdison_OutputPath>bin\Debug\</IntelEdison_OutputPath>
|
|
<IntelEdison_EnableGDB>False</IntelEdison_EnableGDB>
|
|
<IntelEdison_StartCosmosGDB>false</IntelEdison_StartCosmosGDB>
|
|
<EnableBochsDebug>True</EnableBochsDebug>
|
|
<Bochs_EnableBochsDebug>True</Bochs_EnableBochsDebug>
|
|
</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="..\BoxingTests\BoxingTests.csproj">
|
|
<Name>BoxingTests</Name>
|
|
<Project>{f8889473-5866-4913-86ac-8072a1a2558c}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<!--<ItemGroup>
|
|
<Content Include="Cosmos.bxrc">
|
|
<SubType>Content</SubType>
|
|
</Content>
|
|
</ItemGroup>-->
|
|
<Import Project="$(MSBuildExtensionsPath)\Cosmos\Cosmos.targets" />
|
|
</Project> |