Made all vs2013 vcxproj build to the same folders

- Add OutDir = $(SolutionDir)bin\$(Platform)\$(Configuration)\ to all projects
This commit is contained in:
Christophe Chevalier
2016-03-18 14:20:33 +01:00
parent a910dc8238
commit a8e54654bc
4 changed files with 4 additions and 8 deletions
+1
View File
@@ -22,6 +22,7 @@
<ProjectGuid>{61ABD629-1CC8-4FD7-9281-6B8DBB9D3DF8}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>fullbench</RootNamespace>
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">