StandarDesign/StandardDesign/StandardDesign.csproj

23 lines
715 B
XML
Raw Normal View History

2024-01-30 00:48:46 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<ApplicationIcon>bitbug_favicon.ico</ApplicationIcon>
2024-01-30 00:48:46 +00:00
</PropertyGroup>
<ItemGroup>
<Content Include="bitbug_favicon.ico" />
</ItemGroup>
2024-01-30 00:48:46 +00:00
<ItemGroup>
<ProjectReference Include="..\StandardDesign.Assets\StandardDesign.Assets.csproj" />
<ProjectReference Include="..\StandardDesign.ViewModels\StandardDesign.ViewModels.csproj" />
<ProjectReference Include="..\StandardDesign.Views\StandardDesign.Views.csproj" />
</ItemGroup>
</Project>