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.

23 lines
765 B

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