mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
75 lines
3.6 KiB
XML
75 lines
3.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
|
|
<Profile>Bochs</Profile>
|
|
<BinFormat>ELF</BinFormat>
|
|
<StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled>
|
|
<StackCorruptionDetectionLevel>MethodFooters</StackCorruptionDetectionLevel>
|
|
<Deployment>ISO</Deployment>
|
|
<DebugEnabled>True</DebugEnabled>
|
|
<DebugMode>Source</DebugMode>
|
|
<IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute>
|
|
<PxeInterface>192.168.211.1</PxeInterface>
|
|
<_StackCorruptionDetectionEnabled>True</_StackCorruptionDetectionEnabled>
|
|
<_StackCorruptionDetectionLevel>MethodFooters</_StackCorruptionDetectionLevel>
|
|
<_Deployment>ISO</_Deployment>
|
|
<_DebugEnabled>True</_DebugEnabled>
|
|
<_DebugMode>Source</_DebugMode>
|
|
<_IgnoreDebugStubAttribute>False</_IgnoreDebugStubAttribute>
|
|
<_PxeInterface>192.168.211.1</_PxeInterface>
|
|
<Description>Use Bochs emulator to deploy and debug.</Description>
|
|
<Launch>Bochs</Launch>
|
|
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
|
|
<EnableGDB>True</EnableGDB>
|
|
<StartCosmosGDB>True</StartCosmosGDB>
|
|
<VMware_StackCorruptionDetectionEnabled>True</VMware_StackCorruptionDetectionEnabled>
|
|
<VMware_StackCorruptionDetectionLevel>MethodFooters</VMware_StackCorruptionDetectionLevel>
|
|
<VMware_Description>Use VMware Player or Workstation to deploy and debug.</VMware_Description>
|
|
<VMware_Deployment>ISO</VMware_Deployment>
|
|
<VMware_Launch>VMware</VMware_Launch>
|
|
<VMware_DebugEnabled>True</VMware_DebugEnabled>
|
|
<VMware_DebugMode>Source</VMware_DebugMode>
|
|
<VMware_IgnoreDebugStubAttribute>False</VMware_IgnoreDebugStubAttribute>
|
|
<VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort>
|
|
<VMware_PxeInterface>192.168.211.1</VMware_PxeInterface>
|
|
<VMware_EnableGDB>False</VMware_EnableGDB>
|
|
<VMware_StartCosmosGDB>False</VMware_StartCosmosGDB>
|
|
<Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled>
|
|
<Bochs_StackCorruptionDetectionLevel>MethodFooters</Bochs_StackCorruptionDetectionLevel>
|
|
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
|
|
<Bochs_Deployment>ISO</Bochs_Deployment>
|
|
<Bochs_Launch>Bochs</Bochs_Launch>
|
|
<Bochs_DebugEnabled>True</Bochs_DebugEnabled>
|
|
<Bochs_DebugMode>Source</Bochs_DebugMode>
|
|
<Bochs_IgnoreDebugStubAttribute>False</Bochs_IgnoreDebugStubAttribute>
|
|
<Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
|
|
<Bochs_PxeInterface>192.168.211.1</Bochs_PxeInterface>
|
|
<Bochs_EnableGDB>True</Bochs_EnableGDB>
|
|
<Bochs_StartCosmosGDB>True</Bochs_StartCosmosGDB>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ZLibrary\ZLibrary.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="ZORK1.DAT" />
|
|
<None Remove="ZORK2.DAT" />
|
|
<None Remove="ZORK3.DAT" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="ZORK1.DAT" />
|
|
<EmbeddedResource Include="ZORK2.DAT" />
|
|
<EmbeddedResource Include="ZORK3.DAT" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Cosmos.Build" Version="0-*" NoWarn="NU1604" />
|
|
<PackageReference Include="Cosmos.Debug.Kernel" Version="0-*" NoWarn="NU1604" />
|
|
<PackageReference Include="Cosmos.System2" Version="0-*" NoWarn="NU1604" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|