Windows build fixes and installer work...

This commit is contained in:
Adam Ierymenko 2014-01-20 16:16:01 -08:00
parent 3375363d93
commit 6bc5a84a2d
12 changed files with 6345 additions and 119 deletions

View file

@ -147,10 +147,11 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)\Build\$(Configuration)\</OutDir>
<OutDir>$(SolutionDir)\Build\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)\Build\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>