1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="vbCapstone" 6 ProjectGUID="{B693CA7B-8B91-4413-AAED-14F1947F012A}" 7 RootNamespace="yy" 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)$(ConfigurationName)" 22 IntermediateDirectory="$(ConfigurationName)" 23 ConfigurationType="2" 24 CharacterSet="2" 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="./../../include/" 45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 46 MinimalRebuild="true" 47 BasicRuntimeChecks="3" 48 RuntimeLibrary="1" 49 UsePrecompiledHeader="0" 50 WarningLevel="3" 51 DebugInformationFormat="4" 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 OutputFile="./vbCapstone.dll" 65 LinkIncremental="2" 66 GenerateManifest="false" 67 GenerateDebugInformation="true" 68 SubSystem="1" 69 TargetMachine="1" 70 /> 71 <Tool 72 Name="VCALinkTool" 73 /> 74 <Tool 75 Name="VCManifestTool" 76 EmbedManifest="false" 77 /> 78 <Tool 79 Name="VCXDCMakeTool" 80 /> 81 <Tool 82 Name="VCBscMakeTool" 83 /> 84 <Tool 85 Name="VCFxCopTool" 86 /> 87 <Tool 88 Name="VCAppVerifierTool" 89 /> 90 <Tool 91 Name="VCPostBuildEventTool" 92 /> 93 </Configuration> 94 <Configuration 95 Name="Release|Win32" 96 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 97 IntermediateDirectory="$(ConfigurationName)" 98 ConfigurationType="2" 99 CharacterSet="2" 100 WholeProgramOptimization="1" 101 > 102 <Tool 103 Name="VCPreBuildEventTool" 104 /> 105 <Tool 106 Name="VCCustomBuildTool" 107 /> 108 <Tool 109 Name="VCXMLDataGeneratorTool" 110 /> 111 <Tool 112 Name="VCWebServiceProxyGeneratorTool" 113 /> 114 <Tool 115 Name="VCMIDLTool" 116 /> 117 <Tool 118 Name="VCCLCompilerTool" 119 Optimization="2" 120 EnableIntrinsicFunctions="true" 121 AdditionalIncludeDirectories="./../../include/" 122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 123 RuntimeLibrary="0" 124 EnableFunctionLevelLinking="true" 125 UsePrecompiledHeader="0" 126 WarningLevel="3" 127 DebugInformationFormat="3" 128 /> 129 <Tool 130 Name="VCManagedResourceCompilerTool" 131 /> 132 <Tool 133 Name="VCResourceCompilerTool" 134 /> 135 <Tool 136 Name="VCPreLinkEventTool" 137 /> 138 <Tool 139 Name="VCLinkerTool" 140 OutputFile="./vbCapstone.dll" 141 LinkIncremental="1" 142 GenerateManifest="false" 143 GenerateDebugInformation="true" 144 SubSystem="1" 145 OptimizeReferences="2" 146 EnableCOMDATFolding="2" 147 TargetMachine="1" 148 /> 149 <Tool 150 Name="VCALinkTool" 151 /> 152 <Tool 153 Name="VCManifestTool" 154 /> 155 <Tool 156 Name="VCXDCMakeTool" 157 /> 158 <Tool 159 Name="VCBscMakeTool" 160 /> 161 <Tool 162 Name="VCFxCopTool" 163 /> 164 <Tool 165 Name="VCAppVerifierTool" 166 /> 167 <Tool 168 Name="VCPostBuildEventTool" 169 /> 170 </Configuration> 171 </Configurations> 172 <References> 173 </References> 174 <Files> 175 <File 176 RelativePath=".\vbCapstone.cpp" 177 > 178 </File> 179 </Files> 180 <Globals> 181 </Globals> 182</VisualStudioProject> 183