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>{6FD4352B-346C-4703-96EA-D4A8B9A6976E}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>fuzzer</RootNamespace>
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">