25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
575 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net8.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. <UseWPF>true</UseWPF>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="MaterialDesignThemes" Version="5.2.1" />
  11. <PackageReference Include="Prism.DryIoc" Version="8.1.97" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Folder Include="VIew\" />
  15. <Folder Include="VIewModel\" />
  16. <Folder Include="Model\" />
  17. </ItemGroup>
  18. </Project>