mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
66 lines
No EOL
2.5 KiB
Text
66 lines
No EOL
2.5 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>
|
|
<KernelAssemblyReference>BreakpointsKernel.dll</KernelAssemblyReference>
|
|
<KernelAssemblyReferenceId>project:{91cbd640-c07d-4556-b4cb-6f8cd88c67c9}</KernelAssemblyReferenceId>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<BuildTarget>VMWare</BuildTarget>
|
|
<Framework>MicrosoftNET</Framework>
|
|
<UseInternalAssembler>False</UseInternalAssembler>
|
|
<DebugMode>Source</DebugMode>
|
|
<EnableGDB>True</EnableGDB>
|
|
<TraceMode>
|
|
</TraceMode>
|
|
<VMWareFlavor>Workstation</VMWareFlavor>
|
|
<StartCosmosGDB>True</StartCosmosGDB>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<BuildTarget>VMWare</BuildTarget>
|
|
<Framework>MicrosoftNET</Framework>
|
|
<UseInternalAssembler>False</UseInternalAssembler>
|
|
<DebugMode>Source</DebugMode>
|
|
<EnableGDB>False</EnableGDB>
|
|
<TraceMode>
|
|
</TraceMode>
|
|
<VMWareFlavor>Workstation</VMWareFlavor>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Include="Breakpoints.cgdb">
|
|
<SubType>Content</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Compile last with NASM.bat">
|
|
<SubType>Content</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Breakpoints\BreakpointsKernel.csproj">
|
|
<Name>BreakpointsKernel</Name>
|
|
<Project>{91cbd640-c07d-4556-b4cb-6f8cd88c67c9}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Cosmos\Cosmos.targets" />
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
</Project> |