diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-25 10:22:10 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-25 10:22:10 +0200 |
commit | 24e94e75160dcaf45ed91af359a0c4f6f83ae790 (patch) | |
tree | 67454481beba854fbfda387f91557f5351e5f302 /ProtoProxy/ProtoProxy.vcproj | |
parent | Fixed Lua bindings for file renaming in previous commits (diff) | |
download | cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.gz cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.bz2 cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.lz cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.xz cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.zst cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.zip |
Diffstat (limited to 'ProtoProxy/ProtoProxy.vcproj')
-rw-r--r-- | ProtoProxy/ProtoProxy.vcproj | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/ProtoProxy/ProtoProxy.vcproj b/ProtoProxy/ProtoProxy.vcproj index aa1d138c3..dc11923f4 100644 --- a/ProtoProxy/ProtoProxy.vcproj +++ b/ProtoProxy/ProtoProxy.vcproj @@ -177,30 +177,6 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath="..\source\ByteBuffer.cpp"
- >
- </File>
- <File
- RelativePath="..\source\ByteBuffer.h"
- >
- </File>
- <File
- RelativePath="..\source\cCriticalSection.cpp"
- >
- </File>
- <File
- RelativePath="..\source\cCriticalSection.h"
- >
- </File>
- <File
- RelativePath="..\source\cIsThread.cpp"
- >
- </File>
- <File
- RelativePath="..\source\cIsThread.h"
- >
- </File>
- <File
RelativePath=".\Connection.cpp"
>
</File>
@@ -244,6 +220,34 @@ RelativePath=".\Server.h"
>
</File>
+ </Filter>
+ <Filter
+ Name="shared"
+ >
+ <File
+ RelativePath="..\source\ByteBuffer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\ByteBuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\OSSupport\CriticalSection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\OSSupport\CriticalSection.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\OSSupport\IsThread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\OSSupport\IsThread.h"
+ >
+ </File>
<File
RelativePath="..\source\StringUtils.cpp"
>
|