summaryrefslogtreecommitdiff
path: root/infrastructure/msvc/2010/common.vcxproj
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-07-20 21:37:48 +0000
committerChris Wilson <chris+github@qwirx.com>2012-07-20 21:37:48 +0000
commit66fa52f891fc487dfe8225eb990eea11e9d15252 (patch)
tree39cbe3cd4b7bca7c1dd9a05741c9b72bb8561db1 /infrastructure/msvc/2010/common.vcxproj
parent39674718283f1de404d9a84cccf2d7b9d5449483 (diff)
Update MSVC 2010 project to match recent changes to file locations.
Diffstat (limited to 'infrastructure/msvc/2010/common.vcxproj')
-rw-r--r--infrastructure/msvc/2010/common.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/infrastructure/msvc/2010/common.vcxproj b/infrastructure/msvc/2010/common.vcxproj
index 532fe234..a644891a 100644
--- a/infrastructure/msvc/2010/common.vcxproj
+++ b/infrastructure/msvc/2010/common.vcxproj
@@ -133,10 +133,12 @@
<ClCompile Include="..\..\..\lib\crypto\CipherBlowfish.cpp" />
<ClCompile Include="..\..\..\lib\crypto\CipherContext.cpp" />
<ClCompile Include="..\..\..\lib\crypto\CipherDescription.cpp" />
+ <ClCompile Include="..\..\..\lib\crypto\CryptoUtils.cpp" />
<ClCompile Include="..\..\..\lib\crypto\MD5Digest.cpp" />
<ClCompile Include="..\..\..\lib\crypto\Random.cpp" />
<ClCompile Include="..\..\..\lib\crypto\RollingChecksum.cpp" />
<ClCompile Include="..\..\..\lib\server\Message.cpp" />
+ <ClCompile Include="..\..\..\lib\server\TcpNice.cpp" />
<ClCompile Include="..\..\..\lib\win32\emu.cpp" />
<ClCompile Include="..\..\..\lib\win32\getopt_long.cpp" />
<ClCompile Include="..\..\..\lib\server\autogen_ConnectionException.cpp" />
@@ -188,6 +190,7 @@
<ClInclude Include="..\..\..\lib\common\Guards.h" />
<ClInclude Include="..\..\..\lib\common\IOStream.h" />
<ClInclude Include="..\..\..\lib\common\IOStreamGetLine.h" />
+ <ClInclude Include="..\..\..\lib\crypto\CryptoUtils.h" />
<ClInclude Include="..\..\..\lib\server\LocalProcessStream.h" />
<ClInclude Include="..\..\..\lib\common\Logging.h" />
<ClInclude Include="..\..\..\lib\common\MainHelper.h" />
@@ -217,6 +220,7 @@
<ClInclude Include="..\..\..\lib\crypto\Random.h" />
<ClInclude Include="..\..\..\lib\crypto\RollingChecksum.h" />
<ClInclude Include="..\..\..\lib\server\Message.h" />
+ <ClInclude Include="..\..\..\lib\server\TcpNice.h" />
<ClInclude Include="..\..\..\lib\win32\emu.h" />
<ClInclude Include="..\..\..\lib\win32\getopt.h" />
<ClInclude Include="..\..\..\lib\server\autogen_ConnectionException.h" />