source: 3DVCSoftware/branches/0.1-poznan-univ/build/vc9/TAppRenderer_vc9.vcproj @ 1075

Last change on this file since 1075 was 2, checked in by hhi, 13 years ago

inital import

  • Property svn:eol-style set to native
File size: 7.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="TAppRenderer"
6        ProjectGUID="{ABF5855A-69D4-4579-AC8E-7109DEEFA7F0}"
7        RootNamespace="TAppRenderer"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="196613"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15                <Platform
16                        Name="x64"
17                />
18        </Platforms>
19        <ToolFiles>
20        </ToolFiles>
21        <Configurations>
22                <Configuration
23                        Name="Debug|Win32"
24                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
25                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
26                        ConfigurationType="1"
27                        CharacterSet="2"
28                        >
29                        <Tool
30                                Name="VCPreBuildEventTool"
31                        />
32                        <Tool
33                                Name="VCCustomBuildTool"
34                        />
35                        <Tool
36                                Name="VCXMLDataGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCWebServiceProxyGeneratorTool"
40                        />
41                        <Tool
42                                Name="VCMIDLTool"
43                        />
44                        <Tool
45                                Name="VCCLCompilerTool"
46                                Optimization="0"
47                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
48                                MinimalRebuild="true"
49                                BasicRuntimeChecks="3"
50                                RuntimeLibrary="1"
51                                WarningLevel="3"
52                                DebugInformationFormat="4"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                LinkIncremental="2"
66                                GenerateDebugInformation="true"
67                                SubSystem="1"
68                                TargetMachine="1"
69                        />
70                        <Tool
71                                Name="VCALinkTool"
72                        />
73                        <Tool
74                                Name="VCManifestTool"
75                        />
76                        <Tool
77                                Name="VCXDCMakeTool"
78                        />
79                        <Tool
80                                Name="VCBscMakeTool"
81                        />
82                        <Tool
83                                Name="VCFxCopTool"
84                        />
85                        <Tool
86                                Name="VCAppVerifierTool"
87                        />
88                        <Tool
89                                Name="VCPostBuildEventTool"
90                        />
91                </Configuration>
92                <Configuration
93                        Name="Debug|x64"
94                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
95                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
96                        ConfigurationType="1"
97                        CharacterSet="2"
98                        >
99                        <Tool
100                                Name="VCPreBuildEventTool"
101                        />
102                        <Tool
103                                Name="VCCustomBuildTool"
104                        />
105                        <Tool
106                                Name="VCXMLDataGeneratorTool"
107                        />
108                        <Tool
109                                Name="VCWebServiceProxyGeneratorTool"
110                        />
111                        <Tool
112                                Name="VCMIDLTool"
113                                TargetEnvironment="3"
114                        />
115                        <Tool
116                                Name="VCCLCompilerTool"
117                                Optimization="0"
118                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
119                                MinimalRebuild="true"
120                                BasicRuntimeChecks="3"
121                                RuntimeLibrary="1"
122                                WarningLevel="3"
123                                DebugInformationFormat="3"
124                        />
125                        <Tool
126                                Name="VCManagedResourceCompilerTool"
127                        />
128                        <Tool
129                                Name="VCResourceCompilerTool"
130                        />
131                        <Tool
132                                Name="VCPreLinkEventTool"
133                        />
134                        <Tool
135                                Name="VCLinkerTool"
136                                LinkIncremental="2"
137                                GenerateDebugInformation="true"
138                                SubSystem="1"
139                                TargetMachine="17"
140                        />
141                        <Tool
142                                Name="VCALinkTool"
143                        />
144                        <Tool
145                                Name="VCManifestTool"
146                        />
147                        <Tool
148                                Name="VCXDCMakeTool"
149                        />
150                        <Tool
151                                Name="VCBscMakeTool"
152                        />
153                        <Tool
154                                Name="VCFxCopTool"
155                        />
156                        <Tool
157                                Name="VCAppVerifierTool"
158                        />
159                        <Tool
160                                Name="VCPostBuildEventTool"
161                        />
162                </Configuration>
163                <Configuration
164                        Name="Release|Win32"
165                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
166                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
167                        ConfigurationType="1"
168                        CharacterSet="2"
169                        WholeProgramOptimization="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                                Optimization="2"
189                                InlineFunctionExpansion="2"
190                                EnableIntrinsicFunctions="false"
191                                FavorSizeOrSpeed="1"
192                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
193                                StringPooling="true"
194                                RuntimeLibrary="0"
195                                EnableFunctionLevelLinking="true"
196                                WarningLevel="3"
197                                DebugInformationFormat="3"
198                        />
199                        <Tool
200                                Name="VCManagedResourceCompilerTool"
201                        />
202                        <Tool
203                                Name="VCResourceCompilerTool"
204                        />
205                        <Tool
206                                Name="VCPreLinkEventTool"
207                        />
208                        <Tool
209                                Name="VCLinkerTool"
210                                LinkIncremental="1"
211                                GenerateDebugInformation="true"
212                                SubSystem="1"
213                                TargetMachine="1"
214                        />
215                        <Tool
216                                Name="VCALinkTool"
217                        />
218                        <Tool
219                                Name="VCManifestTool"
220                        />
221                        <Tool
222                                Name="VCXDCMakeTool"
223                        />
224                        <Tool
225                                Name="VCBscMakeTool"
226                        />
227                        <Tool
228                                Name="VCFxCopTool"
229                        />
230                        <Tool
231                                Name="VCAppVerifierTool"
232                        />
233                        <Tool
234                                Name="VCPostBuildEventTool"
235                        />
236                </Configuration>
237                <Configuration
238                        Name="Release|x64"
239                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
240                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
241                        ConfigurationType="1"
242                        CharacterSet="2"
243                        WholeProgramOptimization="1"
244                        >
245                        <Tool
246                                Name="VCPreBuildEventTool"
247                        />
248                        <Tool
249                                Name="VCCustomBuildTool"
250                        />
251                        <Tool
252                                Name="VCXMLDataGeneratorTool"
253                        />
254                        <Tool
255                                Name="VCWebServiceProxyGeneratorTool"
256                        />
257                        <Tool
258                                Name="VCMIDLTool"
259                                TargetEnvironment="3"
260                        />
261                        <Tool
262                                Name="VCCLCompilerTool"
263                                Optimization="2"
264                                InlineFunctionExpansion="2"
265                                EnableIntrinsicFunctions="false"
266                                FavorSizeOrSpeed="1"
267                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
268                                StringPooling="true"
269                                RuntimeLibrary="0"
270                                EnableFunctionLevelLinking="true"
271                                WarningLevel="3"
272                                DebugInformationFormat="3"
273                        />
274                        <Tool
275                                Name="VCManagedResourceCompilerTool"
276                        />
277                        <Tool
278                                Name="VCResourceCompilerTool"
279                        />
280                        <Tool
281                                Name="VCPreLinkEventTool"
282                        />
283                        <Tool
284                                Name="VCLinkerTool"
285                                LinkIncremental="1"
286                                GenerateDebugInformation="true"
287                                SubSystem="1"
288                                TargetMachine="17"
289                        />
290                        <Tool
291                                Name="VCALinkTool"
292                        />
293                        <Tool
294                                Name="VCManifestTool"
295                        />
296                        <Tool
297                                Name="VCXDCMakeTool"
298                        />
299                        <Tool
300                                Name="VCBscMakeTool"
301                        />
302                        <Tool
303                                Name="VCFxCopTool"
304                        />
305                        <Tool
306                                Name="VCAppVerifierTool"
307                        />
308                        <Tool
309                                Name="VCPostBuildEventTool"
310                        />
311                </Configuration>
312        </Configurations>
313        <References>
314        </References>
315        <Files>
316                <Filter
317                        Name="Source Files"
318                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
319                        >
320                        <File
321                                RelativePath="..\..\source\App\TAppRenderer\RendererMain.cpp"
322                                >
323                        </File>
324                        <File
325                                RelativePath="..\..\source\App\TAppRenderer\TAppRendererCfg.cpp"
326                                >
327                        </File>
328                        <File
329                                RelativePath="..\..\source\App\TAppRenderer\TAppRendererTop.cpp"
330                                >
331                        </File>
332                </Filter>
333                <Filter
334                        Name="Header Files"
335                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
336                        >
337                        <File
338                                RelativePath="..\..\source\App\TAppRenderer\TAppRendererCfg.h"
339                                >
340                        </File>
341                        <File
342                                RelativePath="..\..\source\App\TAppRenderer\TAppRendererTop.h"
343                                >
344                        </File>
345                </Filter>
346                <Filter
347                        Name="Resource Files"
348                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
349                        >
350                </Filter>
351        </Files>
352        <Globals>
353        </Globals>
354</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.