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