summaryrefslogtreecommitdiffstats
path: root/Tools/ProtoProxy/ProtoProxy.vcproj
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2013-12-09 18:51:12 +0100
committerworktycho <work.tycho@gmail.com>2013-12-09 18:51:12 +0100
commit843605d59ebc128be0a578dc6f45ef8c05da6e79 (patch)
tree3ffebc6ba27baf7a9e1d4bc51501ffeea9b14226 /Tools/ProtoProxy/ProtoProxy.vcproj
parentmerged makefile changes (diff)
parentFix Undefined behavior at Bindings/LuaWindow line 32 (diff)
downloadcuberite-843605d59ebc128be0a578dc6f45ef8c05da6e79.tar
cuberite-843605d59ebc128be0a578dc6f45ef8c05da6e79.tar.gz
cuberite-843605d59ebc128be0a578dc6f45ef8c05da6e79.tar.bz2
cuberite-843605d59ebc128be0a578dc6f45ef8c05da6e79.tar.lz
cuberite-843605d59ebc128be0a578dc6f45ef8c05da6e79.tar.xz
cuberite-843605d59ebc128be0a578dc6f45ef8c05da6e79.tar.zst
cuberite-843605d59ebc128be0a578dc6f45ef8c05da6e79.zip
Diffstat (limited to 'Tools/ProtoProxy/ProtoProxy.vcproj')
-rw-r--r--Tools/ProtoProxy/ProtoProxy.vcproj62
1 files changed, 33 insertions, 29 deletions
diff --git a/Tools/ProtoProxy/ProtoProxy.vcproj b/Tools/ProtoProxy/ProtoProxy.vcproj
index 926bbe586..0b3c77bc5 100644
--- a/Tools/ProtoProxy/ProtoProxy.vcproj
+++ b/Tools/ProtoProxy/ProtoProxy.vcproj
@@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../..;../../source"
+ AdditionalIncludeDirectories="../../lib;../../src"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -117,7 +117,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories="../..;../../source"
+ AdditionalIncludeDirectories="../../lib;../../src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
@@ -225,45 +225,49 @@
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\OSSupport\CriticalSection.cpp"
+ RelativePath="..\..\src\StringUtils.cpp"
>
</File>
<File
- RelativePath="..\..\source\OSSupport\CriticalSection.h"
+ RelativePath="..\..\src\StringUtils.h"
>
</File>
- <File
- RelativePath="..\..\source\OSSupport\IsThread.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\OSSupport\IsThread.h"
- >
- </File>
- <File
- RelativePath="..\..\source\StringUtils.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\StringUtils.h"
+ <Filter
+ Name="OSSupport"
>
- </File>
- <File
- RelativePath="..\..\source\OSSupport\Timer.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\OSSupport\Timer.h"
- >
- </File>
+ <File
+ RelativePath="..\..\src\OSSupport\CriticalSection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\OSSupport\CriticalSection.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\OSSupport\IsThread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\OSSupport\IsThread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\OSSupport\Timer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\OSSupport\Timer.h"
+ >
+ </File>
+ </Filter>
</Filter>
<File
RelativePath=".\ProtoProxy.txt"