mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>net6.0</TargetFramework>
|
|||
|
|
<!--<RuntimeIdentifier>cosmos</RuntimeIdentifier>-->
|
|||
|
|
<Platform>cosmos</Platform>
|
|||
|
|
<SupportsX86Intrinsics>false</SupportsX86Intrinsics>
|
|||
|
|
<SelfContained>True</SelfContained>
|
|||
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|||
|
|
<Configurations>Debug;Release;Release (Fixed)</Configurations>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<EnableGDB>False</EnableGDB>
|
|||
|
|
<StartCosmosGDB>False</StartCosmosGDB>
|
|||
|
|
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
|
|||
|
|
<CosmosDebugPort>Serial: COM1</CosmosDebugPort>
|
|||
|
|
<Launch>VMware</Launch>
|
|||
|
|
<Profile>VMware</Profile>
|
|||
|
|
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
|
|||
|
|
<PxeInterface>192.168.0.8</PxeInterface>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<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>
|