summaryrefslogtreecommitdiff
path: root/json-c
diff options
context:
space:
mode:
authorMichał Cichoń <michcic@gmail.com>2012-09-09 21:50:58 +0200
committerMichał Cichoń <michcic@gmail.com>2012-09-09 21:50:58 +0200
commit94c76437515d52d34a648b125bd917b3634fbb2e (patch)
tree83ddf9976bb5769ccae20bdccc3ba2a935f4d640 /json-c
parentcc2160de5cc05dc3aa77f3a34358e66f6193c8c9 (diff)
downloadpianobar-windows-build-94c76437515d52d34a648b125bd917b3634fbb2e.tar.gz
pianobar-windows-build-94c76437515d52d34a648b125bd917b3634fbb2e.tar.bz2
pianobar-windows-build-94c76437515d52d34a648b125bd917b3634fbb2e.zip
Migrate build environment to MSVC 2010.
Synchronize build environment.
Diffstat (limited to 'json-c')
-rw-r--r--json-c/json-c.vcproj242
-rw-r--r--json-c/json-c.vcxproj150
-rw-r--r--json-c/json-c.vcxproj.filters69
-rw-r--r--json-c/src/json-c.vcproj179
4 files changed, 219 insertions, 421 deletions
diff --git a/json-c/json-c.vcproj b/json-c/json-c.vcproj
deleted file mode 100644
index 85189ba..0000000
--- a/json-c/json-c.vcproj
+++ /dev/null
@@ -1,242 +0,0 @@
-<?xml version="1.0" encoding="windows-1250"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="json-c"
- ProjectGUID="{65AB4E50-81EF-4BC4-BBA4-8EC4315ADA3F}"
- RootNamespace="json-c"
- Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)build\temp\lib\"
- IntermediateDirectory="$(SolutionDir)build\temp\obj\$(ProjectName)\$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- WholeProgramOptimization="false"
- AdditionalIncludeDirectories="$(SolutionDir)compatibility;$(ProjectDir)configured"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="0"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)-mt-debug.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="xcopy &quot;$(ProjectDir)src\json.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\arraylist.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\bits.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\debug.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\linkhash.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json_inttypes.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json_object.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json_object_iterator.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json_tokener.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json_util.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)configured\json_config.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)build\temp\lib\"
- IntermediateDirectory="$(SolutionDir)build\temp\obj\$(ProjectName)\$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="0"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="false"
- WholeProgramOptimization="false"
- AdditionalIncludeDirectories="$(SolutionDir)compatibility;$(ProjectDir)configured"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)-mt.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="xcopy &quot;$(ProjectDir)src\json.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\arraylist.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\bits.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\debug.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\linkhash.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json_inttypes.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json_object.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json_object_iterator.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json_tokener.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\json_util.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)configured\json_config.h&quot; &quot;$(SolutionDir)build\temp\include\json\&quot; /I /Y /D&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="include"
- >
- <File
- RelativePath=".\src\arraylist.h"
- >
- </File>
- <File
- RelativePath=".\src\bits.h"
- >
- </File>
- <File
- RelativePath=".\src\debug.h"
- >
- </File>
- <File
- RelativePath=".\src\json.h"
- >
- </File>
- <File
- RelativePath=".\src\json_inttypes.h"
- >
- </File>
- <File
- RelativePath=".\src\json_object.h"
- >
- </File>
- <File
- RelativePath=".\src\json_object_private.h"
- >
- </File>
- <File
- RelativePath=".\src\json_tokener.h"
- >
- </File>
- <File
- RelativePath=".\src\json_util.h"
- >
- </File>
- <File
- RelativePath=".\src\linkhash.h"
- >
- </File>
- <File
- RelativePath=".\src\printbuf.h"
- >
- </File>
- </Filter>
- <Filter
- Name="src"
- >
- <File
- RelativePath=".\src\arraylist.c"
- >
- </File>
- <File
- RelativePath=".\src\debug.c"
- >
- </File>
- <File
- RelativePath=".\src\json_object.c"
- >
- </File>
- <File
- RelativePath=".\src\json_tokener.c"
- >
- </File>
- <File
- RelativePath=".\src\json_util.c"
- >
- </File>
- <File
- RelativePath=".\src\linkhash.c"
- >
- </File>
- <File
- RelativePath=".\src\printbuf.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/json-c/json-c.vcxproj b/json-c/json-c.vcxproj
new file mode 100644
index 0000000..f6633f5
--- /dev/null
+++ b/json-c/json-c.vcxproj
@@ -0,0 +1,150 @@
+<?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>{65AB4E50-81EF-4BC4-BBA4-8EC4315ADA3F}</ProjectGuid>
+ <RootNamespace>json-c</RootNamespace>
+ <Keyword>Win32Proj</Keyword>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <CharacterSet>NotSet</CharacterSet>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <CharacterSet>NotSet</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)build\temp\lib\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\</IntDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)build\temp\lib\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\</IntDir>
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)-mt-debug</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)-mt</TargetName>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <WholeProgramOptimization>false</WholeProgramOptimization>
+ <AdditionalIncludeDirectories>$(SolutionDir)compatibility;$(ProjectDir)configured;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MinimalRebuild>false</MinimalRebuild>
+ <ExceptionHandling>
+ </ExceptionHandling>
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
+ </ClCompile>
+ <Lib>
+ </Lib>
+ <PostBuildEvent>
+ <Command>xcopy "$(ProjectDir)src\json.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\arraylist.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\bits.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\debug.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\linkhash.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json_inttypes.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json_object.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json_object_iterator.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json_tokener.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json_util.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)configured\json_config.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+</Command>
+ </PostBuildEvent>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <Optimization>MaxSpeed</Optimization>
+ <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
+ <IntrinsicFunctions>false</IntrinsicFunctions>
+ <WholeProgramOptimization>false</WholeProgramOptimization>
+ <AdditionalIncludeDirectories>$(SolutionDir)compatibility;$(ProjectDir)configured;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MinimalRebuild>false</MinimalRebuild>
+ <ExceptionHandling>
+ </ExceptionHandling>
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>
+ </DebugInformationFormat>
+ </ClCompile>
+ <Lib>
+ </Lib>
+ <PostBuildEvent>
+ <Command>xcopy "$(ProjectDir)src\json.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\arraylist.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\bits.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\debug.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\linkhash.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json_inttypes.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json_object.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json_object_iterator.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json_tokener.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)src\json_util.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+xcopy "$(ProjectDir)configured\json_config.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D
+</Command>
+ </PostBuildEvent>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClInclude Include="src\arraylist.h" />
+ <ClInclude Include="src\bits.h" />
+ <ClInclude Include="src\debug.h" />
+ <ClInclude Include="src\json.h" />
+ <ClInclude Include="src\json_inttypes.h" />
+ <ClInclude Include="src\json_object.h" />
+ <ClInclude Include="src\json_object_private.h" />
+ <ClInclude Include="src\json_tokener.h" />
+ <ClInclude Include="src\json_util.h" />
+ <ClInclude Include="src\linkhash.h" />
+ <ClInclude Include="src\printbuf.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="src\arraylist.c" />
+ <ClCompile Include="src\debug.c" />
+ <ClCompile Include="src\json_object.c" />
+ <ClCompile Include="src\json_tokener.c" />
+ <ClCompile Include="src\json_util.c" />
+ <ClCompile Include="src\linkhash.c" />
+ <ClCompile Include="src\printbuf.c" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file
diff --git a/json-c/json-c.vcxproj.filters b/json-c/json-c.vcxproj.filters
new file mode 100644
index 0000000..8e26de8
--- /dev/null
+++ b/json-c/json-c.vcxproj.filters
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="include">
+ <UniqueIdentifier>{ba1c4080-6ef5-41c4-8c29-419a697dd1ae}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="src">
+ <UniqueIdentifier>{7e5bb63c-aa11-49f2-ac28-700772050fa7}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\arraylist.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="src\bits.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="src\debug.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="src\json.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="src\json_inttypes.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="src\json_object.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="src\json_object_private.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="src\json_tokener.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="src\json_util.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="src\linkhash.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="src\printbuf.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="src\arraylist.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="src\debug.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="src\json_object.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="src\json_tokener.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="src\json_util.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="src\linkhash.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="src\printbuf.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/json-c/src/json-c.vcproj b/json-c/src/json-c.vcproj
deleted file mode 100644
index 0b88754..0000000
--- a/json-c/src/json-c.vcproj
+++ /dev/null
@@ -1,179 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="json-c"
- ProjectGUID="{04D8CDBE-FB3E-4362-87E6-07DC3C0083B2}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/jsonD.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="copy config.h.win32 config.h"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/json.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\arraylist.c">
- </File>
- <File
- RelativePath=".\debug.c">
- </File>
- <File
- RelativePath=".\json_object.c">
- </File>
- <File
- RelativePath=".\json_tokener.c">
- </File>
- <File
- RelativePath=".\json_util.c">
- </File>
- <File
- RelativePath=".\linkhash.c">
- </File>
- <File
- RelativePath=".\printbuf.c">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\arraylist.h">
- </File>
- <File
- RelativePath=".\bits.h">
- </File>
- <File
- RelativePath=".\debug.h">
- </File>
- <File
- RelativePath=".\json_object.h">
- </File>
- <File
- RelativePath=".\json_object_private.h">
- </File>
- <File
- RelativePath=".\json_tokener.h">
- </File>
- <File
- RelativePath=".\json_util.h">
- </File>
- <File
- RelativePath=".\linkhash.h">
- </File>
- <File
- RelativePath=".\printbuf.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
- </Filter>
- <Filter
- Name="Documentation"
- Filter="">
- <File
- RelativePath=".\Doxyfile">
- </File>
- </Filter>
- <File
- RelativePath=".\config.h.win32">
- </File>
- <File
- RelativePath=".\README-WIN32.html">
- </File>
- <File
- RelativePath=".\README.html">
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>