summaryrefslogtreecommitdiffstats
path: root/VC2008/JsonCpp.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 /VC2008/JsonCpp.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 'VC2008/JsonCpp.vcproj')
-rw-r--r--VC2008/JsonCpp.vcproj76
1 files changed, 69 insertions, 7 deletions
diff --git a/VC2008/JsonCpp.vcproj b/VC2008/JsonCpp.vcproj
index 5fa1ec685..6fae46445 100644
--- a/VC2008/JsonCpp.vcproj
+++ b/VC2008/JsonCpp.vcproj
@@ -266,6 +266,68 @@
Name="VCPostBuildEventTool"
/>
</Configuration>
+ <Configuration
+ Name="Debug_LuaStatic|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)\JsonCpp"
+ IntermediateDirectory="$(ConfigurationName)\JsonCpp"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../jsoncpp-src-0.5.0/include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
</Configurations>
<References>
</References>
@@ -276,31 +338,31 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_batchallocator.h"
+ RelativePath="..\lib\jsoncpp\src\lib_json\json_batchallocator.h"
>
</File>
<File
- RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_internalarray.inl"
+ RelativePath="..\lib\jsoncpp\src\lib_json\json_internalarray.inl"
>
</File>
<File
- RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_internalmap.inl"
+ RelativePath="..\lib\jsoncpp\src\lib_json\json_internalmap.inl"
>
</File>
<File
- RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_reader.cpp"
+ RelativePath="..\lib\jsoncpp\src\lib_json\json_reader.cpp"
>
</File>
<File
- RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_value.cpp"
+ RelativePath="..\lib\jsoncpp\src\lib_json\json_value.cpp"
>
</File>
<File
- RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_valueiterator.inl"
+ RelativePath="..\lib\jsoncpp\src\lib_json\json_valueiterator.inl"
>
</File>
<File
- RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_writer.cpp"
+ RelativePath="..\lib\jsoncpp\src\lib_json\json_writer.cpp"
>
</File>
</Filter>