Initial Import
[profile/ivi/json-glib.git] / build / win32 / vs9 / json-glib.vcprojin
1 <?xml version="1.0" encoding="big5"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="json-glib"
6         ProjectGUID="{469DB0A8-E33E-4112-A38C-52A168ECDC03}"
7         RootNamespace="jsonglib"
8         Keyword="Win32Proj"
9         TargetFrameworkVersion="196613"
10         >
11         <Platforms>
12                 <Platform
13                         Name="Win32"
14                 />
15                 <Platform
16                         Name="x64"
17                 />
18         </Platforms>
19         <ToolFiles>
20         </ToolFiles>
21         <Configurations>
22                 <Configuration
23                         Name="Debug|Win32"
24                         OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
25                         IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj"
26                         ConfigurationType="2"
27                         InheritedPropertySheets=".\json-glib.vsprops"
28                         CharacterSet="2"
29                         >
30                         <Tool
31                                 Name="VCPreBuildEventTool"
32                                 CommandLine="$(PrepBuild)"
33                         />
34                         <Tool
35                                 Name="VCCLCompilerTool"
36                                 Optimization="0"
37                                 AdditionalIncludeDirectories=""
38                                 PreprocessorDefinitions="_DEBUG;$(JsonGlibDefines)"
39                                 MinimalRebuild="true"
40                                 BasicRuntimeChecks="3"
41                                 RuntimeLibrary="3"
42                                 UsePrecompiledHeader="0"
43                                 WarningLevel="3"
44                                 DebugInformationFormat="4"
45                                 ForcedIncludeFiles=""
46                         />
47                         <Tool
48                                 Name="VCPreLinkEventTool"
49                                 CommandLine="$(JsonGlibGenerateDef)"
50                         />
51                         <Tool
52                                 Name="VCLinkerTool"
53                                 OutputFile="$(OutDir)\$(JsonGlibDllPrefix)$(ProjectName)$(JsonGlibDllSuffix).dll"
54                                 LinkIncremental="2"
55                                 ModuleDefinitionFile="..\..\..\json-glib\json-glib.def"
56                                 GenerateDebugInformation="true"
57                                 SubSystem="2"
58                                 ImportLibrary="$(TargetDir)$(ProjectName)-$(JsonGlibVersion).lib"
59                                 TargetMachine="1"
60                         />
61                 </Configuration>
62                 <Configuration
63                         Name="Debug|x64"
64                         InheritedPropertySheets=".\json-glib.vsprops"
65                         ConfigurationType="2"
66                         CharacterSet="2"
67                         >
68                         <Tool
69                                 Name="VCPreBuildEventTool"
70                                 CommandLine="$(PrepBuild)"
71                         />
72                         <Tool
73                                 Name="VCCLCompilerTool"
74                                 Optimization="0"
75                                 PreprocessorDefinitions="_DEBUG;$(JsonGlibDefines)"
76                                 MinimalRebuild="true"
77                                 BasicRuntimeChecks="3"
78                                 RuntimeLibrary="3"
79                                 UsePrecompiledHeader="0"
80                                 WarningLevel="3"
81                                 DebugInformationFormat="3"
82                         />
83                         <Tool
84                                 Name="VCPreLinkEventTool"
85                                 CommandLine="$(JsonGlibGenerateDef)"
86                         />
87                         <Tool
88                                 Name="VCLinkerTool"
89                                 AdditionalDependencies=""
90                                 OutputFile="$(OutDir)\$(JsonGlibDllPrefix)$(ProjectName)$(JsonGlibDllSuffix).dll"
91                                 LinkIncremental="2"
92                                 ModuleDefinitionFile="..\..\..\json-glib\json-glib.def"
93                                 GenerateDebugInformation="true"
94                                 SubSystem="2"
95                                 ImportLibrary="$(TargetDir)$(ProjectName)-$(JsonGlibVersion).lib"
96                                 TargetMachine="17"
97                         />
98                 </Configuration>
99                 <Configuration
100                         Name="Release|Win32"
101                         OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
102                         IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj"
103                         ConfigurationType="2"
104                         InheritedPropertySheets=".\json-glib.vsprops"
105                         CharacterSet="2"
106                         WholeProgramOptimization="1"
107                         >
108                         <Tool
109                                 Name="VCPreBuildEventTool"
110                                 CommandLine="$(PrepBuild)"
111                         />
112                         <Tool
113                                 Name="VCCLCompilerTool"
114                                 Optimization="2"
115                                 EnableIntrinsicFunctions="true"
116                                 AdditionalIncludeDirectories=""
117                                 PreprocessorDefinitions="$(JsonGlibDefines)"
118                                 RuntimeLibrary="2"
119                                 EnableFunctionLevelLinking="true"
120                                 UsePrecompiledHeader="0"
121                                 WarningLevel="3"
122                                 DebugInformationFormat="3"
123                                 ForcedIncludeFiles=""
124                         />
125                         <Tool
126                                 Name="VCPreLinkEventTool"
127                                 CommandLine="$(JsonGlibGenerateDef)"
128                         />
129                         <Tool
130                                 Name="VCLinkerTool"
131                                 OutputFile="$(OutDir)\$(JsonGlibDllPrefix)$(ProjectName)$(JsonGlibDllSuffix).dll"
132                                 LinkIncremental="1"
133                                 ModuleDefinitionFile="..\..\..\json-glib\json-glib.def"
134                                 GenerateDebugInformation="true"
135                                 SubSystem="2"
136                                 OptimizeReferences="2"
137                                 EnableCOMDATFolding="2"
138                                 ImportLibrary="$(TargetDir)$(ProjectName)-$(JsonGlibVersion).lib"
139                                 TargetMachine="1"
140                         />
141                 </Configuration>
142                 <Configuration
143                         Name="Release|x64"
144                         InheritedPropertySheets=".\json-glib.vsprops"
145                         ConfigurationType="2"
146                         CharacterSet="2"
147                         >
148                         <Tool
149                                 Name="VCPreBuildEventTool"
150                                 CommandLine="$(PrepBuild)"
151                         />
152                         <Tool
153                                 Name="VCCLCompilerTool"
154                                 PreprocessorDefinitions="$(JsonGlibDefines)"
155                                 RuntimeLibrary="2"
156                                 UsePrecompiledHeader="0"
157                                 WarningLevel="3"
158                                 DebugInformationFormat="3"
159                         />
160                         <Tool
161                                 Name="VCPreLinkEventTool"
162                                 CommandLine="$(JsonGlibGenerateDef)"
163                         />
164                         <Tool
165                                 Name="VCLinkerTool"
166                                 AdditionalDependencies=""
167                                 OutputFile="$(OutDir)\$(JsonGlibDllPrefix)$(ProjectName)$(JsonGlibDllSuffix).dll"
168                                 LinkIncremental="2"
169                                 ModuleDefinitionFile="..\..\..\json-glib\json-glib.def"
170                                 GenerateDebugInformation="true"
171                                 SubSystem="2"
172                                 OptimizeReferences="2"
173                                 EnableCOMDATFolding="2"
174                                 ImportLibrary="$(TargetDir)$(ProjectName)-$(JsonGlibVersion).lib"
175                                 TargetMachine="17"
176                         />
177                 </Configuration>
178         </Configurations>
179         <References>
180         </References>
181         <Files>
182                 <Filter
183                         Name="Sources"
184                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
185                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186                         >
187 #include "jsonglib.sourcefiles"
188                 </Filter>
189                 <Filter
190                         Name="Headers"
191                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
192                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
193                         >
194                 </Filter>
195                 <Filter
196                         Name="Resource Files"
197                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
198                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
199                         >
200                 </Filter>
201         </Files>
202         <Globals>
203         </Globals>
204 </VisualStudioProject>