Cosmos/source/Cosmos.VS.ProjectSystem/BuildSystem/Cosmos.DesignTime.targets
2018-06-11 23:36:30 +01:00

26 lines
809 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\Content.xaml">
<Context>File;BrowseObject</Context>
</PropertyPageSchema>
<PropertyPageSchema Include="$(_CosmosXamlResourcesDirectory)Rules\CosmosDebugger.xaml">
<Context>Project</Context>
</PropertyPageSchema>
</ItemGroup>
</Project>