KeplerAnalizer.csproj 578 B

12345678910111213141516171819
  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. <PropertyGroup>
  10. <OutputPath>$(SolutionDir)Binary</OutputPath>
  11. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  12. <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
  13. <OutputPath>$(SolutionDir)Binary\Analizer\Kepler</OutputPath>
  14. </PropertyGroup>
  15. </Project>