Cosmos/source/Cosmos.Deploy.USB/Cosmos.Deploy.USB.csproj
2020-11-22 14:42:10 +01:00

20 lines
586 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<OutputType>WinExe</OutputType>
<ApplicationIcon>Cosmos.ico</ApplicationIcon>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Compile Update="**\*.xaml.cs" SubType="Designer" DependentUpon="%(Filename)" />
<Resource Include="Cosmos.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cosmos.Build.Common" />
</ItemGroup>
</Project>