mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
23 lines
640 B
XML
23 lines
640 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<_CosmosXamlResourcesDirectory>$(MSBuildThisFileDirectory)</_CosmosXamlResourcesDirectory>
|
|
<DebuggerFlavor>CosmosDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectCapability Remove="LaunchProfiles" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectCapability Include="Bootable" />
|
|
<ProjectCapability Include="Cosmos" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PropertyPageSchema Include="$(_CosmosXamlResourcesDirectory)Rules\CosmosDebugger.xaml">
|
|
<Context>Project</Context>
|
|
</PropertyPageSchema>
|
|
</ItemGroup>
|
|
|
|
</Project>
|