You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
514 B

  1. <!--<Project Sdk="Microsoft.NET.Sdk">-->
  2. <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
  3. <PropertyGroup>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. <OutputType>Library</OutputType>
  8. <GenerateDocumentationFile>true</GenerateDocumentationFile>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <None Include="..\.editorconfig" Link=".editorconfig" />
  12. <None Include="..\Settings.XamlStyler" Link="Settings.XamlStyler" />
  13. </ItemGroup>
  14. </Project>