StandarDesign/StandardDesign.Views/StandardDesign.Views.csproj

18 lines
642 B
XML
Raw Normal View History

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