summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2014-08-20 10:22:30 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2014-08-20 10:22:30 -0700
commit9f2571cc01d41e571e1c3e45ae54040e330d4d4d (patch)
tree7812dc2ae0c0019fa0561c0b85406fe64501ebdc /windows
parentb4b2e2ed9f0669dc89f681b1e5bde887c39faf32 (diff)
downloadinfinitytier-9f2571cc01d41e571e1c3e45ae54040e330d4d4d.tar.gz
infinitytier-9f2571cc01d41e571e1c3e45ae54040e330d4d4d.zip
Some UI fixes for Windows.
Diffstat (limited to 'windows')
-rw-r--r--windows/ZeroTierOne/ZeroTierOne.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/ZeroTierOne/ZeroTierOne.vcxproj b/windows/ZeroTierOne/ZeroTierOne.vcxproj
index 6c5e7a1c..6c6a0262 100644
--- a/windows/ZeroTierOne/ZeroTierOne.vcxproj
+++ b/windows/ZeroTierOne/ZeroTierOne.vcxproj
@@ -23,6 +23,8 @@
<ClCompile Include="..\..\main.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\node\C25519.cpp" />
<ClCompile Include="..\..\node\CertificateOfMembership.cpp" />
@@ -60,6 +62,8 @@
<ClCompile Include="..\..\selftest.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="ServiceBase.cpp" />
<ClCompile Include="ServiceInstaller.cpp" />