diff options
author | Jacek Antonelli | 2008-08-15 23:45:27 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:27 -0500 |
commit | a8a62201ba762e98dff92cf49033e577fc34d8d4 (patch) | |
tree | 11f8513c5cdc222f2fac0c93eb724c089803c200 /linden/indra/win_updater/win_updater_vc9.vcproj | |
parent | Second Life viewer sources 1.18.6.4-RC (diff) | |
download | meta-impy-a8a62201ba762e98dff92cf49033e577fc34d8d4.zip meta-impy-a8a62201ba762e98dff92cf49033e577fc34d8d4.tar.gz meta-impy-a8a62201ba762e98dff92cf49033e577fc34d8d4.tar.bz2 meta-impy-a8a62201ba762e98dff92cf49033e577fc34d8d4.tar.xz |
Second Life viewer sources 1.19.0.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/win_updater/win_updater_vc9.vcproj | 293 |
1 files changed, 293 insertions, 0 deletions
diff --git a/linden/indra/win_updater/win_updater_vc9.vcproj b/linden/indra/win_updater/win_updater_vc9.vcproj new file mode 100644 index 0000000..a6ffdf2 --- /dev/null +++ b/linden/indra/win_updater/win_updater_vc9.vcproj | |||
@@ -0,0 +1,293 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="9.00" | ||
5 | Name="win_updater" | ||
6 | ProjectGUID="{E928F33B-E090-4FA8-818B-6B5D8B0F1F4B}" | ||
7 | RootNamespace="win_updater" | ||
8 | Keyword="Win32Proj" | ||
9 | TargetFrameworkVersion="131072" | ||
10 | > | ||
11 | <Platforms> | ||
12 | <Platform | ||
13 | Name="Win32" | ||
14 | /> | ||
15 | </Platforms> | ||
16 | <ToolFiles> | ||
17 | </ToolFiles> | ||
18 | <Configurations> | ||
19 | <Configuration | ||
20 | Name="Debug|Win32" | ||
21 | OutputDirectory="Debug" | ||
22 | IntermediateDirectory="Debug" | ||
23 | ConfigurationType="1" | ||
24 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
25 | CharacterSet="1" | ||
26 | > | ||
27 | <Tool | ||
28 | Name="VCPreBuildEventTool" | ||
29 | /> | ||
30 | <Tool | ||
31 | Name="VCCustomBuildTool" | ||
32 | /> | ||
33 | <Tool | ||
34 | Name="VCXMLDataGeneratorTool" | ||
35 | /> | ||
36 | <Tool | ||
37 | Name="VCWebServiceProxyGeneratorTool" | ||
38 | /> | ||
39 | <Tool | ||
40 | Name="VCMIDLTool" | ||
41 | /> | ||
42 | <Tool | ||
43 | Name="VCCLCompilerTool" | ||
44 | Optimization="0" | ||
45 | AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llmessage;..\llwindow" | ||
46 | PreprocessorDefinitions="WIN32;_DEBUG;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_DEBUG" | ||
47 | MinimalRebuild="true" | ||
48 | BasicRuntimeChecks="3" | ||
49 | RuntimeLibrary="1" | ||
50 | StructMemberAlignment="4" | ||
51 | TreatWChar_tAsBuiltInType="false" | ||
52 | ForceConformanceInForLoopScope="true" | ||
53 | UsePrecompiledHeader="0" | ||
54 | WarningLevel="3" | ||
55 | Detect64BitPortabilityProblems="false" | ||
56 | DebugInformationFormat="4" | ||
57 | /> | ||
58 | <Tool | ||
59 | Name="VCManagedResourceCompilerTool" | ||
60 | /> | ||
61 | <Tool | ||
62 | Name="VCResourceCompilerTool" | ||
63 | /> | ||
64 | <Tool | ||
65 | Name="VCPreLinkEventTool" | ||
66 | /> | ||
67 | <Tool | ||
68 | Name="VCLinkerTool" | ||
69 | AdditionalDependencies="advapi32.lib comdlg32.lib gdi32.lib kernel32.lib odbc32.lib odbccp32.lib ole32.lib oleaut32.lib shell32.lib user32.lib uuid.lib wininet.lib winspool.lib" | ||
70 | OutputFile="updater.exe" | ||
71 | LinkIncremental="2" | ||
72 | AdditionalLibraryDirectories="../lib_$(ConfigurationName)/i686-win32;../../libraries/i686-win32/lib_debug" | ||
73 | GenerateDebugInformation="true" | ||
74 | ProgramDatabaseFile="$(OutDir)/win_updater.pdb" | ||
75 | SubSystem="2" | ||
76 | RandomizedBaseAddress="1" | ||
77 | DataExecutionPrevention="0" | ||
78 | TargetMachine="1" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCALinkTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCManifestTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCXDCMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCBscMakeTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCFxCopTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCAppVerifierTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="Release|Win32" | ||
104 | OutputDirectory="Release" | ||
105 | IntermediateDirectory="Release" | ||
106 | ConfigurationType="1" | ||
107 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
108 | CharacterSet="1" | ||
109 | > | ||
110 | <Tool | ||
111 | Name="VCPreBuildEventTool" | ||
112 | /> | ||
113 | <Tool | ||
114 | Name="VCCustomBuildTool" | ||
115 | /> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool" | ||
118 | /> | ||
119 | <Tool | ||
120 | Name="VCWebServiceProxyGeneratorTool" | ||
121 | /> | ||
122 | <Tool | ||
123 | Name="VCMIDLTool" | ||
124 | /> | ||
125 | <Tool | ||
126 | Name="VCCLCompilerTool" | ||
127 | AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llmessage;..\llwindow" | ||
128 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE" | ||
129 | RuntimeLibrary="0" | ||
130 | StructMemberAlignment="0" | ||
131 | TreatWChar_tAsBuiltInType="false" | ||
132 | ForceConformanceInForLoopScope="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="false" | ||
136 | DebugInformationFormat="3" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | /> | ||
144 | <Tool | ||
145 | Name="VCPreLinkEventTool" | ||
146 | /> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="advapi32.lib comdlg32.lib gdi32.lib kernel32.lib odbc32.lib odbccp32.lib ole32.lib oleaut32.lib shell32.lib user32.lib uuid.lib wininet.lib winspool.lib" | ||
150 | OutputFile="updater.exe" | ||
151 | LinkIncremental="1" | ||
152 | AdditionalLibraryDirectories="../lib_$(ConfigurationName)/i686-win32;../../libraries/i686-win32/lib_release" | ||
153 | GenerateDebugInformation="true" | ||
154 | SubSystem="2" | ||
155 | OptimizeReferences="2" | ||
156 | EnableCOMDATFolding="2" | ||
157 | RandomizedBaseAddress="1" | ||
158 | DataExecutionPrevention="0" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCPostBuildEventTool" | ||
181 | /> | ||
182 | </Configuration> | ||
183 | <Configuration | ||
184 | Name="ReleaseNoOpt|Win32" | ||
185 | OutputDirectory="$(ConfigurationName)" | ||
186 | IntermediateDirectory="$(ConfigurationName)" | ||
187 | ConfigurationType="1" | ||
188 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
189 | CharacterSet="1" | ||
190 | > | ||
191 | <Tool | ||
192 | Name="VCPreBuildEventTool" | ||
193 | /> | ||
194 | <Tool | ||
195 | Name="VCCustomBuildTool" | ||
196 | /> | ||
197 | <Tool | ||
198 | Name="VCXMLDataGeneratorTool" | ||
199 | /> | ||
200 | <Tool | ||
201 | Name="VCWebServiceProxyGeneratorTool" | ||
202 | /> | ||
203 | <Tool | ||
204 | Name="VCMIDLTool" | ||
205 | /> | ||
206 | <Tool | ||
207 | Name="VCCLCompilerTool" | ||
208 | AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llmessage;..\llwindow" | ||
209 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE" | ||
210 | RuntimeLibrary="0" | ||
211 | StructMemberAlignment="0" | ||
212 | TreatWChar_tAsBuiltInType="false" | ||
213 | ForceConformanceInForLoopScope="true" | ||
214 | UsePrecompiledHeader="0" | ||
215 | WarningLevel="3" | ||
216 | Detect64BitPortabilityProblems="false" | ||
217 | DebugInformationFormat="3" | ||
218 | /> | ||
219 | <Tool | ||
220 | Name="VCManagedResourceCompilerTool" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCPreLinkEventTool" | ||
227 | /> | ||
228 | <Tool | ||
229 | Name="VCLinkerTool" | ||
230 | AdditionalDependencies="advapi32.lib comdlg32.lib gdi32.lib kernel32.lib odbc32.lib odbccp32.lib ole32.lib oleaut32.lib shell32.lib user32.lib uuid.lib wininet.lib winspool.lib" | ||
231 | OutputFile="updater.exe" | ||
232 | LinkIncremental="1" | ||
233 | AdditionalLibraryDirectories="../lib_$(ConfigurationName)/i686-win32;../../libraries/i686-win32/lib_release" | ||
234 | GenerateDebugInformation="true" | ||
235 | SubSystem="2" | ||
236 | OptimizeReferences="2" | ||
237 | EnableCOMDATFolding="2" | ||
238 | RandomizedBaseAddress="1" | ||
239 | DataExecutionPrevention="0" | ||
240 | TargetMachine="1" | ||
241 | /> | ||
242 | <Tool | ||
243 | Name="VCALinkTool" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCManifestTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCXDCMakeTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCBscMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCFxCopTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCAppVerifierTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCPostBuildEventTool" | ||
262 | /> | ||
263 | </Configuration> | ||
264 | </Configurations> | ||
265 | <References> | ||
266 | </References> | ||
267 | <Files> | ||
268 | <Filter | ||
269 | Name="Source Files" | ||
270 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
271 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
272 | > | ||
273 | <File | ||
274 | RelativePath=".\updater.cpp" | ||
275 | > | ||
276 | </File> | ||
277 | </Filter> | ||
278 | <Filter | ||
279 | Name="Header Files" | ||
280 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
281 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
282 | > | ||
283 | </Filter> | ||
284 | <Filter | ||
285 | Name="Resource Files" | ||
286 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
287 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
288 | > | ||
289 | </Filter> | ||
290 | </Files> | ||
291 | <Globals> | ||
292 | </Globals> | ||
293 | </VisualStudioProject> | ||