mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 05:48:37 +00:00
62 lines
No EOL
2.3 KiB
Text
62 lines
No EOL
2.3 KiB
Text
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<BinFormat>elf</BinFormat>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{3eee2aba-87b3-4dd7-b6c5-bef23d411136}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>Cosmos.User.Kernel</RootNamespace>
|
|
<AssemblyName>CosmosKernel</AssemblyName>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<Name>Project2</Name>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<Language>CSharp</Language>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<BuildTarget>QEMU</BuildTarget>
|
|
<Framework>MicrosoftNET</Framework>
|
|
<UseInternalAssembler>False</UseInternalAssembler>
|
|
<QemuNetworkCard>RealtekRTL8139</QemuNetworkCard>
|
|
<QemuAudioCard>
|
|
</QemuAudioCard>
|
|
<QemuNetworkTAP>True</QemuNetworkTAP>
|
|
<QemuEnableGDB>True</QemuEnableGDB>
|
|
<QemuCommunication>TCPListener</QemuCommunication>
|
|
<DebugMode>Source</DebugMode>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<BuildTarget>QEMU</BuildTarget>
|
|
<Framework>MicrosoftNET</Framework>
|
|
<UseInternalAssembler>False</UseInternalAssembler>
|
|
<QemuCommunication>
|
|
</QemuCommunication>
|
|
<TraceAssemblies>All</TraceAssemblies>
|
|
<DebugMode>None</DebugMode>
|
|
</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" />
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
</Project> |