Skip to content

Commit

Permalink
woop
Browse files Browse the repository at this point in the history
  • Loading branch information
Luch00 committed Mar 20, 2016
1 parent 711c249 commit db30527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_plugin.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v140_xp</PlatformToolset>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down

0 comments on commit db30527

Please sign in to comment.