diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-27 15:04:28 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-27 15:04:28 +0100 |
commit | 86158a2d1de4594664c80d76d153fe4284d50703 (patch) | |
tree | a569eaf353095234b95f8394cfeb326d0bfc31ac /VC2008/JsonCpp.vcproj | |
parent | Resources: Added MSVC2008 Express compatibility (no MFC referenced in the resource script) (diff) | |
download | cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.gz cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.bz2 cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.lz cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.xz cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.zst cuberite-86158a2d1de4594664c80d76d153fe4284d50703.zip |
Diffstat (limited to '')
-rw-r--r-- | VC2008/JsonCpp.vcproj | 185 |
1 files changed, 185 insertions, 0 deletions
diff --git a/VC2008/JsonCpp.vcproj b/VC2008/JsonCpp.vcproj new file mode 100644 index 000000000..5c53e1dbf --- /dev/null +++ b/VC2008/JsonCpp.vcproj @@ -0,0 +1,185 @@ +<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="JsonCpp"
+ ProjectGUID="{5AAA90B9-946D-4034-83F3-676B06A6E326}"
+ RootNamespace="JsonCpp"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ 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="3"
+ 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>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="../jsoncpp-src-0.5.0/include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <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>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_batchallocator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_internalarray.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_internalmap.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_reader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_value.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_valueiterator.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_writer.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|