mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
59 lines
2.2 KiB
Text
59 lines
2.2 KiB
Text
<Project Sdk="Microsoft.Net.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net462</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<BinFormat>elf</BinFormat>
|
|
<DebugEnabled>True</DebugEnabled>
|
|
<DebugMode>Source</DebugMode>
|
|
<TraceMode>User</TraceMode>
|
|
<EnableGDB>False</EnableGDB>
|
|
<StartCosmosGDB>False</StartCosmosGDB>
|
|
<Deployment>ISO</Deployment>
|
|
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
|
|
<StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled>
|
|
<StackCorruptionDetectionLevel>MethodFooters</StackCorruptionDetectionLevel>
|
|
<IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute>
|
|
<CosmosDebugPort>Serial: COM1</CosmosDebugPort>
|
|
<Launch>VMware</Launch>
|
|
<Profile>VMware</Profile>
|
|
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="*" />
|
|
<Compile Remove="*" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\source\Cosmos.Core.Plugs.Asm\Cosmos.Core.Plugs.Asm.csproj">
|
|
<Name>Cosmos.Core.Plugs.Asm</Name>
|
|
<Project>{3c186d37-21c3-417c-95f1-19be538af88a}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.Core.Plugs\Cosmos.Core.Plugs.csproj">
|
|
<Name>Cosmos.Core.Plugs</Name>
|
|
<Project>{1132e689-18b0-4d87-94e8-934d4802c540}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel.Plugs.Asm\Cosmos.Debug.Kernel.Plugs.Asm.csproj">
|
|
<Name>Cosmos.Debug.Kernel.Plugs.Asm</Name>
|
|
<Project>{7e450662-b34c-49b0-a826-f45ad3a18891}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.System.Plugs\Cosmos.System.Plugs.csproj">
|
|
<Name>Cosmos.System.Plugs</Name>
|
|
<Project>{9431ff1f-ad75-4a1e-b38a-46e0f109411d}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Guess\GuessKernel.csproj">
|
|
<Name>GuessKernel</Name>
|
|
<Project>{e35e0dbf-555f-4d38-8f28-acdfa9dc97bd}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(AppData)\Cosmos User Kit\Build\VSIP\Cosmos.targets" />
|
|
|
|
</Project>
|