Cosmos/source/Cosmos.Deploy.USB/Cosmos.Deploy.USB.csproj
2018-08-28 22:56:18 +01:00

21 lines
784 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<OutputType>WinExe</OutputType>
<ApplicationIcon>Cosmos.ico</ApplicationIcon>
<IncludeWpfReferences>True</IncludeWpfReferences>
</PropertyGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml" SubType="Designer" Generator="MSBuild:Compile" />
<Page Include="**\*.xaml" Exclude="App.xaml" SubType="Designer" Generator="MSBuild:Compile" />
<Compile Update="**\*.xaml.cs" SubType="Designer" DependentUpon="%(Filename)" />
<Resource Include="Cosmos.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.Build.Common\Cosmos.Build.Common.csproj" />
</ItemGroup>
</Project>