summaryrefslogtreecommitdiffstats
path: root/VC2010/JsonCpp.vcxproj
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-21 23:40:20 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-21 23:40:20 +0200
commitfd1519c3524c15333d5c6431166ba92a54d6f42b (patch)
treea8ba648fd1d1766426d9d1d15b15001a8fc6b1f4 /VC2010/JsonCpp.vcxproj
parentWorking shift-click support in crafting areas; window update working in 1.3.2 (diff)
downloadcuberite-fd1519c3524c15333d5c6431166ba92a54d6f42b.tar
cuberite-fd1519c3524c15333d5c6431166ba92a54d6f42b.tar.gz
cuberite-fd1519c3524c15333d5c6431166ba92a54d6f42b.tar.bz2
cuberite-fd1519c3524c15333d5c6431166ba92a54d6f42b.tar.lz
cuberite-fd1519c3524c15333d5c6431166ba92a54d6f42b.tar.xz
cuberite-fd1519c3524c15333d5c6431166ba92a54d6f42b.tar.zst
cuberite-fd1519c3524c15333d5c6431166ba92a54d6f42b.zip
Diffstat (limited to 'VC2010/JsonCpp.vcxproj')
-rw-r--r--VC2010/JsonCpp.vcxproj95
1 files changed, 0 insertions, 95 deletions
diff --git a/VC2010/JsonCpp.vcxproj b/VC2010/JsonCpp.vcxproj
deleted file mode 100644
index b467336f2..000000000
--- a/VC2010/JsonCpp.vcxproj
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{ADBF25B9-7192-4E54-B35E-8EC47CA5EF86}</ProjectGuid>
- <RootNamespace>JsonCpp</RootNamespace>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>..\jsoncpp-src-0.5.0\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <AdditionalIncludeDirectories>..\jsoncpp-src-0.5.0\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- <Lib>
- <IgnoreSpecificDefaultLibraries>
- </IgnoreSpecificDefaultLibraries>
- <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
- </Lib>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClInclude Include="..\jsoncpp-src-0.5.0\include\json\autolink.h" />
- <ClInclude Include="..\jsoncpp-src-0.5.0\include\json\config.h" />
- <ClInclude Include="..\jsoncpp-src-0.5.0\include\json\features.h" />
- <ClInclude Include="..\jsoncpp-src-0.5.0\include\json\forwards.h" />
- <ClInclude Include="..\jsoncpp-src-0.5.0\include\json\json.h" />
- <ClInclude Include="..\jsoncpp-src-0.5.0\include\json\reader.h" />
- <ClInclude Include="..\jsoncpp-src-0.5.0\include\json\value.h" />
- <ClInclude Include="..\jsoncpp-src-0.5.0\include\json\writer.h" />
- <ClInclude Include="..\jsoncpp-src-0.5.0\src\lib_json\json_batchallocator.h" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\jsoncpp-src-0.5.0\src\lib_json\json_reader.cpp" />
- <ClCompile Include="..\jsoncpp-src-0.5.0\src\lib_json\json_value.cpp" />
- <ClCompile Include="..\jsoncpp-src-0.5.0\src\lib_json\json_writer.cpp" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project> \ No newline at end of file