mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-29 12:20:36 +00:00
42 lines
No EOL
1.8 KiB
Text
42 lines
No EOL
1.8 KiB
Text
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>$CosmosProjGuid$</ProjectGuid>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<Name>$CosmosProjectName$</Name>
|
|
<BinFormat>elf</BinFormat>
|
|
</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>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Release\</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include=".\$KernelName$.csproj">
|
|
<Name>$KernelName$</Name>
|
|
<Project>$KernelGuid$</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Cosmos\Cosmos.targets" />
|
|
</Project> |