1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="mtbench" 6 ProjectGUID="{95EC0C16-2E1F-4A9C-AE91-CF139A02E24B}" 7 RootNamespace="mtbench" 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="196613" 10 > 11 <Platforms> 12 <Platform 13 Name="Win32" 14 /> 15 </Platforms> 16 <ToolFiles> 17 </ToolFiles> 18 <Configurations> 19 <Configuration 20 Name="Debug|Win32" 21 OutputDirectory="$(SolutionDir)..\..\examples" 22 IntermediateDirectory="$(ConfigurationName)\$(ProjectName)\" 23 ConfigurationType="1" 24 CharacterSet="1" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 /> 41 <Tool 42 Name="VCCLCompilerTool" 43 Optimization="0" 44 AdditionalIncludeDirectories=""$(ProjectDir)../../include"" 45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 46 MinimalRebuild="true" 47 BasicRuntimeChecks="3" 48 RuntimeLibrary="3" 49 UsePrecompiledHeader="0" 50 WarningLevel="3" 51 DebugInformationFormat="3" 52 /> 53 <Tool 54 Name="VCManagedResourceCompilerTool" 55 /> 56 <Tool 57 Name="VCResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCPreLinkEventTool" 61 /> 62 <Tool 63 Name="VCLinkerTool" 64 AdditionalDependencies="opengl32.lib glu32.lib" 65 OutputFile="$(OutDir)\$(ProjectName)_debug.exe" 66 LinkIncremental="1" 67 GenerateDebugInformation="true" 68 SubSystem="1" 69 TargetMachine="1" 70 /> 71 <Tool 72 Name="VCALinkTool" 73 /> 74 <Tool 75 Name="VCManifestTool" 76 /> 77 <Tool 78 Name="VCXDCMakeTool" 79 /> 80 <Tool 81 Name="VCBscMakeTool" 82 /> 83 <Tool 84 Name="VCFxCopTool" 85 /> 86 <Tool 87 Name="VCAppVerifierTool" 88 /> 89 <Tool 90 Name="VCPostBuildEventTool" 91 /> 92 </Configuration> 93 <Configuration 94 Name="Release|Win32" 95 OutputDirectory="$(SolutionDir)..\..\examples" 96 IntermediateDirectory="$(ConfigurationName)\$(ProjectName)\" 97 ConfigurationType="1" 98 CharacterSet="1" 99 WholeProgramOptimization="1" 100 > 101 <Tool 102 Name="VCPreBuildEventTool" 103 /> 104 <Tool 105 Name="VCCustomBuildTool" 106 /> 107 <Tool 108 Name="VCXMLDataGeneratorTool" 109 /> 110 <Tool 111 Name="VCWebServiceProxyGeneratorTool" 112 /> 113 <Tool 114 Name="VCMIDLTool" 115 /> 116 <Tool 117 Name="VCCLCompilerTool" 118 Optimization="2" 119 EnableIntrinsicFunctions="true" 120 AdditionalIncludeDirectories=""$(ProjectDir)../../include"" 121 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 122 RuntimeLibrary="2" 123 EnableFunctionLevelLinking="true" 124 UsePrecompiledHeader="0" 125 WarningLevel="3" 126 DebugInformationFormat="0" 127 /> 128 <Tool 129 Name="VCManagedResourceCompilerTool" 130 /> 131 <Tool 132 Name="VCResourceCompilerTool" 133 /> 134 <Tool 135 Name="VCPreLinkEventTool" 136 /> 137 <Tool 138 Name="VCLinkerTool" 139 AdditionalDependencies="opengl32.lib glu32.lib" 140 LinkIncremental="1" 141 GenerateDebugInformation="true" 142 SubSystem="1" 143 OptimizeReferences="2" 144 EnableCOMDATFolding="2" 145 TargetMachine="1" 146 /> 147 <Tool 148 Name="VCALinkTool" 149 /> 150 <Tool 151 Name="VCManifestTool" 152 /> 153 <Tool 154 Name="VCXDCMakeTool" 155 /> 156 <Tool 157 Name="VCBscMakeTool" 158 /> 159 <Tool 160 Name="VCFxCopTool" 161 /> 162 <Tool 163 Name="VCAppVerifierTool" 164 /> 165 <Tool 166 Name="VCPostBuildEventTool" 167 /> 168 </Configuration> 169 </Configurations> 170 <References> 171 </References> 172 <Files> 173 <Filter 174 Name="Source Files" 175 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 176 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 177 > 178 <File 179 RelativePath="..\..\examples\mtbench.c" 180 > 181 </File> 182 </Filter> 183 </Files> 184 <Globals> 185 </Globals> 186</VisualStudioProject> 187