Tizen 2.1 base
[platform/upstream/libbullet.git] / Extras / CDTestFramework / AntTweakBar / examples / TwAdvanced1.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="TwAdvanced1"
6         ProjectGUID="{008D1CEC-1586-4C89-B524-DF15D9605163}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="debug"
16                         IntermediateDirectory="debug"
17                         ConfigurationType="1"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="../include"
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="1"
27                                 UsePrecompiledHeader="0"
28                                 WarningLevel="4"
29                                 Detect64BitPortabilityProblems="TRUE"
30                                 DebugInformationFormat="4"
31                                 CompileAs="0"/>
32                         <Tool
33                                 Name="VCCustomBuildTool"/>
34                         <Tool
35                                 Name="VCLinkerTool"
36                                 AdditionalDependencies="glfwdll.lib opengl32.lib glu32.lib"
37                                 OutputFile="$(OutDir)/$(ProjectName).exe"
38                                 LinkIncremental="2"
39                                 AdditionalLibraryDirectories="../lib/debug,../lib"
40                                 GenerateDebugInformation="TRUE"
41                                 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
42                                 SubSystem="1"
43                                 TargetMachine="1"/>
44                         <Tool
45                                 Name="VCMIDLTool"/>
46                         <Tool
47                                 Name="VCPostBuildEventTool"
48                                 CommandLine="if exist c:\sdk\glfw\lib\win32\glfw.dll  xcopy /y /f c:\sdk\glfw\lib\win32\glfw.dll debug
49 if exist ..\lib\AntTweakBar.dll  xcopy /y /f ..\lib\AntTweakBar.dll debug
50 if exist ..\lib\debug\AntTweakBar.dll  xcopy /y /f ..\lib\debug\AntTweakBar.dll debug
51 "/>
52                         <Tool
53                                 Name="VCPreBuildEventTool"/>
54                         <Tool
55                                 Name="VCPreLinkEventTool"/>
56                         <Tool
57                                 Name="VCResourceCompilerTool"/>
58                         <Tool
59                                 Name="VCWebServiceProxyGeneratorTool"/>
60                         <Tool
61                                 Name="VCXMLDataGeneratorTool"/>
62                         <Tool
63                                 Name="VCWebDeploymentTool"/>
64                         <Tool
65                                 Name="VCManagedWrapperGeneratorTool"/>
66                         <Tool
67                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68                 </Configuration>
69                 <Configuration
70                         Name="Release|Win32"
71                         OutputDirectory="bin"
72                         IntermediateDirectory="bin"
73                         ConfigurationType="1"
74                         CharacterSet="2">
75                         <Tool
76                                 Name="VCCLCompilerTool"
77                                 Optimization="3"
78                                 GlobalOptimizations="TRUE"
79                                 InlineFunctionExpansion="1"
80                                 EnableIntrinsicFunctions="TRUE"
81                                 FavorSizeOrSpeed="1"
82                                 OmitFramePointers="TRUE"
83                                 OptimizeForWindowsApplication="TRUE"
84                                 AdditionalIncludeDirectories="../include"
85                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
86                                 StringPooling="TRUE"
87                                 RuntimeLibrary="0"
88                                 EnableFunctionLevelLinking="TRUE"
89                                 UsePrecompiledHeader="0"
90                                 WarningLevel="4"
91                                 Detect64BitPortabilityProblems="TRUE"
92                                 DebugInformationFormat="0"
93                                 CompileAs="0"/>
94                         <Tool
95                                 Name="VCCustomBuildTool"/>
96                         <Tool
97                                 Name="VCLinkerTool"
98                                 AdditionalDependencies="glfwdll.lib opengl32.lib glu32.lib"
99                                 OutputFile="$(OutDir)/$(ProjectName).exe"
100                                 LinkIncremental="1"
101                                 AdditionalLibraryDirectories="../lib"
102                                 GenerateDebugInformation="FALSE"
103                                 SubSystem="1"
104                                 OptimizeReferences="2"
105                                 EnableCOMDATFolding="2"
106                                 SetChecksum="TRUE"
107                                 TargetMachine="1"/>
108                         <Tool
109                                 Name="VCMIDLTool"/>
110                         <Tool
111                                 Name="VCPostBuildEventTool"
112                                 CommandLine="if exist c:\sdk\glfw\lib\win32\glfw.dll  xcopy /y /f c:\sdk\glfw\lib\win32\glfw.dll bin
113 if exist ..\lib\AntTweakBar.dll  xcopy /y /f ..\lib\AntTweakBar.dll bin
114 "/>
115                         <Tool
116                                 Name="VCPreBuildEventTool"/>
117                         <Tool
118                                 Name="VCPreLinkEventTool"/>
119                         <Tool
120                                 Name="VCResourceCompilerTool"/>
121                         <Tool
122                                 Name="VCWebServiceProxyGeneratorTool"/>
123                         <Tool
124                                 Name="VCXMLDataGeneratorTool"/>
125                         <Tool
126                                 Name="VCWebDeploymentTool"/>
127                         <Tool
128                                 Name="VCManagedWrapperGeneratorTool"/>
129                         <Tool
130                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
131                 </Configuration>
132         </Configurations>
133         <References>
134         </References>
135         <Files>
136                 <File
137                         RelativePath="TwAdvanced1.cpp">
138                 </File>
139         </Files>
140         <Globals>
141         </Globals>
142 </VisualStudioProject>