mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 13:28:41 +00:00
52 lines
No EOL
1.8 KiB
Text
52 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>{99999999-9999-9999-9999-999999999999}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>Cosmos.User.Kernel</RootNamespace>
|
|
<AssemblyName>CosmosKernel</AssemblyName>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<Name>Project2</Name>
|
|
<Language>CSharp</Language>
|
|
</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>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<Framework>MicrosoftNET</Framework>
|
|
<UseInternalAssembler>False</UseInternalAssembler>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="System" />
|
|
<Reference Include="Cosmos.Hardware"/>
|
|
<Reference Include="Cosmos.Kernel"/>
|
|
<Reference Include="Cosmos.Sys"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Program.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Cosmos\Cosmos.targets" />
|
|
|
|
</Project> |