]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - setup/win32/msi/msiquery.vcproj
- Updated help menu web links (removed map-center.com, added ETB documentation) ...
[xonotic/netradiant.git] / setup / win32 / msi / msiquery.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="msiquery"
6         RootNamespace="msiquery"
7         SccProjectName=""
8         SccLocalPath="">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Release|Win32"
16                         OutputDirectory=".\Release"
17                         IntermediateDirectory=".\Release"
18                         ConfigurationType="2"
19                         UseOfMFC="0"
20                         ATLMinimizesCRunTimeLibraryUsage="FALSE">
21                         <Tool
22                                 Name="VCCLCompilerTool"
23                                 Optimization="2"
24                                 InlineFunctionExpansion="1"
25                                 AdditionalIncludeDirectories="..\..\..\..\Python-2.3.3\Include,..\..\..\..\Python-2.3.3\PC"
26                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
27                                 StringPooling="TRUE"
28                                 RuntimeLibrary="2"
29                                 EnableFunctionLevelLinking="TRUE"
30                                 UsePrecompiledHeader="2"
31                                 PrecompiledHeaderFile=".\Release/msiquery.pch"
32                                 AssemblerListingLocation=".\Release/"
33                                 ObjectFile=".\Release/"
34                                 ProgramDataBaseFileName=".\Release/"
35                                 WarningLevel="3"
36                                 SuppressStartupBanner="TRUE"
37                                 CompileAs="0"/>
38                         <Tool
39                                 Name="VCCustomBuildTool"/>
40                         <Tool
41                                 Name="VCLinkerTool"
42                                 AdditionalOptions="/export:initmsiquery"
43                                 AdditionalDependencies="odbc32.lib odbccp32.lib python23.lib msi.lib"
44                                 OutputFile=".\Release/msiquery.dll"
45                                 LinkIncremental="1"
46                                 SuppressStartupBanner="TRUE"
47                                 AdditionalLibraryDirectories="..\..\..\..\Python-2.3.3\PCbuild"
48                                 ModuleDefinitionFile=".\msiquery.def"
49                                 ProgramDatabaseFile=".\Release/msiquery.pdb"
50                                 SubSystem="2"
51                                 ImportLibrary=".\Release/msiquery.lib"
52                                 TargetMachine="1"/>
53                         <Tool
54                                 Name="VCMIDLTool"
55                                 PreprocessorDefinitions="NDEBUG"
56                                 MkTypLibCompatible="TRUE"
57                                 SuppressStartupBanner="TRUE"
58                                 TargetEnvironment="1"
59                                 TypeLibraryName=".\Release/msiquery.tlb"
60                                 HeaderFileName=""/>
61                         <Tool
62                                 Name="VCPostBuildEventTool"
63                                 CommandLine="copy $(TargetPath) ..\"/>
64                         <Tool
65                                 Name="VCPreBuildEventTool"/>
66                         <Tool
67                                 Name="VCPreLinkEventTool"/>
68                         <Tool
69                                 Name="VCResourceCompilerTool"
70                                 PreprocessorDefinitions="NDEBUG"
71                                 Culture="1033"/>
72                         <Tool
73                                 Name="VCWebServiceProxyGeneratorTool"/>
74                         <Tool
75                                 Name="VCXMLDataGeneratorTool"/>
76                         <Tool
77                                 Name="VCWebDeploymentTool"/>
78                         <Tool
79                                 Name="VCManagedWrapperGeneratorTool"/>
80                         <Tool
81                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
82                 </Configuration>
83                 <Configuration
84                         Name="Debug|Win32"
85                         OutputDirectory=".\Debug"
86                         IntermediateDirectory=".\Debug"
87                         ConfigurationType="2"
88                         UseOfMFC="0"
89                         ATLMinimizesCRunTimeLibraryUsage="FALSE">
90                         <Tool
91                                 Name="VCCLCompilerTool"
92                                 Optimization="0"
93                                 AdditionalIncludeDirectories="..\..\..\..\Python-2.3.3\Include,..\..\..\..\Python-2.3.3\PC"
94                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
95                                 RuntimeLibrary="3"
96                                 UsePrecompiledHeader="2"
97                                 PrecompiledHeaderFile=".\Debug/msiquery.pch"
98                                 AssemblerListingLocation=".\Debug/"
99                                 ObjectFile=".\Debug/"
100                                 ProgramDataBaseFileName=".\Debug/"
101                                 WarningLevel="3"
102                                 SuppressStartupBanner="TRUE"
103                                 DebugInformationFormat="4"
104                                 CompileAs="0"/>
105                         <Tool
106                                 Name="VCCustomBuildTool"/>
107                         <Tool
108                                 Name="VCLinkerTool"
109                                 AdditionalOptions="/export:initmsiquery"
110                                 AdditionalDependencies="odbc32.lib odbccp32.lib python23_d.lib msi.lib"
111                                 OutputFile=".\Debug/msiquery_d.dll"
112                                 LinkIncremental="1"
113                                 SuppressStartupBanner="TRUE"
114                                 AdditionalLibraryDirectories="..\..\..\..\Python-2.3.3\PCbuild"
115                                 ModuleDefinitionFile=".\msiquery.def"
116                                 GenerateDebugInformation="TRUE"
117                                 ProgramDatabaseFile=".\Debug/msiquery_d.pdb"
118                                 SubSystem="2"
119                                 ImportLibrary=".\Debug/msiquery_d.lib"
120                                 TargetMachine="1"/>
121                         <Tool
122                                 Name="VCMIDLTool"
123                                 PreprocessorDefinitions="_DEBUG"
124                                 MkTypLibCompatible="TRUE"
125                                 SuppressStartupBanner="TRUE"
126                                 TargetEnvironment="1"
127                                 TypeLibraryName=".\Debug/msiquery.tlb"
128                                 HeaderFileName=""/>
129                         <Tool
130                                 Name="VCPostBuildEventTool"
131                                 CommandLine="copy $(TargetPath) ..\"/>
132                         <Tool
133                                 Name="VCPreBuildEventTool"/>
134                         <Tool
135                                 Name="VCPreLinkEventTool"/>
136                         <Tool
137                                 Name="VCResourceCompilerTool"
138                                 PreprocessorDefinitions="_DEBUG"
139                                 Culture="1033"/>
140                         <Tool
141                                 Name="VCWebServiceProxyGeneratorTool"/>
142                         <Tool
143                                 Name="VCXMLDataGeneratorTool"/>
144                         <Tool
145                                 Name="VCWebDeploymentTool"/>
146                         <Tool
147                                 Name="VCManagedWrapperGeneratorTool"/>
148                         <Tool
149                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
150                 </Configuration>
151         </Configurations>
152         <References>
153         </References>
154         <Files>
155                 <Filter
156                         Name="Source Files"
157                         Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90">
158                         <File
159                                 RelativePath=".\msiquery.c">
160                         </File>
161                         <File
162                                 RelativePath="msiquery.def">
163                         </File>
164                 </Filter>
165                 <Filter
166                         Name="Header Files"
167                         Filter="h;hpp;hxx;hm;inl;fi;fd">
168                 </Filter>
169                 <Filter
170                         Name="Resource Files"
171                         Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
172                 </Filter>
173         </Files>
174         <Globals>
175         </Globals>
176 </VisualStudioProject>