StandarDesign/StandardDesign/StandardDesign.csproj
2024-01-30 08:48:46 +08:00

18 lines
582 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\StandardDesign.Assets\StandardDesign.Assets.csproj" />
<ProjectReference Include="..\StandardDesign.ViewModels\StandardDesign.ViewModels.csproj" />
<ProjectReference Include="..\StandardDesign.Views\StandardDesign.Views.csproj" />
</ItemGroup>
</Project>