Update VS Projects and related items
[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.vsprops"
26                         CharacterSet="1"
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="VCPreLinkEventTool"
44                                 CommandLine="$(GenerateAtkDef)"
45                         />
46                         <Tool
47                                 Name="VCLinkerTool"
48                                 OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll"
49                                 LinkIncremental="2"
50                                 IgnoreDefaultLibraryNames=""
51                                 ModuleDefinitionFile="..\..\..\atk\atk.def"
52                                 GenerateDebugInformation="true"
53                                 SubSystem="2"
54                                 ImportLibrary="$(OutDir)\$(ProjectName)-$(AtkApiVersion).lib"
55                                 TargetMachine="1"
56                         />
57                 </Configuration>
58                 <Configuration
59                         Name="Release|Win32"
60                         ConfigurationType="2"
61                         InheritedPropertySheets=".\atk.vsprops"
62                         CharacterSet="1"
63                         WholeProgramOptimization="1"
64                         >
65                         <Tool
66                                 Name="VCPreBuildEventTool"
67                         />
68                         <Tool
69                                 Name="VCCLCompilerTool"
70                                 Optimization="2"
71                                 EnableIntrinsicFunctions="true"
72                                 PreprocessorDefinitions="$(AtkDefines)"
73                                 RuntimeLibrary="2"
74                                 EnableFunctionLevelLinking="true"
75                                 UsePrecompiledHeader="0"
76                                 WarningLevel="3"
77                                 DebugInformationFormat="3"
78                         />
79                         <Tool
80                                 Name="VCPreLinkEventTool"
81                                 CommandLine="$(GenerateAtkDef)"
82                         />
83                         <Tool
84                                 Name="VCLinkerTool"
85                                 OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll"
86                                 LinkIncremental="1"
87                                 IgnoreDefaultLibraryNames=""
88                                 ModuleDefinitionFile="..\..\..\atk\atk.def"
89                                 GenerateDebugInformation="true"
90                                 SubSystem="2"
91                                 OptimizeReferences="2"
92                                 EnableCOMDATFolding="2"
93                                 ImportLibrary="$(OutDir)\$(ProjectName)-$(AtkApiVersion).lib"
94                                 TargetMachine="1"
95                         />
96                 </Configuration>
97                 <Configuration
98                         Name="Debug|x64"
99                         InheritedPropertySheets=".\atk.vsprops"
100                         ConfigurationType="2"
101                         CharacterSet="2"
102                         >
103                         <Tool
104                                 Name="VCPreBuildEventTool"
105                         />
106                         <Tool
107                                 Name="VCCLCompilerTool"
108                                 Optimization="0"
109                                 PreprocessorDefinitions="_DEBUG;$(AtkDefines)"
110                                 MinimalRebuild="true"
111                                 BasicRuntimeChecks="3"
112                                 RuntimeLibrary="3"
113                                 UsePrecompiledHeader="0"
114                                 WarningLevel="3"
115                                 DebugInformationFormat="3"
116                         />
117                         <Tool
118                                 Name="VCPreLinkEventTool"
119                                 CommandLine="$(GenerateAtkDef)"
120                         />
121                         <Tool
122                                 Name="VCLinkerTool"
123                                 AdditionalDependencies=""
124                                 OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)-$(AtkDllSuffix).dll"
125                                 LinkIncremental="2"
126                                 ModuleDefinitionFile="..\..\..\atk\atk.def"
127                                 GenerateDebugInformation="true"
128                                 SubSystem="2"
129                                 ImportLibrary="$(TargetDir)$(ProjectName)-$(AtkApiVersion).lib"
130                                 TargetMachine="17"
131                         />
132                 </Configuration>
133                 <Configuration
134                         Name="Release|x64"
135                         InheritedPropertySheets=".\atk.vsprops"
136                         ConfigurationType="2"
137                         CharacterSet="2"
138                         >
139                         <Tool
140                                 Name="VCPreBuildEventTool"
141                         />
142                         <Tool
143                                 Name="VCCLCompilerTool"
144                                 PreprocessorDefinitions="$(AtkDefines)"
145                                 RuntimeLibrary="2"
146                                 UsePrecompiledHeader="0"
147                                 WarningLevel="3"
148                                 DebugInformationFormat="3"
149                         />
150                         <Tool
151                                 Name="VCPreLinkEventTool"
152                                 CommandLine="$(GenerateAtkDef)"
153                         />
154                         <Tool
155                                 Name="VCLinkerTool"
156                                 AdditionalDependencies=""
157                                 OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)-$(AtkDllSuffix).dll"
158                                 LinkIncremental="2"
159                                 ModuleDefinitionFile="..\..\..\atk\atk.def"
160                                 GenerateDebugInformation="true"
161                                 SubSystem="2"
162                                 OptimizeReferences="2"
163                                 EnableCOMDATFolding="2"
164                                 ImportLibrary="$(TargetDir)$(ProjectName)-$(AtkApiVersion).lib"
165                                 TargetMachine="17"
166                         />
167                 </Configuration>
168         </Configurations>
169         <References>
170         </References>
171         <Files>
172                 <Filter
173                         Name="Sources"
174                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
175                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
176                         >
177 #include "libatk.sourcefiles"
178                 </Filter>
179                 <Filter
180                         Name="Headers"
181                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
182                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
183                         >
184                 </Filter>
185                 <Filter
186                         Name="Resource Files"
187                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
188                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
189                         >
190                         <File RelativePath="..\..\..\atk\atk.rc" />
191                 </Filter>
192         </Files>
193         <Globals>
194         </Globals>
195 </VisualStudioProject>