summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2014-01-17 17:09:59 -0800
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2014-01-17 17:09:59 -0800
commit07f505971c16f25c05357b49ae550509d77a7e95 (patch)
tree894cb8b07adea45f29381ef7371f4e7cde1f408f /windows
parent7eccc5ebf2c0f25b2091d1b618b901e69b97ac0a (diff)
downloadinfinitytier-07f505971c16f25c05357b49ae550509d77a7e95.tar.gz
infinitytier-07f505971c16f25c05357b49ae550509d77a7e95.zip
Windows build fixes.
Diffstat (limited to 'windows')
-rw-r--r--windows/SelfTest/SelfTest.vcxproj1
-rw-r--r--windows/SelfTest/SelfTest.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/windows/SelfTest/SelfTest.vcxproj b/windows/SelfTest/SelfTest.vcxproj
index 03b9ae05..fa7885b0 100644
--- a/windows/SelfTest/SelfTest.vcxproj
+++ b/windows/SelfTest/SelfTest.vcxproj
@@ -91,6 +91,7 @@
<ClCompile Include="..\..\node\Topology.cpp" />
<ClCompile Include="..\..\node\UdpSocket.cpp" />
<ClCompile Include="..\..\node\Utils.cpp" />
+ <ClCompile Include="..\..\selftest.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{DCD73B97-0F44-4044-8BA4-95B59CCAB4BD}</ProjectGuid>
diff --git a/windows/SelfTest/SelfTest.vcxproj.filters b/windows/SelfTest/SelfTest.vcxproj.filters
index 65453383..572568ed 100644
--- a/windows/SelfTest/SelfTest.vcxproj.filters
+++ b/windows/SelfTest/SelfTest.vcxproj.filters
@@ -223,5 +223,8 @@
<ClCompile Include="..\..\node\Utils.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\selftest.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
</Project> \ No newline at end of file