OSDN Git Service

readme変更
[nlite/nlite.git] / JSONParser / JSONParser.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug-window|Win32">
5       <Configuration>Debug-window</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|Win32">
9       <Configuration>Debug</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16   </ItemGroup>
17   <PropertyGroup Label="Globals">
18     <ProjectGuid>{B651AE6B-6D20-4612-B7C8-5788FC2ADDB1}</ProjectGuid>
19     <Keyword>Win32Proj</Keyword>
20     <RootNamespace>JSONParser</RootNamespace>
21   </PropertyGroup>
22   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24     <ConfigurationType>StaticLibrary</ConfigurationType>
25     <UseDebugLibraries>true</UseDebugLibraries>
26     <CharacterSet>Unicode</CharacterSet>
27   </PropertyGroup>
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'" Label="Configuration">
29     <ConfigurationType>StaticLibrary</ConfigurationType>
30     <UseDebugLibraries>true</UseDebugLibraries>
31     <CharacterSet>Unicode</CharacterSet>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34     <ConfigurationType>StaticLibrary</ConfigurationType>
35     <UseDebugLibraries>false</UseDebugLibraries>
36     <WholeProgramOptimization>true</WholeProgramOptimization>
37     <CharacterSet>Unicode</CharacterSet>
38   </PropertyGroup>
39   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
40   <ImportGroup Label="ExtensionSettings">
41   </ImportGroup>
42   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
43     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44   </ImportGroup>
45   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'" Label="PropertySheets">
46     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47   </ImportGroup>
48   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50   </ImportGroup>
51   <PropertyGroup Label="UserMacros" />
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
53     <IncludePath>$(IncludePath)</IncludePath>
54   </PropertyGroup>
55   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56     <ClCompile>
57       <PrecompiledHeader>
58       </PrecompiledHeader>
59       <WarningLevel>Level3</WarningLevel>
60       <Optimization>Disabled</Optimization>
61       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;JSON32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
62     </ClCompile>
63     <Link>
64       <SubSystem>Windows</SubSystem>
65       <GenerateDebugInformation>true</GenerateDebugInformation>
66     </Link>
67   </ItemDefinitionGroup>
68   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
69     <ClCompile>
70       <PrecompiledHeader>
71       </PrecompiledHeader>
72       <WarningLevel>Level3</WarningLevel>
73       <Optimization>Disabled</Optimization>
74       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;JSON32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75     </ClCompile>
76     <Link>
77       <SubSystem>Windows</SubSystem>
78       <GenerateDebugInformation>true</GenerateDebugInformation>
79     </Link>
80   </ItemDefinitionGroup>
81   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
82     <ClCompile>
83       <WarningLevel>Level3</WarningLevel>
84       <PrecompiledHeader>
85       </PrecompiledHeader>
86       <Optimization>MaxSpeed</Optimization>
87       <FunctionLevelLinking>true</FunctionLevelLinking>
88       <IntrinsicFunctions>true</IntrinsicFunctions>
89       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;JSON32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90     </ClCompile>
91     <Link>
92       <SubSystem>Windows</SubSystem>
93       <GenerateDebugInformation>true</GenerateDebugInformation>
94       <EnableCOMDATFolding>true</EnableCOMDATFolding>
95       <OptimizeReferences>true</OptimizeReferences>
96     </Link>
97   </ItemDefinitionGroup>
98   <ItemGroup>
99     <None Include="ReadMe.txt" />
100   </ItemGroup>
101   <ItemGroup>
102     <ClInclude Include="json.h" />
103   </ItemGroup>
104   <ItemGroup>
105     <ClCompile Include="json_parser.c" />
106   </ItemGroup>
107   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
108   <ImportGroup Label="ExtensionTargets">
109   </ImportGroup>
110 </Project>