Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_16' into...
[platform/upstream/atk.git] / build / win32 / vs9 / atk.vcprojin
1 <?xml version="1.0" encoding="big5"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="atk"
6         ProjectGUID="{86EACD59-F69F-4AAD-854B-AA03D5447360}"
7         RootNamespace="atk"
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                         ConfigurationType="2"
25                         InheritedPropertySheets=".\atk-gen-src.vsprops"
26                         CharacterSet="2"
27                         >
28                         <Tool
29                                 Name="VCPreBuildEventTool"
30                         />
31                         <Tool
32                                 Name="VCCLCompilerTool"
33                                 Optimization="0"
34                                 PreprocessorDefinitions="_DEBUG;$(AtkDefines)"
35                                 MinimalRebuild="true"
36                                 BasicRuntimeChecks="3"
37                                 RuntimeLibrary="3"
38                                 UsePrecompiledHeader="0"
39                                 WarningLevel="3"
40                                 DebugInformationFormat="4"
41                         />
42                         <Tool
43                                 Name="VCLinkerTool"
44                                 OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll"
45                                 LinkIncremental="2"
46                                 IgnoreDefaultLibraryNames=""
47                                 ModuleDefinitionFile="$(IntDir)\atk.def"
48                                 GenerateDebugInformation="true"
49                                 SubSystem="2"
50                                 ImportLibrary="$(OutDir)\$(ProjectName)-$(ApiVersion).lib"
51                                 TargetMachine="1"
52                         />
53                 </Configuration>
54                 <Configuration
55                         Name="Release|Win32"
56                         ConfigurationType="2"
57                         InheritedPropertySheets=".\atk-gen-src.vsprops"
58                         CharacterSet="2"
59                         WholeProgramOptimization="1"
60                         >
61                         <Tool
62                                 Name="VCPreBuildEventTool"
63                         />
64                         <Tool
65                                 Name="VCCLCompilerTool"
66                                 Optimization="2"
67                                 EnableIntrinsicFunctions="true"
68                                 PreprocessorDefinitions="$(AtkDefines)"
69                                 RuntimeLibrary="2"
70                                 EnableFunctionLevelLinking="true"
71                                 UsePrecompiledHeader="0"
72                                 WarningLevel="3"
73                                 DebugInformationFormat="3"
74                         />
75                         <Tool
76                                 Name="VCLinkerTool"
77                                 OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll"
78                                 LinkIncremental="1"
79                                 IgnoreDefaultLibraryNames=""
80                                 ModuleDefinitionFile="$(IntDir)\atk.def"
81                                 GenerateDebugInformation="true"
82                                 SubSystem="2"
83                                 OptimizeReferences="2"
84                                 EnableCOMDATFolding="2"
85                                 ImportLibrary="$(OutDir)\$(ProjectName)-$(ApiVersion).lib"
86                                 TargetMachine="1"
87                         />
88                 </Configuration>
89                 <Configuration
90                         Name="Debug|x64"
91                         InheritedPropertySheets=".\atk-gen-src.vsprops"
92                         ConfigurationType="2"
93                         CharacterSet="2"
94                         >
95                         <Tool
96                                 Name="VCPreBuildEventTool"
97                         />
98                         <Tool
99                                 Name="VCCLCompilerTool"
100                                 Optimization="0"
101                                 PreprocessorDefinitions="_DEBUG;$(AtkDefines)"
102                                 MinimalRebuild="true"
103                                 BasicRuntimeChecks="3"
104                                 RuntimeLibrary="3"
105                                 UsePrecompiledHeader="0"
106                                 WarningLevel="3"
107                                 DebugInformationFormat="3"
108                         />
109                         <Tool
110                                 Name="VCLinkerTool"
111                                 AdditionalDependencies=""
112                                 OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll"
113                                 LinkIncremental="2"
114                                 ModuleDefinitionFile="$(IntDir)\atk.def"
115                                 GenerateDebugInformation="true"
116                                 SubSystem="2"
117                                 ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
118                                 TargetMachine="17"
119                         />
120                 </Configuration>
121                 <Configuration
122                         Name="Release|x64"
123                         InheritedPropertySheets=".\atk-gen-src.vsprops"
124                         ConfigurationType="2"
125                         CharacterSet="2"
126                         >
127                         <Tool
128                                 Name="VCPreBuildEventTool"
129                         />
130                         <Tool
131                                 Name="VCCLCompilerTool"
132                                 PreprocessorDefinitions="$(AtkDefines)"
133                                 RuntimeLibrary="2"
134                                 UsePrecompiledHeader="0"
135                                 WarningLevel="3"
136                                 DebugInformationFormat="3"
137                         />
138                         <Tool
139                                 Name="VCLinkerTool"
140                                 AdditionalDependencies=""
141                                 OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll"
142                                 LinkIncremental="2"
143                                 ModuleDefinitionFile="$(IntDir)\atk.def"
144                                 GenerateDebugInformation="true"
145                                 SubSystem="2"
146                                 OptimizeReferences="2"
147                                 EnableCOMDATFolding="2"
148                                 ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
149                                 TargetMachine="17"
150                         />
151                 </Configuration>
152         </Configurations>
153         <References>
154         </References>
155         <Files>
156                 <Filter
157                         Name="Sources"
158                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
159                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
160                         >
161 #include "atk.sourcefiles"
162                 </Filter>
163                 <Filter
164                         Name="Headers"
165                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
166                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
167                         >
168                 </Filter>
169                 <Filter
170                         Name="Resource Files"
171                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
172                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
173                         >
174                         <File RelativePath="..\..\..\config.h.win32">
175                                 <FileConfiguration Name="Debug|Win32">
176                                         <Tool
177                                                 Name="VCCustomBuildTool"
178                                                 Description="Copying config.h from config.h.win32..."
179                                                 CommandLine="$(GenConfigH)"
180                                                 Outputs="..\..\..\config.h"
181                                         />
182                                 </FileConfiguration>
183                                 <FileConfiguration Name="Release|Win32">
184                                         <Tool
185                                                 Name="VCCustomBuildTool"
186                                                 Description="Copying config.h from config.h.win32..."
187                                                 CommandLine="$(GenConfigH)"
188                                                 Outputs="..\..\..\config.h"
189                                         />
190                                 </FileConfiguration>
191                                 <FileConfiguration Name="Debug|x64">
192                                         <Tool
193                                                 Name="VCCustomBuildTool"
194                                                 Description="Copying config.h from config.h.win32..."
195                                                 CommandLine="$(GenConfigH)"
196                                                 Outputs="..\..\..\config.h"
197                                         />
198                                 </FileConfiguration>
199                                 <FileConfiguration Name="Release|x64">
200                                         <Tool
201                                                 Name="VCCustomBuildTool"
202                                                 Description="Copying config.h from config.h.win32..."
203                                                 CommandLine="$(GenConfigH)"
204                                                 Outputs="..\..\..\config.h"
205                                         />
206                                 </FileConfiguration>
207                         </File>
208                         <File RelativePath="..\..\..\atk\atkmarshal.list">
209                                 <FileConfiguration Name="Debug|Win32">
210                                         <Tool
211                                                 Name="VCCustomBuildTool"
212                                                 Description="Generating Marshalling Sources..."
213                                                 CommandLine="$(GenMarshalSrc)"
214                                                 Outputs="..\..\..\atk\atkmarshal.h;..\..\..\atk\atkmarshal.c"
215                                         />
216                                 </FileConfiguration>
217                                 <FileConfiguration Name="Release|Win32">
218                                         <Tool
219                                                 Name="VCCustomBuildTool"
220                                                 Description="Generating Marshalling Sources..."
221                                                 CommandLine="$(GenMarshalSrc)"
222                                                 Outputs="..\..\..\atk\atkmarshal.h;..\..\..\atk\atkmarshal.c"
223                                         />
224                                 </FileConfiguration>
225                                 <FileConfiguration Name="Debug|x64">
226                                         <Tool
227                                                 Name="VCCustomBuildTool"
228                                                 Description="Generating Marshalling Sources..."
229                                                 CommandLine="$(GenMarshalSrc)"
230                                                 Outputs="..\..\..\atk\atkmarshal.h;..\..\..\atk\atkmarshal.c"
231                                         />
232                                 </FileConfiguration>
233                                 <FileConfiguration Name="Release|x64">
234                                         <Tool
235                                                 Name="VCCustomBuildTool"
236                                                 Description="Generating Marshalling Sources..."
237                                                 CommandLine="$(GenMarshalSrc)"
238                                                 Outputs="..\..\..\atk\atkmarshal.h;..\..\..\atk\atkmarshal.c"
239                                         />
240                                 </FileConfiguration>
241                         </File>
242                         <File RelativePath="..\..\..\atk\atk.symbols">
243                                 <FileConfiguration Name="Debug|Win32">
244                                         <Tool
245                                                 Name="VCCustomBuildTool"
246                                                 Description="Generating atk.def..."
247                                                 CommandLine="$(GenerateAtkDef)"
248                                                 Outputs="$(IntDir)\atk.def"
249                                         />
250                                 </FileConfiguration>
251                                 <FileConfiguration Name="Release|Win32">
252                                         <Tool
253                                                 Name="VCCustomBuildTool"
254                                                 Description="Generating atk.def..."
255                                                 CommandLine="$(GenerateAtkDef)"
256                                                 Outputs="$(IntDir)\atk.def"
257                                         />
258                                 </FileConfiguration>
259                                 <FileConfiguration Name="Debug|x64">
260                                         <Tool
261                                                 Name="VCCustomBuildTool"
262                                                 Description="Generating atk.def..."
263                                                 CommandLine="$(GenerateAtkDef)"
264                                                 Outputs="$(IntDir)\atk.def"
265                                         />
266                                 </FileConfiguration>
267                                 <FileConfiguration Name="Release|x64">
268                                         <Tool
269                                                 Name="VCCustomBuildTool"
270                                                 Description="Generating atk.def..."
271                                                 CommandLine="$(GenerateAtkDef)"
272                                                 Outputs="$(IntDir)\atk.def"
273                                         />
274                                 </FileConfiguration>
275                         </File>
276                         <File RelativePath="..\..\..\atk\atk.rc" />
277                 </Filter>
278         </Files>
279         <Globals>
280         </Globals>
281 </VisualStudioProject>