summaryrefslogtreecommitdiff
path: root/windows/SelfTest/SelfTest.vcxproj
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2014-01-20 16:16:01 -0800
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2014-01-20 16:16:01 -0800
commit6bc5a84a2d6caa90aa131a705b93c88586b2a95f (patch)
tree0145fa8b9fe2d5b980bfef85d4869f895ae31d26 /windows/SelfTest/SelfTest.vcxproj
parent3375363d934dcd7e43bc4e3b3cefe92318123dc9 (diff)
downloadinfinitytier-6bc5a84a2d6caa90aa131a705b93c88586b2a95f.tar.gz
infinitytier-6bc5a84a2d6caa90aa131a705b93c88586b2a95f.zip
Windows build fixes and installer work...
Diffstat (limited to 'windows/SelfTest/SelfTest.vcxproj')
-rw-r--r--windows/SelfTest/SelfTest.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/SelfTest/SelfTest.vcxproj b/windows/SelfTest/SelfTest.vcxproj
index a223d960..5fb9e5f1 100644
--- a/windows/SelfTest/SelfTest.vcxproj
+++ b/windows/SelfTest/SelfTest.vcxproj
@@ -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>