Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot to set toolset for x64 debug build.
  • Loading branch information
MainMemory committed May 15, 2015
1 parent 68ddb76 commit c987e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SMPSOUT/SMPSOUT.vcxproj
Expand Up @@ -33,6 +33,7 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>Windows7.1SDK</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
Expand Down

0 comments on commit c987e18

Please sign in to comment.