diff options
author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-08-19 18:21:21 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-08-19 18:21:21 -0700 |
commit | b4b2e2ed9f0669dc89f681b1e5bde887c39faf32 (patch) | |
tree | 655084cc0295732127f9a70eef6ce00555a4bb36 /windows/ZeroTierOne | |
parent | 17ebd0afc7e298daba8d23270773c46a6b9bee3f (diff) | |
download | infinitytier-b4b2e2ed9f0669dc89f681b1e5bde887c39faf32.tar.gz infinitytier-b4b2e2ed9f0669dc89f681b1e5bde887c39faf32.zip |
...
Diffstat (limited to 'windows/ZeroTierOne')
-rw-r--r-- | windows/ZeroTierOne/ZeroTierOne.vcxproj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/windows/ZeroTierOne/ZeroTierOne.vcxproj b/windows/ZeroTierOne/ZeroTierOne.vcxproj index 19a73a23..6c5e7a1c 100644 --- a/windows/ZeroTierOne/ZeroTierOne.vcxproj +++ b/windows/ZeroTierOne/ZeroTierOne.vcxproj @@ -21,7 +21,8 @@ <ItemGroup> <ClCompile Include="..\..\ext\lz4\lz4.c" /> <ClCompile Include="..\..\main.cpp"> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\node\C25519.cpp" /> <ClCompile Include="..\..\node\CertificateOfMembership.cpp" /> @@ -56,7 +57,10 @@ <ClCompile Include="..\..\osnet\WindowsEthernetTap.cpp" /> <ClCompile Include="..\..\osnet\WindowsEthernetTapFactory.cpp" /> <ClCompile Include="..\..\osnet\WindowsRoutingTable.cpp" /> - <ClCompile Include="..\..\selftest.cpp" /> + <ClCompile Include="..\..\selftest.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + </ClCompile> <ClCompile Include="ServiceBase.cpp" /> <ClCompile Include="ServiceInstaller.cpp" /> <ClCompile Include="ZeroTierOneService.cpp" /> |