mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
56 lines
2.3 KiB
XML
56 lines
2.3 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>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{472c46f6-c64c-4d71-b5ec-e6bd4ba164ce}</ProjectGuid>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<Name>LWatsonBoot</Name>
|
|
<BinFormat>elf</BinFormat>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
</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>LWatsonBoot</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.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="..\..\source\Cosmos.Core_Plugs\Cosmos.Core_Plugs.csproj">
|
|
<Name>Cosmos.Core_Plugs</Name>
|
|
<Project>{d9a87aad-fcc9-4517-b31d-e904dad00784}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\LWatson\LWatson.csproj">
|
|
<Name>LWatson</Name>
|
|
<Project>{3b82bb82-56c4-4449-ab24-47770ec3293e}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<!--<ItemGroup>
|
|
<Content Include="Cosmos.bxrc">
|
|
<SubType>Content</SubType>
|
|
</Content>
|
|
</ItemGroup>-->
|
|
<Import Project="$(MSBuildExtensionsPath)\Cosmos\Cosmos.targets" />
|
|
</Project>
|