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/test/test.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 '')
-rw-r--r-- | linden/indra/test/test.vcproj | 244 |
1 files changed, 244 insertions, 0 deletions
diff --git a/linden/indra/test/test.vcproj b/linden/indra/test/test.vcproj new file mode 100644 index 0000000..64c247c --- /dev/null +++ b/linden/indra/test/test.vcproj | |||
@@ -0,0 +1,244 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="test" | ||
6 | ProjectGUID="{BBAA6588-CA96-4A87-A988-B02270B8D02B}" | ||
7 | RootNamespace="test" | ||
8 | Keyword="Win32Proj"> | ||
9 | <Platforms> | ||
10 | <Platform | ||
11 | Name="Win32"/> | ||
12 | </Platforms> | ||
13 | <Configurations> | ||
14 | <Configuration | ||
15 | Name="Debug|Win32" | ||
16 | OutputDirectory="Debug" | ||
17 | IntermediateDirectory="Debug" | ||
18 | ConfigurationType="1" | ||
19 | CharacterSet="2"> | ||
20 | <Tool | ||
21 | Name="VCCLCompilerTool" | ||
22 | Optimization="0" | ||
23 | AdditionalIncludeDirectories="..\llcommon;..\llmessage;..\llmath;..\..\libraries\include;..\llinventory;"..\..\libraries\i686-win32\include";..\llxml;..\lldatabase" | ||
24 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;LL_WINDOWS;LL_DEBUG" | ||
25 | MinimalRebuild="FALSE" | ||
26 | BasicRuntimeChecks="3" | ||
27 | RuntimeLibrary="1" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="0" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="FALSE" | ||
32 | DebugInformationFormat="3"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalOptions="/FORCE:MULTIPLE" | ||
38 | AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib comdlg32.lib dinput8.lib dsound.lib dxerr8.lib dxguid.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc71-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib llcommon.lib llprimitive.lib llvfs.lib llxml.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ole32.lib oleaut32.lib opengl32.lib shell32.lib ssleay32.lib user32.lib Vfw32.lib winmm.lib winspool.lib ws2_32.lib xmlrpcepi.lib zlib.lib" | ||
39 | OutputFile="$(OutDir)/test.exe" | ||
40 | LinkIncremental="2" | ||
41 | AdditionalLibraryDirectories=""../lib_$(ConfigurationName)/i686-win32";"../../libraries/i686-win32/lib_debug"" | ||
42 | IgnoreDefaultLibraryNames="libcmt.lib" | ||
43 | GenerateDebugInformation="TRUE" | ||
44 | ProgramDatabaseFile="$(OutDir)/test.pdb" | ||
45 | SubSystem="1" | ||
46 | TargetMachine="1"/> | ||
47 | <Tool | ||
48 | Name="VCMIDLTool"/> | ||
49 | <Tool | ||
50 | Name="VCPostBuildEventTool"/> | ||
51 | <Tool | ||
52 | Name="VCPreBuildEventTool"/> | ||
53 | <Tool | ||
54 | Name="VCPreLinkEventTool"/> | ||
55 | <Tool | ||
56 | Name="VCResourceCompilerTool"/> | ||
57 | <Tool | ||
58 | Name="VCWebServiceProxyGeneratorTool"/> | ||
59 | <Tool | ||
60 | Name="VCXMLDataGeneratorTool"/> | ||
61 | <Tool | ||
62 | Name="VCWebDeploymentTool"/> | ||
63 | <Tool | ||
64 | Name="VCManagedWrapperGeneratorTool"/> | ||
65 | <Tool | ||
66 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
67 | </Configuration> | ||
68 | <Configuration | ||
69 | Name="Release|Win32" | ||
70 | OutputDirectory="Release" | ||
71 | IntermediateDirectory="Release" | ||
72 | ConfigurationType="1" | ||
73 | CharacterSet="2"> | ||
74 | <Tool | ||
75 | Name="VCCLCompilerTool" | ||
76 | Optimization="0" | ||
77 | AdditionalIncludeDirectories="..\llcommon;..\llmessage;..\llmath;..\..\libraries\include;..\llinventory;"..\..\libraries\i686-win32\include";..\llxml;..\lldatabase" | ||
78 | PreprocessorDefinitions="WIN32;__WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;LL_RELEASE;APR_DECLARE_STATIC;LL_HTTPD=1" | ||
79 | MinimalRebuild="FALSE" | ||
80 | BasicRuntimeChecks="3" | ||
81 | RuntimeLibrary="1" | ||
82 | ForceConformanceInForLoopScope="TRUE" | ||
83 | RuntimeTypeInfo="TRUE" | ||
84 | UsePrecompiledHeader="0" | ||
85 | WarningLevel="3" | ||
86 | Detect64BitPortabilityProblems="FALSE" | ||
87 | DebugInformationFormat="3"/> | ||
88 | <Tool | ||
89 | Name="VCCustomBuildTool"/> | ||
90 | <Tool | ||
91 | Name="VCLinkerTool" | ||
92 | AdditionalOptions="/FORCE:MULTIPLE" | ||
93 | AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib comdlg32.lib dinput8.lib dsound.lib dxerr8.lib dxguid.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc71-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib llcommon.lib llprimitive.lib llvfs.lib llxml.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ole32.lib oleaut32.lib opengl32.lib shell32.lib ssleay32.lib user32.lib Vfw32.lib winmm.lib winspool.lib ws2_32.lib xmlrpcepi.lib zlib.lib" | ||
94 | OutputFile="$(OutDir)/test.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories=""../lib_$(ConfigurationName)/i686-win32";"../../libraries/i686-win32/lib_release"" | ||
97 | IgnoreDefaultLibraryNames="libcmt.lib" | ||
98 | GenerateDebugInformation="TRUE" | ||
99 | ProgramDatabaseFile="$(OutDir)/test.pdb" | ||
100 | SubSystem="1" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool" | ||
106 | CommandLine="$(TargetPath)"/> | ||
107 | <Tool | ||
108 | Name="VCPreBuildEventTool"/> | ||
109 | <Tool | ||
110 | Name="VCPreLinkEventTool"/> | ||
111 | <Tool | ||
112 | Name="VCResourceCompilerTool"/> | ||
113 | <Tool | ||
114 | Name="VCWebServiceProxyGeneratorTool"/> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool"/> | ||
117 | <Tool | ||
118 | Name="VCWebDeploymentTool"/> | ||
119 | <Tool | ||
120 | Name="VCManagedWrapperGeneratorTool"/> | ||
121 | <Tool | ||
122 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
123 | </Configuration> | ||
124 | <Configuration | ||
125 | Name="ReleaseNoOpt|Win32" | ||
126 | OutputDirectory="$(ConfigurationName)" | ||
127 | IntermediateDirectory="$(ConfigurationName)" | ||
128 | ConfigurationType="1" | ||
129 | CharacterSet="2"> | ||
130 | <Tool | ||
131 | Name="VCCLCompilerTool" | ||
132 | Optimization="0" | ||
133 | AdditionalIncludeDirectories="..\llcommon;..\llmessage;..\llmath;..\..\libraries\include;..\llinventory;"..\..\libraries\i686-win32\include";..\llxml;..\lldatabase" | ||
134 | PreprocessorDefinitions="WIN32;__WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;LL_RELEASE;APR_DECLARE_STATIC;LL_HTTPD=1" | ||
135 | MinimalRebuild="FALSE" | ||
136 | BasicRuntimeChecks="3" | ||
137 | RuntimeLibrary="1" | ||
138 | ForceConformanceInForLoopScope="TRUE" | ||
139 | RuntimeTypeInfo="TRUE" | ||
140 | UsePrecompiledHeader="0" | ||
141 | WarningLevel="3" | ||
142 | Detect64BitPortabilityProblems="FALSE" | ||
143 | DebugInformationFormat="3"/> | ||
144 | <Tool | ||
145 | Name="VCCustomBuildTool"/> | ||
146 | <Tool | ||
147 | Name="VCLinkerTool" | ||
148 | AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib comdlg32.lib dinput8.lib dsound.lib dxerr8.lib dxguid.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc71-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib llcommon.lib llprimitive.lib llvfs.lib llxml.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ole32.lib oleaut32.lib opengl32.lib shell32.lib ssleay32.lib user32.lib Vfw32.lib winmm.lib winspool.lib ws2_32.lib xmlrpcepi.lib zlib.lib" | ||
149 | OutputFile="$(OutDir)/test.exe" | ||
150 | LinkIncremental="2" | ||
151 | AdditionalLibraryDirectories=""../lib_$(ConfigurationName)/i686-win32";"../../libraries/i686-win32/lib_release"" | ||
152 | IgnoreDefaultLibraryNames="libcmt.lib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/test.pdb" | ||
155 | SubSystem="1" | ||
156 | TargetMachine="1"/> | ||
157 | <Tool | ||
158 | Name="VCMIDLTool"/> | ||
159 | <Tool | ||
160 | Name="VCPostBuildEventTool" | ||
161 | CommandLine="$(TargetPath)"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool"/> | ||
168 | <Tool | ||
169 | Name="VCWebServiceProxyGeneratorTool"/> | ||
170 | <Tool | ||
171 | Name="VCXMLDataGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCWebDeploymentTool"/> | ||
174 | <Tool | ||
175 | Name="VCManagedWrapperGeneratorTool"/> | ||
176 | <Tool | ||
177 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
178 | </Configuration> | ||
179 | </Configurations> | ||
180 | <References> | ||
181 | </References> | ||
182 | <Files> | ||
183 | <Filter | ||
184 | Name="Source Files" | ||
185 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
186 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | ||
187 | <File | ||
188 | RelativePath=".\common.cpp"> | ||
189 | </File> | ||
190 | <File | ||
191 | RelativePath=".\inventory.cpp"> | ||
192 | </File> | ||
193 | <File | ||
194 | RelativePath=".\io.cpp"> | ||
195 | </File> | ||
196 | |||
197 | <File | ||
198 | RelativePath=".\llhttpclient_tut.cpp"> | ||
199 | </File> | ||
200 | <File | ||
201 | RelativePath=".\llmime_tut.cpp"> | ||
202 | </File> | ||
203 | <File | ||
204 | RelativePath=".\llpipeutil.cpp"> | ||
205 | </File> | ||
206 | <File | ||
207 | RelativePath=".\llsd_message_system_tut.cpp"> | ||
208 | </File> | ||
209 | <File | ||
210 | RelativePath=".\llsd_new_tut.cpp"> | ||
211 | </File> | ||
212 | <File | ||
213 | RelativePath=".\llsdserialize_tut.cpp"> | ||
214 | </File> | ||
215 | <File | ||
216 | RelativePath=".\lltut.cpp"> | ||
217 | </File> | ||
218 | <File | ||
219 | RelativePath=".\math.cpp"> | ||
220 | </File> | ||
221 | <File | ||
222 | RelativePath=".\reflection_tut.cpp"> | ||
223 | </File> | ||
224 | <File | ||
225 | RelativePath=".\test.cpp"> | ||
226 | </File> | ||
227 | </Filter> | ||
228 | <Filter | ||
229 | Name="Header Files" | ||
230 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
231 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> | ||
232 | <File | ||
233 | RelativePath=".\lltut.h"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | <Filter | ||
237 | Name="Resource Files" | ||
238 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
239 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | ||
240 | </Filter> | ||
241 | </Files> | ||
242 | <Globals> | ||
243 | </Globals> | ||
244 | </VisualStudioProject> | ||