diff options
author | madmaxoft <github@xoft.cz> | 2013-11-28 13:55:28 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-28 13:55:28 +0100 |
commit | c90f021ed4f3f1b9f8da74aa612e0e879b6e87f7 (patch) | |
tree | 8f59823e9b0abbbecf3cac1ce23efe963e6e5f34 /Tools/RCONClient/RCONClient.vcproj | |
parent | Fixed MemDumpAnalysis after foldermove. (diff) | |
download | cuberite-c90f021ed4f3f1b9f8da74aa612e0e879b6e87f7.tar cuberite-c90f021ed4f3f1b9f8da74aa612e0e879b6e87f7.tar.gz cuberite-c90f021ed4f3f1b9f8da74aa612e0e879b6e87f7.tar.bz2 cuberite-c90f021ed4f3f1b9f8da74aa612e0e879b6e87f7.tar.lz cuberite-c90f021ed4f3f1b9f8da74aa612e0e879b6e87f7.tar.xz cuberite-c90f021ed4f3f1b9f8da74aa612e0e879b6e87f7.tar.zst cuberite-c90f021ed4f3f1b9f8da74aa612e0e879b6e87f7.zip |
Diffstat (limited to 'Tools/RCONClient/RCONClient.vcproj')
-rw-r--r-- | Tools/RCONClient/RCONClient.vcproj | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/Tools/RCONClient/RCONClient.vcproj b/Tools/RCONClient/RCONClient.vcproj index 59d0b3b74..82b79d2a3 100644 --- a/Tools/RCONClient/RCONClient.vcproj +++ b/Tools/RCONClient/RCONClient.vcproj @@ -41,7 +41,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../../source" + AdditionalIncludeDirectories="../../src" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -116,7 +116,7 @@ Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories="../../source" + AdditionalIncludeDirectories="../../src" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" RuntimeLibrary="2" EnableFunctionLevelLinking="true" @@ -206,70 +206,70 @@ Name="shared" > <File - RelativePath="..\..\source\ByteBuffer.cpp" + RelativePath="..\..\src\ByteBuffer.cpp" > </File> <File - RelativePath="..\..\source\ByteBuffer.h" + RelativePath="..\..\src\ByteBuffer.h" > </File> <File - RelativePath="..\..\source\Log.cpp" + RelativePath="..\..\src\Log.cpp" > </File> <File - RelativePath="..\..\source\Log.h" + RelativePath="..\..\src\Log.h" > </File> <File - RelativePath="..\..\source\MCLogger.cpp" + RelativePath="..\..\src\MCLogger.cpp" > </File> <File - RelativePath="..\..\source\MCLogger.h" + RelativePath="..\..\src\MCLogger.h" > </File> <File - RelativePath="..\..\source\StringUtils.cpp" + RelativePath="..\..\src\StringUtils.cpp" > </File> <File - RelativePath="..\..\source\StringUtils.h" + RelativePath="..\..\src\StringUtils.h" > </File> <Filter Name="OSSupport" > <File - RelativePath="..\..\source\OSSupport\CriticalSection.cpp" + RelativePath="..\..\src\OSSupport\CriticalSection.cpp" > </File> <File - RelativePath="..\..\source\OSSupport\CriticalSection.h" + RelativePath="..\..\src\OSSupport\CriticalSection.h" > </File> <File - RelativePath="..\..\source\OSSupport\File.cpp" + RelativePath="..\..\src\OSSupport\File.cpp" > </File> <File - RelativePath="..\..\source\OSSupport\File.h" + RelativePath="..\..\src\OSSupport\File.h" > </File> <File - RelativePath="..\..\source\OSSupport\IsThread.cpp" + RelativePath="..\..\src\OSSupport\IsThread.cpp" > </File> <File - RelativePath="..\..\source\OSSupport\IsThread.h" + RelativePath="..\..\src\OSSupport\IsThread.h" > </File> <File - RelativePath="..\..\source\OSSupport\Socket.cpp" + RelativePath="..\..\src\OSSupport\Socket.cpp" > </File> <File - RelativePath="..\..\source\OSSupport\Socket.h" + RelativePath="..\..\src\OSSupport\Socket.h" > </File> </Filter> |