|
|
@ -23,6 +23,7 @@ |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<DocumentationFile>bin\Debug\IPA.Loader.xml</DocumentationFile> |
|
|
|
<RegisterForComInterop>false</RegisterForComInterop> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
@ -32,6 +33,8 @@ |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<RegisterForComInterop>false</RegisterForComInterop> |
|
|
|
<DocumentationFile>bin\Release\IPA.Loader.xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|