mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
54 lines
No EOL
2.4 KiB
XML
54 lines
No EOL
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{d048e0b1-8b2b-4a99-8376-7fc8a0656a05}</ProjectGuid>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<Name>HKSplaygroundBoot</Name>
|
|
<BinFormat>elf</BinFormat>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<Framework>MicrosoftNET</Framework>
|
|
<UseInternalAssembler>False</UseInternalAssembler>
|
|
<EnableGDB>False</EnableGDB>
|
|
<DebugMode>Source</DebugMode>
|
|
<TraceMode>User</TraceMode>
|
|
<BuildTarget>VMWare</BuildTarget>
|
|
<VMWareFlavor>Player</VMWareFlavor>
|
|
<StartCosmosGDB>False</StartCosmosGDB>
|
|
<IgnoreDebugStubAttribute />
|
|
<TraceAssemblies>All</TraceAssemblies>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<Framework>MicrosoftNET</Framework>
|
|
<UseInternalAssembler>False</UseInternalAssembler>
|
|
<EnableGDB>False</EnableGDB>
|
|
<DebugMode>None</DebugMode>
|
|
<TraceMode>User</TraceMode>
|
|
<BuildTarget>VMWare</BuildTarget>
|
|
<VMWareFlavor>Player</VMWareFlavor>
|
|
<StartCosmosGDB>false</StartCosmosGDB>
|
|
</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="..\HKSplayground\HKSplayground.csproj">
|
|
<Name>HKSplayground (source2\Users\HKSplayground\HKSplayground)</Name>
|
|
<Project>{79d1c0ae-bb85-4f85-accd-8aedd8d7b395}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Cosmos\Cosmos.targets" />
|
|
</Project> |