Imported Upstream version 2.81
[platform/upstream/libbullet.git] / Extras / CDTestFramework / AntTweakBar / src / AntTweakBar.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9,00"
5         Name="AntTweakBar"
6         ProjectGUID="{B99E1FA1-C30A-45F2-9D57-9E9C21B2DF42}"
7         RootNamespace="AntTweakBar"
8         TargetFrameworkVersion="131072"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14                 <Platform
15                         Name="x64"
16                 />
17         </Platforms>
18         <ToolFiles>
19         </ToolFiles>
20         <Configurations>
21                 <Configuration
22                         Name="Release|Win32"
23                         OutputDirectory="../lib"
24                         IntermediateDirectory="release32"
25                         ConfigurationType="2"
26                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
27                         UseOfMFC="0"
28                         ATLMinimizesCRunTimeLibraryUsage="false"
29                         CharacterSet="2"
30                         WholeProgramOptimization="1"
31                         >
32                         <Tool
33                                 Name="VCPreBuildEventTool"
34                                 CommandLine="fxc /T vs_4_0_level_9_1 /E LineRectVS /Fh $(IntDir)\TwDirect3D11_LineRectVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /T vs_4_0_level_9_1 /E LineRectCstColorVS /Fh $(IntDir)\TwDirect3D11_LineRectCstColorVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /T ps_4_0_level_9_1 /E LineRectPS /Fh $(IntDir)\TwDirect3D11_LineRectPS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /T vs_4_0_level_9_1 /E TextVS /Fh $(IntDir)\TwDirect3D11_TextVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /T vs_4_0_level_9_1 /E TextCstColorVS /Fh $(IntDir)\TwDirect3D11_TextCstColorVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /T ps_4_0_level_9_1 /E TextPS /Fh $(IntDir)\TwDirect3D11_TextPS.h TwDirect3D11.hlsl&#x0D;&#x0A;"
35                         />
36                         <Tool
37                                 Name="VCCustomBuildTool"
38                         />
39                         <Tool
40                                 Name="VCXMLDataGeneratorTool"
41                         />
42                         <Tool
43                                 Name="VCWebServiceProxyGeneratorTool"
44                         />
45                         <Tool
46                                 Name="VCMIDLTool"
47                                 PreprocessorDefinitions="NDEBUG"
48                                 MkTypLibCompatible="true"
49                                 SuppressStartupBanner="true"
50                                 TargetEnvironment="1"
51                                 TypeLibraryName="$(OutDir)/AntTweakBar.tlb"
52                         />
53                         <Tool
54                                 Name="VCCLCompilerTool"
55                                 Optimization="3"
56                                 InlineFunctionExpansion="1"
57                                 EnableIntrinsicFunctions="true"
58                                 FavorSizeOrSpeed="1"
59                                 AdditionalIncludeDirectories="../include"
60                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TW_EXPORTS"
61                                 StringPooling="true"
62                                 ExceptionHandling="0"
63                                 RuntimeLibrary="0"
64                                 EnableFunctionLevelLinking="true"
65                                 ForceConformanceInForLoopScope="true"
66                                 UsePrecompiledHeader="2"
67                                 PrecompiledHeaderThrough="TwPrecomp.h"
68                                 PrecompiledHeaderFile="$(IntDir)/AntTweakBar.pch"
69                                 AssemblerListingLocation="$(IntDir)/"
70                                 ObjectFile="$(IntDir)/"
71                                 ProgramDataBaseFileName="$(IntDir)/"
72                                 WarningLevel="4"
73                                 SuppressStartupBanner="true"
74                                 Detect64BitPortabilityProblems="false"
75                                 DebugInformationFormat="0"
76                                 CompileAs="0"
77                         />
78                         <Tool
79                                 Name="VCManagedResourceCompilerTool"
80                         />
81                         <Tool
82                                 Name="VCResourceCompilerTool"
83                                 PreprocessorDefinitions="NDEBUG"
84                                 Culture="1033"
85                                 AdditionalIncludeDirectories="res"
86                         />
87                         <Tool
88                                 Name="VCPreLinkEventTool"
89                         />
90                         <Tool
91                                 Name="VCLinkerTool"
92                                 RegisterOutput="false"
93                                 IgnoreImportLibrary="false"
94                                 OutputFile="$(OutDir)/AntTweakBar.dll"
95                                 LinkIncremental="1"
96                                 SuppressStartupBanner="true"
97                                 GenerateDebugInformation="false"
98                                 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
99                                 MapExports="false"
100                                 SetChecksum="true"
101                                 RandomizedBaseAddress="1"
102                                 DataExecutionPrevention="0"
103                                 ImportLibrary="$(OutDir)/$(TargetName).lib"
104                                 TargetMachine="1"
105                         />
106                         <Tool
107                                 Name="VCALinkTool"
108                         />
109                         <Tool
110                                 Name="VCManifestTool"
111                         />
112                         <Tool
113                                 Name="VCXDCMakeTool"
114                         />
115                         <Tool
116                                 Name="VCBscMakeTool"
117                         />
118                         <Tool
119                                 Name="VCFxCopTool"
120                         />
121                         <Tool
122                                 Name="VCAppVerifierTool"
123                         />
124                         <Tool
125                                 Name="VCPostBuildEventTool"
126                                 CommandLine="xcopy /y /f ..\lib\AntTweakBar.dll ..\examples\bin32"
127                         />
128                 </Configuration>
129                 <Configuration
130                         Name="Release|x64"
131                         OutputDirectory="../lib"
132                         IntermediateDirectory="release64"
133                         ConfigurationType="2"
134                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
135                         UseOfMFC="0"
136                         ATLMinimizesCRunTimeLibraryUsage="false"
137                         CharacterSet="2"
138                         WholeProgramOptimization="1"
139                         >
140                         <Tool
141                                 Name="VCPreBuildEventTool"
142                                 CommandLine="fxc /T vs_4_0_level_9_1 /E LineRectVS /Fh $(IntDir)\TwDirect3D11_LineRectVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc/T vs_4_0_level_9_1 /E LineRectCstColorVS /Fh $(IntDir)\TwDirect3D11_LineRectCstColorVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /T ps_4_0_level_9_1 /E LineRectPS /Fh $(IntDir)\TwDirect3D11_LineRectPS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /T vs_4_0_level_9_1 /E TextVS /Fh $(IntDir)\TwDirect3D11_TextVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /T vs_4_0_level_9_1 /E TextCstColorVS /Fh $(IntDir)\TwDirect3D11_TextCstColorVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /T ps_4_0_level_9_1 /E TextPS /Fh $(IntDir)\TwDirect3D11_TextPS.h TwDirect3D11.hlsl&#x0D;&#x0A;"
143                         />
144                         <Tool
145                                 Name="VCCustomBuildTool"
146                         />
147                         <Tool
148                                 Name="VCXMLDataGeneratorTool"
149                         />
150                         <Tool
151                                 Name="VCWebServiceProxyGeneratorTool"
152                         />
153                         <Tool
154                                 Name="VCMIDLTool"
155                                 PreprocessorDefinitions="NDEBUG"
156                                 MkTypLibCompatible="true"
157                                 SuppressStartupBanner="true"
158                                 TargetEnvironment="3"
159                                 TypeLibraryName="$(OutDir)/AntTweakBar.tlb"
160                         />
161                         <Tool
162                                 Name="VCCLCompilerTool"
163                                 Optimization="3"
164                                 InlineFunctionExpansion="1"
165                                 EnableIntrinsicFunctions="true"
166                                 FavorSizeOrSpeed="1"
167                                 AdditionalIncludeDirectories="../include"
168                                 PreprocessorDefinitions="WIN64;_WIN64;NDEBUG;_WINDOWS;_USRDLL;TW_EXPORTS"
169                                 StringPooling="true"
170                                 ExceptionHandling="0"
171                                 RuntimeLibrary="0"
172                                 EnableFunctionLevelLinking="true"
173                                 ForceConformanceInForLoopScope="true"
174                                 UsePrecompiledHeader="2"
175                                 PrecompiledHeaderThrough="TwPrecomp.h"
176                                 PrecompiledHeaderFile="$(IntDir)/AntTweakBar.pch"
177                                 AssemblerListingLocation="$(IntDir)/"
178                                 ObjectFile="$(IntDir)/"
179                                 ProgramDataBaseFileName="$(IntDir)/"
180                                 WarningLevel="4"
181                                 SuppressStartupBanner="true"
182                                 Detect64BitPortabilityProblems="false"
183                                 DebugInformationFormat="0"
184                                 CompileAs="0"
185                         />
186                         <Tool
187                                 Name="VCManagedResourceCompilerTool"
188                         />
189                         <Tool
190                                 Name="VCResourceCompilerTool"
191                                 PreprocessorDefinitions="NDEBUG"
192                                 Culture="1033"
193                                 AdditionalIncludeDirectories="res"
194                         />
195                         <Tool
196                                 Name="VCPreLinkEventTool"
197                         />
198                         <Tool
199                                 Name="VCLinkerTool"
200                                 RegisterOutput="false"
201                                 IgnoreImportLibrary="false"
202                                 OutputFile="$(OutDir)/AntTweakBar64.dll"
203                                 LinkIncremental="1"
204                                 SuppressStartupBanner="true"
205                                 GenerateDebugInformation="false"
206                                 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
207                                 MapExports="false"
208                                 SetChecksum="true"
209                                 RandomizedBaseAddress="1"
210                                 DataExecutionPrevention="0"
211                                 ImportLibrary="$(OutDir)/$(TargetName).lib"
212                                 TargetMachine="17"
213                         />
214                         <Tool
215                                 Name="VCALinkTool"
216                         />
217                         <Tool
218                                 Name="VCManifestTool"
219                         />
220                         <Tool
221                                 Name="VCXDCMakeTool"
222                         />
223                         <Tool
224                                 Name="VCBscMakeTool"
225                         />
226                         <Tool
227                                 Name="VCFxCopTool"
228                         />
229                         <Tool
230                                 Name="VCAppVerifierTool"
231                         />
232                         <Tool
233                                 Name="VCPostBuildEventTool"
234                                 CommandLine="xcopy /y /f ..\lib\AntTweakBar64.dll ..\examples\bin64"
235                         />
236                 </Configuration>
237                 <Configuration
238                         Name="Debug|Win32"
239                         OutputDirectory="../lib/debug"
240                         IntermediateDirectory="debug32"
241                         ConfigurationType="2"
242                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
243                         UseOfMFC="0"
244                         ATLMinimizesCRunTimeLibraryUsage="false"
245                         CharacterSet="2"
246                         >
247                         <Tool
248                                 Name="VCPreBuildEventTool"
249                                 CommandLine="fxc /Od /Zi /T vs_4_0_level_9_1 /E LineRectVS /Fh $(IntDir)\TwDirect3D11_LineRectVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /Od /Zi /T vs_4_0_level_9_1 /E LineRectCstColorVS /Fh $(IntDir)\TwDirect3D11_LineRectCstColorVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /Od /Zi /T ps_4_0_level_9_1 /E LineRectPS /Fh $(IntDir)\TwDirect3D11_LineRectPS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /Od /Zi /T vs_4_0_level_9_1 /E TextVS /Fh $(IntDir)\TwDirect3D11_TextVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /Od /Zi /T vs_4_0_level_9_1 /E TextCstColorVS /Fh $(IntDir)\TwDirect3D11_TextCstColorVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /Od /Zi /T ps_4_0_level_9_1 /E TextPS /Fh $(IntDir)\TwDirect3D11_TextPS.h TwDirect3D11.hlsl&#x0D;&#x0A;"
250                         />
251                         <Tool
252                                 Name="VCCustomBuildTool"
253                         />
254                         <Tool
255                                 Name="VCXMLDataGeneratorTool"
256                         />
257                         <Tool
258                                 Name="VCWebServiceProxyGeneratorTool"
259                         />
260                         <Tool
261                                 Name="VCMIDLTool"
262                                 PreprocessorDefinitions="_DEBUG"
263                                 MkTypLibCompatible="true"
264                                 SuppressStartupBanner="true"
265                                 TargetEnvironment="1"
266                                 TypeLibraryName="$(OutDir)/AntTweakBar.tlb"
267                         />
268                         <Tool
269                                 Name="VCCLCompilerTool"
270                                 Optimization="0"
271                                 AdditionalIncludeDirectories="../include"
272                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TW_EXPORTS"
273                                 BasicRuntimeChecks="3"
274                                 RuntimeLibrary="1"
275                                 UsePrecompiledHeader="2"
276                                 PrecompiledHeaderThrough="TwPrecomp.h"
277                                 PrecompiledHeaderFile="$(IntDir)/AntTweakBar.pch"
278                                 AssemblerListingLocation="$(IntDir)/"
279                                 ObjectFile="$(IntDir)/"
280                                 ProgramDataBaseFileName="$(IntDir)/"
281                                 WarningLevel="4"
282                                 SuppressStartupBanner="true"
283                                 Detect64BitPortabilityProblems="false"
284                                 DebugInformationFormat="4"
285                                 CompileAs="0"
286                         />
287                         <Tool
288                                 Name="VCManagedResourceCompilerTool"
289                         />
290                         <Tool
291                                 Name="VCResourceCompilerTool"
292                                 PreprocessorDefinitions="_DEBUG"
293                                 Culture="1033"
294                                 AdditionalIncludeDirectories="res"
295                         />
296                         <Tool
297                                 Name="VCPreLinkEventTool"
298                         />
299                         <Tool
300                                 Name="VCLinkerTool"
301                                 OutputFile="$(OutDir)/AntTweakBar.dll"
302                                 LinkIncremental="2"
303                                 SuppressStartupBanner="true"
304                                 GenerateDebugInformation="true"
305                                 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
306                                 RandomizedBaseAddress="1"
307                                 DataExecutionPrevention="0"
308                                 ImportLibrary="$(OutDir)/$(TargetName).lib"
309                                 TargetMachine="1"
310                         />
311                         <Tool
312                                 Name="VCALinkTool"
313                         />
314                         <Tool
315                                 Name="VCManifestTool"
316                         />
317                         <Tool
318                                 Name="VCXDCMakeTool"
319                         />
320                         <Tool
321                                 Name="VCBscMakeTool"
322                         />
323                         <Tool
324                                 Name="VCFxCopTool"
325                         />
326                         <Tool
327                                 Name="VCAppVerifierTool"
328                         />
329                         <Tool
330                                 Name="VCPostBuildEventTool"
331                                 CommandLine="if exist ..\examples\debug32  xcopy /y /f ..\lib\debug\AntTweakBar.dll ..\examples\debug32\."
332                         />
333                 </Configuration>
334                 <Configuration
335                         Name="Debug|x64"
336                         OutputDirectory="../lib/debug"
337                         IntermediateDirectory="debug64"
338                         ConfigurationType="2"
339                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
340                         UseOfMFC="0"
341                         ATLMinimizesCRunTimeLibraryUsage="false"
342                         CharacterSet="2"
343                         >
344                         <Tool
345                                 Name="VCPreBuildEventTool"
346                                 CommandLine="fxc /Od /Zi /T vs_4_0_level_9_1 /E LineRectVS /Fh $(IntDir)\TwDirect3D11_LineRectVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /Od /Zi /T vs_4_0_level_9_1 /E LineRectCstColorVS /Fh $(IntDir)\TwDirect3D11_LineRectCstColorVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /Od /Zi /T ps_4_0_level_9_1 /E LineRectPS /Fh $(IntDir)\TwDirect3D11_LineRectPS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /Od /Zi /T vs_4_0_level_9_1 /E TextVS /Fh $(IntDir)\TwDirect3D11_TextVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /Od /Zi /T vs_4_0_level_9_1 /E TextCstColorVS /Fh $(IntDir)\TwDirect3D11_TextCstColorVS.h TwDirect3D11.hlsl&#x0D;&#x0A;fxc /Od /Zi /T ps_4_0_level_9_1 /E TextPS /Fh $(IntDir)\TwDirect3D11_TextPS.h TwDirect3D11.hlsl&#x0D;&#x0A;"
347                         />
348                         <Tool
349                                 Name="VCCustomBuildTool"
350                         />
351                         <Tool
352                                 Name="VCXMLDataGeneratorTool"
353                         />
354                         <Tool
355                                 Name="VCWebServiceProxyGeneratorTool"
356                         />
357                         <Tool
358                                 Name="VCMIDLTool"
359                                 PreprocessorDefinitions="_DEBUG"
360                                 MkTypLibCompatible="true"
361                                 SuppressStartupBanner="true"
362                                 TargetEnvironment="3"
363                                 TypeLibraryName="$(OutDir)/AntTweakBar.tlb"
364                         />
365                         <Tool
366                                 Name="VCCLCompilerTool"
367                                 Optimization="0"
368                                 AdditionalIncludeDirectories="../include"
369                                 PreprocessorDefinitions="WIN64;_WIN64;_DEBUG;_WINDOWS;_USRDLL;TW_EXPORTS"
370                                 BasicRuntimeChecks="3"
371                                 RuntimeLibrary="1"
372                                 UsePrecompiledHeader="2"
373                                 PrecompiledHeaderThrough="TwPrecomp.h"
374                                 PrecompiledHeaderFile="$(IntDir)/AntTweakBar.pch"
375                                 AssemblerListingLocation="$(IntDir)/"
376                                 ObjectFile="$(IntDir)/"
377                                 ProgramDataBaseFileName="$(IntDir)/"
378                                 WarningLevel="4"
379                                 SuppressStartupBanner="true"
380                                 Detect64BitPortabilityProblems="false"
381                                 DebugInformationFormat="3"
382                                 CompileAs="0"
383                         />
384                         <Tool
385                                 Name="VCManagedResourceCompilerTool"
386                         />
387                         <Tool
388                                 Name="VCResourceCompilerTool"
389                                 PreprocessorDefinitions="_DEBUG"
390                                 Culture="1033"
391                                 AdditionalIncludeDirectories="res"
392                         />
393                         <Tool
394                                 Name="VCPreLinkEventTool"
395                         />
396                         <Tool
397                                 Name="VCLinkerTool"
398                                 OutputFile="$(OutDir)/AntTweakBar64.dll"
399                                 LinkIncremental="2"
400                                 SuppressStartupBanner="true"
401                                 GenerateDebugInformation="true"
402                                 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
403                                 RandomizedBaseAddress="1"
404                                 DataExecutionPrevention="0"
405                                 ImportLibrary="$(OutDir)/$(TargetName).lib"
406                                 TargetMachine="17"
407                         />
408                         <Tool
409                                 Name="VCALinkTool"
410                         />
411                         <Tool
412                                 Name="VCManifestTool"
413                         />
414                         <Tool
415                                 Name="VCXDCMakeTool"
416                         />
417                         <Tool
418                                 Name="VCBscMakeTool"
419                         />
420                         <Tool
421                                 Name="VCFxCopTool"
422                         />
423                         <Tool
424                                 Name="VCAppVerifierTool"
425                         />
426                         <Tool
427                                 Name="VCPostBuildEventTool"
428                                 CommandLine="if exist ..\examples\debug64  xcopy /y /f ..\lib\debug\AntTweakBar64.dll ..\examples\debug64\."
429                         />
430                 </Configuration>
431         </Configurations>
432         <References>
433         </References>
434         <Files>
435                 <Filter
436                         Name="Source Files"
437                         Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
438                         >
439                         <File
440                                 RelativePath="AntTweakBar.rc"
441                                 >
442                         </File>
443                         <File
444                                 RelativePath="LoadOGL.cpp"
445                                 >
446                         </File>
447                         <File
448                                 RelativePath=".\LoadOGLCore.cpp"
449                                 >
450                         </File>
451                         <File
452                                 RelativePath="TwBar.cpp"
453                                 >
454                         </File>
455                         <File
456                                 RelativePath="TwColors.cpp"
457                                 >
458                         </File>
459                         <File
460                                 RelativePath=".\TwDirect3D10.cpp"
461                                 >
462                         </File>
463                         <File
464                                 RelativePath=".\TwDirect3D11.cpp"
465                                 >
466                         </File>
467                         <File
468                                 RelativePath=".\TwDirect3D11.hlsl"
469                                 >
470                         </File>
471                         <File
472                                 RelativePath="TwDirect3D9.cpp"
473                                 >
474                         </File>
475                         <File
476                                 RelativePath="TwEventGLFW.c"
477                                 >
478                                 <FileConfiguration
479                                         Name="Release|Win32"
480                                         >
481                                         <Tool
482                                                 Name="VCCLCompilerTool"
483                                                 UsePrecompiledHeader="0"
484                                         />
485                                 </FileConfiguration>
486                                 <FileConfiguration
487                                         Name="Release|x64"
488                                         >
489                                         <Tool
490                                                 Name="VCCLCompilerTool"
491                                                 UsePrecompiledHeader="0"
492                                         />
493                                 </FileConfiguration>
494                                 <FileConfiguration
495                                         Name="Debug|Win32"
496                                         >
497                                         <Tool
498                                                 Name="VCCLCompilerTool"
499                                                 UsePrecompiledHeader="0"
500                                         />
501                                 </FileConfiguration>
502                                 <FileConfiguration
503                                         Name="Debug|x64"
504                                         >
505                                         <Tool
506                                                 Name="VCCLCompilerTool"
507                                                 UsePrecompiledHeader="0"
508                                         />
509                                 </FileConfiguration>
510                         </File>
511                         <File
512                                 RelativePath="TwEventGLUT.c"
513                                 >
514                                 <FileConfiguration
515                                         Name="Release|Win32"
516                                         >
517                                         <Tool
518                                                 Name="VCCLCompilerTool"
519                                                 UsePrecompiledHeader="0"
520                                         />
521                                 </FileConfiguration>
522                                 <FileConfiguration
523                                         Name="Release|x64"
524                                         >
525                                         <Tool
526                                                 Name="VCCLCompilerTool"
527                                                 UsePrecompiledHeader="0"
528                                         />
529                                 </FileConfiguration>
530                                 <FileConfiguration
531                                         Name="Debug|Win32"
532                                         >
533                                         <Tool
534                                                 Name="VCCLCompilerTool"
535                                                 UsePrecompiledHeader="0"
536                                         />
537                                 </FileConfiguration>
538                                 <FileConfiguration
539                                         Name="Debug|x64"
540                                         >
541                                         <Tool
542                                                 Name="VCCLCompilerTool"
543                                                 UsePrecompiledHeader="0"
544                                         />
545                                 </FileConfiguration>
546                         </File>
547                         <File
548                                 RelativePath=".\TwEventSDL.c"
549                                 >
550                                 <FileConfiguration
551                                         Name="Release|Win32"
552                                         >
553                                         <Tool
554                                                 Name="VCCLCompilerTool"
555                                                 UsePrecompiledHeader="0"
556                                         />
557                                 </FileConfiguration>
558                                 <FileConfiguration
559                                         Name="Release|x64"
560                                         >
561                                         <Tool
562                                                 Name="VCCLCompilerTool"
563                                                 UsePrecompiledHeader="0"
564                                         />
565                                 </FileConfiguration>
566                                 <FileConfiguration
567                                         Name="Debug|Win32"
568                                         >
569                                         <Tool
570                                                 Name="VCCLCompilerTool"
571                                                 UsePrecompiledHeader="0"
572                                                 CompileAs="0"
573                                         />
574                                 </FileConfiguration>
575                                 <FileConfiguration
576                                         Name="Debug|x64"
577                                         >
578                                         <Tool
579                                                 Name="VCCLCompilerTool"
580                                                 UsePrecompiledHeader="0"
581                                         />
582                                 </FileConfiguration>
583                         </File>
584                         <File
585                                 RelativePath=".\TwEventSDL12.c"
586                                 >
587                                 <FileConfiguration
588                                         Name="Release|Win32"
589                                         >
590                                         <Tool
591                                                 Name="VCCLCompilerTool"
592                                                 UsePrecompiledHeader="0"
593                                         />
594                                 </FileConfiguration>
595                                 <FileConfiguration
596                                         Name="Release|x64"
597                                         >
598                                         <Tool
599                                                 Name="VCCLCompilerTool"
600                                                 UsePrecompiledHeader="0"
601                                         />
602                                 </FileConfiguration>
603                                 <FileConfiguration
604                                         Name="Debug|Win32"
605                                         >
606                                         <Tool
607                                                 Name="VCCLCompilerTool"
608                                                 UsePrecompiledHeader="0"
609                                         />
610                                 </FileConfiguration>
611                                 <FileConfiguration
612                                         Name="Debug|x64"
613                                         >
614                                         <Tool
615                                                 Name="VCCLCompilerTool"
616                                                 UsePrecompiledHeader="0"
617                                         />
618                                 </FileConfiguration>
619                         </File>
620                         <File
621                                 RelativePath=".\TwEventSDL13.c"
622                                 >
623                                 <FileConfiguration
624                                         Name="Release|Win32"
625                                         >
626                                         <Tool
627                                                 Name="VCCLCompilerTool"
628                                                 UsePrecompiledHeader="0"
629                                         />
630                                 </FileConfiguration>
631                                 <FileConfiguration
632                                         Name="Release|x64"
633                                         >
634                                         <Tool
635                                                 Name="VCCLCompilerTool"
636                                                 UsePrecompiledHeader="0"
637                                         />
638                                 </FileConfiguration>
639                                 <FileConfiguration
640                                         Name="Debug|Win32"
641                                         >
642                                         <Tool
643                                                 Name="VCCLCompilerTool"
644                                                 UsePrecompiledHeader="0"
645                                         />
646                                 </FileConfiguration>
647                                 <FileConfiguration
648                                         Name="Debug|x64"
649                                         >
650                                         <Tool
651                                                 Name="VCCLCompilerTool"
652                                                 UsePrecompiledHeader="0"
653                                         />
654                                 </FileConfiguration>
655                         </File>
656                         <File
657                                 RelativePath=".\TwEventSFML.cpp"
658                                 >
659                                 <FileConfiguration
660                                         Name="Release|Win32"
661                                         >
662                                         <Tool
663                                                 Name="VCCLCompilerTool"
664                                                 UsePrecompiledHeader="0"
665                                         />
666                                 </FileConfiguration>
667                                 <FileConfiguration
668                                         Name="Release|x64"
669                                         >
670                                         <Tool
671                                                 Name="VCCLCompilerTool"
672                                                 UsePrecompiledHeader="0"
673                                         />
674                                 </FileConfiguration>
675                                 <FileConfiguration
676                                         Name="Debug|Win32"
677                                         >
678                                         <Tool
679                                                 Name="VCCLCompilerTool"
680                                                 UsePrecompiledHeader="0"
681                                         />
682                                 </FileConfiguration>
683                                 <FileConfiguration
684                                         Name="Debug|x64"
685                                         >
686                                         <Tool
687                                                 Name="VCCLCompilerTool"
688                                                 UsePrecompiledHeader="0"
689                                         />
690                                 </FileConfiguration>
691                         </File>
692                         <File
693                                 RelativePath=".\TwEventWin.c"
694                                 >
695                                 <FileConfiguration
696                                         Name="Release|Win32"
697                                         >
698                                         <Tool
699                                                 Name="VCCLCompilerTool"
700                                                 UsePrecompiledHeader="0"
701                                         />
702                                 </FileConfiguration>
703                                 <FileConfiguration
704                                         Name="Release|x64"
705                                         >
706                                         <Tool
707                                                 Name="VCCLCompilerTool"
708                                                 UsePrecompiledHeader="0"
709                                         />
710                                 </FileConfiguration>
711                                 <FileConfiguration
712                                         Name="Debug|Win32"
713                                         >
714                                         <Tool
715                                                 Name="VCCLCompilerTool"
716                                                 UsePrecompiledHeader="0"
717                                         />
718                                 </FileConfiguration>
719                                 <FileConfiguration
720                                         Name="Debug|x64"
721                                         >
722                                         <Tool
723                                                 Name="VCCLCompilerTool"
724                                                 UsePrecompiledHeader="0"
725                                         />
726                                 </FileConfiguration>
727                         </File>
728                         <File
729                                 RelativePath="TwFonts.cpp"
730                                 >
731                         </File>
732                         <File
733                                 RelativePath="TwMgr.cpp"
734                                 >
735                         </File>
736                         <File
737                                 RelativePath="TwOpenGL.cpp"
738                                 >
739                         </File>
740                         <File
741                                 RelativePath=".\TwOpenGLCore.cpp"
742                                 >
743                                 <FileConfiguration
744                                         Name="Release|Win32"
745                                         >
746                                         <Tool
747                                                 Name="VCCLCompilerTool"
748                                                 UsePrecompiledHeader="0"
749                                         />
750                                 </FileConfiguration>
751                                 <FileConfiguration
752                                         Name="Release|x64"
753                                         >
754                                         <Tool
755                                                 Name="VCCLCompilerTool"
756                                                 UsePrecompiledHeader="0"
757                                         />
758                                 </FileConfiguration>
759                                 <FileConfiguration
760                                         Name="Debug|Win32"
761                                         >
762                                         <Tool
763                                                 Name="VCCLCompilerTool"
764                                                 UsePrecompiledHeader="0"
765                                         />
766                                 </FileConfiguration>
767                                 <FileConfiguration
768                                         Name="Debug|x64"
769                                         >
770                                         <Tool
771                                                 Name="VCCLCompilerTool"
772                                                 UsePrecompiledHeader="0"
773                                         />
774                                 </FileConfiguration>
775                         </File>
776                         <File
777                                 RelativePath="TwPrecomp.cpp"
778                                 >
779                                 <FileConfiguration
780                                         Name="Release|Win32"
781                                         >
782                                         <Tool
783                                                 Name="VCCLCompilerTool"
784                                                 UsePrecompiledHeader="1"
785                                         />
786                                 </FileConfiguration>
787                                 <FileConfiguration
788                                         Name="Release|x64"
789                                         >
790                                         <Tool
791                                                 Name="VCCLCompilerTool"
792                                                 UsePrecompiledHeader="1"
793                                         />
794                                 </FileConfiguration>
795                                 <FileConfiguration
796                                         Name="Debug|Win32"
797                                         >
798                                         <Tool
799                                                 Name="VCCLCompilerTool"
800                                                 UsePrecompiledHeader="1"
801                                         />
802                                 </FileConfiguration>
803                                 <FileConfiguration
804                                         Name="Debug|x64"
805                                         >
806                                         <Tool
807                                                 Name="VCCLCompilerTool"
808                                                 UsePrecompiledHeader="1"
809                                         />
810                                 </FileConfiguration>
811                         </File>
812                 </Filter>
813                 <Filter
814                         Name="Public Header Files"
815                         Filter="h;hpp;hxx;hm;inl"
816                         >
817                         <File
818                                 RelativePath="..\include\AntTweakBar.h"
819                                 >
820                         </File>
821                 </Filter>
822                 <Filter
823                         Name="Private Header Files"
824                         >
825                         <File
826                                 RelativePath="AntPerfTimer.h"
827                                 >
828                         </File>
829                         <File
830                                 RelativePath="LoadOGL.h"
831                                 >
832                         </File>
833                         <File
834                                 RelativePath=".\LoadOGLCore.h"
835                                 >
836                         </File>
837                         <File
838                                 RelativePath="MiniGLFW.h"
839                                 >
840                         </File>
841                         <File
842                                 RelativePath="MiniGLUT.h"
843                                 >
844                         </File>
845                         <File
846                                 RelativePath=".\MiniSDL12.h"
847                                 >
848                         </File>
849                         <File
850                                 RelativePath=".\MiniSDL13.h"
851                                 >
852                         </File>
853                         <File
854                                 RelativePath=".\MiniSFML16.h"
855                                 >
856                         </File>
857                         <File
858                                 RelativePath="resource.h"
859                                 >
860                         </File>
861                         <File
862                                 RelativePath="TwBar.h"
863                                 >
864                         </File>
865                         <File
866                                 RelativePath="TwColors.h"
867                                 >
868                         </File>
869                         <File
870                                 RelativePath=".\TwDirect3D10.h"
871                                 >
872                         </File>
873                         <File
874                                 RelativePath=".\TwDirect3D11.h"
875                                 >
876                         </File>
877                         <File
878                                 RelativePath="TwDirect3D9.h"
879                                 >
880                         </File>
881                         <File
882                                 RelativePath="TwFonts.h"
883                                 >
884                         </File>
885                         <File
886                                 RelativePath="TwGraph.h"
887                                 >
888                         </File>
889                         <File
890                                 RelativePath="TwMgr.h"
891                                 >
892                         </File>
893                         <File
894                                 RelativePath="TwOpenGL.h"
895                                 >
896                         </File>
897                         <File
898                                 RelativePath=".\TwOpenGLCore.h"
899                                 >
900                         </File>
901                         <File
902                                 RelativePath="TwPrecomp.h"
903                                 >
904                         </File>
905                         <File
906                                 RelativePath=".\res\TwXCursors.h"
907                                 >
908                         </File>
909                 </Filter>
910                 <Filter
911                         Name="Resource Files"
912                         >
913                         <File
914                                 RelativePath="AntTweakBar.rc"
915                                 >
916                         </File>
917                         <File
918                                 RelativePath="res\cur00000.cur"
919                                 >
920                         </File>
921                         <File
922                                 RelativePath="res\cur00001.cur"
923                                 >
924                         </File>
925                         <File
926                                 RelativePath="res\cur00002.cur"
927                                 >
928                         </File>
929                         <File
930                                 RelativePath="res\cur00003.cur"
931                                 >
932                         </File>
933                         <File
934                                 RelativePath="res\cur00004.cur"
935                                 >
936                         </File>
937                         <File
938                                 RelativePath="res\cur00005.cur"
939                                 >
940                         </File>
941                         <File
942                                 RelativePath="res\cur00006.cur"
943                                 >
944                         </File>
945                         <File
946                                 RelativePath="res\cur00007.cur"
947                                 >
948                         </File>
949                         <File
950                                 RelativePath="res\cur00008.cur"
951                                 >
952                         </File>
953                         <File
954                                 RelativePath="res\cur00009.cur"
955                                 >
956                         </File>
957                         <File
958                                 RelativePath="res\cur00010.cur"
959                                 >
960                         </File>
961                         <File
962                                 RelativePath="res\cur00011.cur"
963                                 >
964                         </File>
965                         <File
966                                 RelativePath="res\cur00012.cur"
967                                 >
968                         </File>
969                         <File
970                                 RelativePath="res\cur00013.cur"
971                                 >
972                         </File>
973                         <File
974                                 RelativePath="res\FontChars.txt"
975                                 >
976                         </File>
977                         <File
978                                 RelativePath=".\res\FontFixed1.pgm"
979                                 >
980                         </File>
981                         <File
982                                 RelativePath="res\FontLargeAA.pgm"
983                                 >
984                         </File>
985                         <File
986                                 RelativePath="res\FontNormal.pgm"
987                                 >
988                         </File>
989                         <File
990                                 RelativePath="FontSmall.pgm"
991                                 >
992                         </File>
993                 </Filter>
994         </Files>
995         <Globals>
996         </Globals>
997 </VisualStudioProject>