Skip to content

Commit

Permalink
Update Common.props to fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-e committed Nov 10, 2015
1 parent bfa2448 commit f82e148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<VldConfiguration Condition="'$(Configuration)' == 'Debug(Release)_StaticCrt'">Release</VldConfiguration>
<VldConfiguration Condition="'$(Configuration)' == 'Release'">Release</VldConfiguration>
<VldConfiguration Condition="'$(Configuration)' == 'Release_StaticCrt'">Release</VldConfiguration>
<VldToolset>v140</VldToolset>
<VldToolset>v$(PlatformToolsetVersion)</VldToolset>
</PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
<OutDir>$(SolutionDir)src\bin\$(Platform)\$(Configuration)-v$(PlatformToolsetVersion)\</OutDir>
<IntDir>$(SolutionDir)src\obj\$(Platform)\$(Configuration)-v$(PlatformToolsetVersion)\$(ProjectName)\</IntDir>
<OutDir>$(SolutionDir)src\bin\$(Platform)\$(Configuration)-$(VldToolset)\</OutDir>
<IntDir>$(SolutionDir)src\obj\$(Platform)\$(Configuration)-$(VldToolset)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
Expand Down

0 comments on commit f82e148

Please sign in to comment.