|
@ -3,6 +3,7 @@ |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<OutputType>Exe</OutputType> |
|
|
<OutputType>Exe</OutputType> |
|
|
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks> |
|
|
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks> |
|
|
|
|
|
<RuntimeIdentifiers>win7-x64;win7-x86;linux-x64</RuntimeIdentifiers> |
|
|
<RootNamespace>IPA</RootNamespace> |
|
|
<RootNamespace>IPA</RootNamespace> |
|
|
<AssemblyName>IPA</AssemblyName> |
|
|
<AssemblyName>IPA</AssemblyName> |
|
|
<PathMap>$(SolutionDir)=C:\</PathMap> |
|
|
<PathMap>$(SolutionDir)=C:\</PathMap> |
|
|