|
|
@ -19,6 +19,7 @@ |
|
|
|
<TargetFrameworks Condition=" '$(ShowTargetFrameworks)' == 'true' ">net461;net35</TargetFrameworks> |
|
|
|
<LangVersion>8.0</LangVersion> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<NoWarn>CA1031</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -51,18 +52,6 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<DocumentationFile>$(OutputPath)IPA.Loader.xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|Net4'"> |
|
|
|
<NoWarn>CA1031</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|Net3'"> |
|
|
|
<NoWarn>CA1031</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|Net4'"> |
|
|
|
<NoWarn>CA1031</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|Net3'"> |
|
|
|
<NoWarn>CA1031</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|