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.
 
 
 
 

19 lines
669 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<RootNamespace>IPA</RootNamespace>
<AssemblyName>IPA</AssemblyName>
<PathMap>$(SolutionDir)=C:\</PathMap>
<DebugType>portable</DebugType>
<LangVersion>8.0</LangVersion>
<NoWarn>CA1031</NoWarn>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<ApplicationIcon>favicon.ico</ApplicationIcon>
</PropertyGroup>
</Project>