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

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\Common.props"/>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<RuntimeIdentifiers>win7-x64;win7-x86;linux-x64</RuntimeIdentifiers>
<RootNamespace>IPA</RootNamespace>
<AssemblyName>IPA</AssemblyName>
<PathMap>$(SolutionDir)=C:\</PathMap>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<Nullable>enable</Nullable>
</PropertyGroup>
<Import Project="..\Common.targets"/>
</Project>