Skip to content

Commit

Permalink
Update callbacktest_plugin.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
CatGirlsAreLife authored Jul 26, 2018
1 parent f76010c commit 8cf409a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions callbacktest_plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
<SignAssembly>False</SignAssembly>
<DelaySign>False</DelaySign>
<NoStdLib>False</NoStdLib>
<IntermediateOutputPath>..\..\obj\$(Platform)\$(Configuration)\$(ProjectName)</IntermediateOutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\$(ProjectName)</IntermediateOutputPath>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<DefineConstants>CLBTEST</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineConstants>CLBTEST</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
Expand Down

0 comments on commit 8cf409a

Please sign in to comment.