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.

20 lines
746 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
  5. <RuntimeIdentifiers>win7-x64;win7-x86;linux-x64</RuntimeIdentifiers>
  6. <RootNamespace>IPA</RootNamespace>
  7. <AssemblyName>IPA</AssemblyName>
  8. <PathMap>$(SolutionDir)=C:\</PathMap>
  9. <DebugType>portable</DebugType>
  10. <LangVersion>8.0</LangVersion>
  11. <NoWarn>CA1031</NoWarn>
  12. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  13. <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
  14. <GenerateDocumentationFile>false</GenerateDocumentationFile>
  15. <ApplicationIcon>favicon.ico</ApplicationIcon>
  16. </PropertyGroup>
  17. </Project>