diff options
Diffstat (limited to 'linden/indra/llmedia/llmedia_vc9.vcproj')
-rw-r--r-- | linden/indra/llmedia/llmedia_vc9.vcproj | 300 |
1 files changed, 300 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmedia_vc9.vcproj b/linden/indra/llmedia/llmedia_vc9.vcproj new file mode 100644 index 0000000..440f714 --- /dev/null +++ b/linden/indra/llmedia/llmedia_vc9.vcproj | |||
@@ -0,0 +1,300 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="9.00" | ||
5 | Name="llmedia" | ||
6 | ProjectGUID="{9D0C7E02-6506-4EE7-BC5C-75671D28D594}" | ||
7 | RootNamespace="llmedia" | ||
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="../lib_$(ConfigurationName)/i686-win32" | ||
22 | IntermediateDirectory="Debug" | ||
23 | ConfigurationType="4" | ||
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;..\llrender;..\llwindow;..\llimage;..\llmath;..\llvfs;..\llmessage;..\llui;"..\..\libraries\i686-win32\include";..\..\libraries\include\;"..\..\libraries\i686-win32\include\quicktime"" | ||
46 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_DEBUG;XP_WIN;XP_WIN32" | ||
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 | WarnAsError="true" | ||
56 | Detect64BitPortabilityProblems="false" | ||
57 | DebugInformationFormat="4" | ||
58 | DisableSpecificWarnings="4702" | ||
59 | /> | ||
60 | <Tool | ||
61 | Name="VCManagedResourceCompilerTool" | ||
62 | /> | ||
63 | <Tool | ||
64 | Name="VCResourceCompilerTool" | ||
65 | /> | ||
66 | <Tool | ||
67 | Name="VCPreLinkEventTool" | ||
68 | /> | ||
69 | <Tool | ||
70 | Name="VCLibrarianTool" | ||
71 | OutputFile="$(OutDir)/llmedia.lib" | ||
72 | AdditionalLibraryDirectories="" | ||
73 | /> | ||
74 | <Tool | ||
75 | Name="VCALinkTool" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCXDCMakeTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCBscMakeTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCFxCopTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCPostBuildEventTool" | ||
88 | /> | ||
89 | </Configuration> | ||
90 | <Configuration | ||
91 | Name="Release|Win32" | ||
92 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
93 | IntermediateDirectory="Release" | ||
94 | ConfigurationType="4" | ||
95 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
96 | CharacterSet="1" | ||
97 | > | ||
98 | <Tool | ||
99 | Name="VCPreBuildEventTool" | ||
100 | /> | ||
101 | <Tool | ||
102 | Name="VCCustomBuildTool" | ||
103 | /> | ||
104 | <Tool | ||
105 | Name="VCXMLDataGeneratorTool" | ||
106 | /> | ||
107 | <Tool | ||
108 | Name="VCWebServiceProxyGeneratorTool" | ||
109 | /> | ||
110 | <Tool | ||
111 | Name="VCMIDLTool" | ||
112 | /> | ||
113 | <Tool | ||
114 | Name="VCCLCompilerTool" | ||
115 | AdditionalOptions="/Oy-" | ||
116 | InlineFunctionExpansion="0" | ||
117 | EnableIntrinsicFunctions="false" | ||
118 | AdditionalIncludeDirectories="..\llcommon;..\llrender;..\llwindow;..\llimage;..\llmath;..\llvfs;..\llmessage;..\llui;"..\..\libraries\i686-win32\include";..\..\libraries\include\;"..\..\libraries\i686-win32\include\quicktime"" | ||
119 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE;XP_WIN;XP_WIN32" | ||
120 | RuntimeLibrary="0" | ||
121 | StructMemberAlignment="0" | ||
122 | TreatWChar_tAsBuiltInType="false" | ||
123 | ForceConformanceInForLoopScope="true" | ||
124 | UsePrecompiledHeader="0" | ||
125 | WarningLevel="3" | ||
126 | WarnAsError="false" | ||
127 | Detect64BitPortabilityProblems="false" | ||
128 | DebugInformationFormat="3" | ||
129 | DisableSpecificWarnings="4702" | ||
130 | /> | ||
131 | <Tool | ||
132 | Name="VCManagedResourceCompilerTool" | ||
133 | /> | ||
134 | <Tool | ||
135 | Name="VCResourceCompilerTool" | ||
136 | /> | ||
137 | <Tool | ||
138 | Name="VCPreLinkEventTool" | ||
139 | /> | ||
140 | <Tool | ||
141 | Name="VCLibrarianTool" | ||
142 | OutputFile="$(OutDir)/llmedia.lib" | ||
143 | AdditionalLibraryDirectories="" | ||
144 | IgnoreAllDefaultLibraries="false" | ||
145 | IgnoreDefaultLibraryNames="" | ||
146 | /> | ||
147 | <Tool | ||
148 | Name="VCALinkTool" | ||
149 | /> | ||
150 | <Tool | ||
151 | Name="VCXDCMakeTool" | ||
152 | /> | ||
153 | <Tool | ||
154 | Name="VCBscMakeTool" | ||
155 | /> | ||
156 | <Tool | ||
157 | Name="VCFxCopTool" | ||
158 | /> | ||
159 | <Tool | ||
160 | Name="VCPostBuildEventTool" | ||
161 | /> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseNoOpt|Win32" | ||
165 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
166 | IntermediateDirectory="$(ConfigurationName)" | ||
167 | ConfigurationType="4" | ||
168 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
169 | CharacterSet="1" | ||
170 | > | ||
171 | <Tool | ||
172 | Name="VCPreBuildEventTool" | ||
173 | /> | ||
174 | <Tool | ||
175 | Name="VCCustomBuildTool" | ||
176 | /> | ||
177 | <Tool | ||
178 | Name="VCXMLDataGeneratorTool" | ||
179 | /> | ||
180 | <Tool | ||
181 | Name="VCWebServiceProxyGeneratorTool" | ||
182 | /> | ||
183 | <Tool | ||
184 | Name="VCMIDLTool" | ||
185 | /> | ||
186 | <Tool | ||
187 | Name="VCCLCompilerTool" | ||
188 | AdditionalOptions="/Oy-" | ||
189 | Optimization="0" | ||
190 | InlineFunctionExpansion="0" | ||
191 | EnableIntrinsicFunctions="false" | ||
192 | AdditionalIncludeDirectories="..\llcommon;..\llrender;..\llwindow;..\llimage;..\llmath;..\llvfs;..\llmessage;..\llui;"..\..\libraries\i686-win32\include";..\..\libraries\include\;"..\..\libraries\i686-win32\include\quicktime"" | ||
193 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE;XP_WIN;XP_WIN32" | ||
194 | RuntimeLibrary="0" | ||
195 | StructMemberAlignment="0" | ||
196 | TreatWChar_tAsBuiltInType="false" | ||
197 | ForceConformanceInForLoopScope="true" | ||
198 | UsePrecompiledHeader="0" | ||
199 | WarningLevel="3" | ||
200 | WarnAsError="true" | ||
201 | Detect64BitPortabilityProblems="false" | ||
202 | DebugInformationFormat="3" | ||
203 | DisableSpecificWarnings="4702" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCManagedResourceCompilerTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCResourceCompilerTool" | ||
210 | /> | ||
211 | <Tool | ||
212 | Name="VCPreLinkEventTool" | ||
213 | /> | ||
214 | <Tool | ||
215 | Name="VCLibrarianTool" | ||
216 | OutputFile="$(OutDir)/llmedia.lib" | ||
217 | AdditionalLibraryDirectories="" | ||
218 | IgnoreAllDefaultLibraries="false" | ||
219 | IgnoreDefaultLibraryNames="" | ||
220 | /> | ||
221 | <Tool | ||
222 | Name="VCALinkTool" | ||
223 | /> | ||
224 | <Tool | ||
225 | Name="VCXDCMakeTool" | ||
226 | /> | ||
227 | <Tool | ||
228 | Name="VCBscMakeTool" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCFxCopTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCPostBuildEventTool" | ||
235 | /> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="Source Files" | ||
243 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
244 | UniqueIdentifier="{44DBC47A-0AF0-4726-A094-2D6FBB65FFFA}" | ||
245 | > | ||
246 | <File | ||
247 | RelativePath=".\llmediabase.cpp" | ||
248 | > | ||
249 | </File> | ||
250 | <File | ||
251 | RelativePath=".\llmediaengine.cpp" | ||
252 | > | ||
253 | </File> | ||
254 | <File | ||
255 | RelativePath=".\llmediaimplquicktime.cpp" | ||
256 | > | ||
257 | </File> | ||
258 | <File | ||
259 | RelativePath=".\llmediamoviebase.cpp" | ||
260 | > | ||
261 | </File> | ||
262 | <File | ||
263 | RelativePath=".\llmediamoviebase.h" | ||
264 | > | ||
265 | </File> | ||
266 | </Filter> | ||
267 | <Filter | ||
268 | Name="Header Files" | ||
269 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
270 | UniqueIdentifier="{D188664C-B9B7-4982-8C4B-8D9A44B4D9EF}" | ||
271 | > | ||
272 | <File | ||
273 | RelativePath=".\llmediabase.h" | ||
274 | > | ||
275 | </File> | ||
276 | <File | ||
277 | RelativePath=".\llmediaemitter.h" | ||
278 | > | ||
279 | </File> | ||
280 | <File | ||
281 | RelativePath=".\llmediaemitterevents.h" | ||
282 | > | ||
283 | </File> | ||
284 | <File | ||
285 | RelativePath=".\llmediaengine.h" | ||
286 | > | ||
287 | </File> | ||
288 | <File | ||
289 | RelativePath=".\llmediaimplquicktime.h" | ||
290 | > | ||
291 | </File> | ||
292 | <File | ||
293 | RelativePath=".\llmediaobservers.h" | ||
294 | > | ||
295 | </File> | ||
296 | </Filter> | ||
297 | </Files> | ||
298 | <Globals> | ||
299 | </Globals> | ||
300 | </VisualStudioProject> | ||