Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
w4123 committed Jun 6, 2020
1 parent 55223dc commit be3db09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dice/Dice.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,28 @@
<IntDir>$(Configuration)\</IntDir>
<LinkKeyFile>
</LinkKeyFile>
<PostBuildEventUseInBuild>false</PostBuildEventUseInBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<Linkage-AWSSDKCPP-Core>static</Linkage-AWSSDKCPP-Core>
<Linkage-AWSSDKCPP-DynamoDB>static</Linkage-AWSSDKCPP-DynamoDB>
<PostBuildEventUseInBuild>false</PostBuildEventUseInBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<Linkage-AWSSDKCPP-Core>static</Linkage-AWSSDKCPP-Core>
<Linkage-AWSSDKCPP-DynamoDB>static</Linkage-AWSSDKCPP-DynamoDB>
<PostBuildEventUseInBuild>false</PostBuildEventUseInBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<Linkage-AWSSDKCPP-Core>static</Linkage-AWSSDKCPP-Core>
<Linkage-AWSSDKCPP-DynamoDB>static</Linkage-AWSSDKCPP-DynamoDB>
<PostBuildEventUseInBuild>false</PostBuildEventUseInBuild>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
Expand Down

0 comments on commit be3db09

Please sign in to comment.