1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="BitMachine" 6 ProjectGUID="{CF66596F-7DEA-4BB6-A728-F7FEF2889855}" 7 RootNamespace="BitMachine" 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="131072" 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="Debug" 22 IntermediateDirectory="Debug" 23 ConfigurationType="1" 24 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 25 CharacterSet="2" 26 > 27 <Tool 28 Name="VCPreBuildEventTool" 29 /> 30 <Tool 31 Name="VCCustomBuildTool" 32 /> 33 <Tool 34 Name="VCXMLDataGeneratorTool" 35 /> 36 <Tool 37 Name="VCWebServiceProxyGeneratorTool" 38 /> 39 <Tool 40 Name="VCMIDLTool" 41 /> 42 <Tool 43 Name="VCCLCompilerTool" 44 AdditionalOptions="/Zm300 /bigobj" 45 Optimization="0" 46 AdditionalIncludeDirectories="..\..\..\.." 47 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 48 MinimalRebuild="true" 49 BasicRuntimeChecks="3" 50 RuntimeLibrary="3" 51 BufferSecurityCheck="true" 52 DisableLanguageExtensions="true" 53 TreatWChar_tAsBuiltInType="true" 54 ForceConformanceInForLoopScope="true" 55 RuntimeTypeInfo="true" 56 UsePrecompiledHeader="0" 57 WarningLevel="4" 58 WarnAsError="true" 59 Detect64BitPortabilityProblems="false" 60 DebugInformationFormat="4" 61 EnablePREfast="false" 62 /> 63 <Tool 64 Name="VCManagedResourceCompilerTool" 65 /> 66 <Tool 67 Name="VCResourceCompilerTool" 68 /> 69 <Tool 70 Name="VCPreLinkEventTool" 71 /> 72 <Tool 73 Name="VCLinkerTool" 74 OutputFile="$(OutDir)/BitMachine.exe" 75 LinkIncremental="2" 76 GenerateDebugInformation="true" 77 ProgramDatabaseFile="$(OutDir)/BitMachine.pdb" 78 SubSystem="1" 79 RandomizedBaseAddress="1" 80 DataExecutionPrevention="0" 81 TargetMachine="1" 82 /> 83 <Tool 84 Name="VCALinkTool" 85 /> 86 <Tool 87 Name="VCManifestTool" 88 EmbedManifest="true" 89 /> 90 <Tool 91 Name="VCXDCMakeTool" 92 /> 93 <Tool 94 Name="VCBscMakeTool" 95 /> 96 <Tool 97 Name="VCFxCopTool" 98 /> 99 <Tool 100 Name="VCAppVerifierTool" 101 /> 102 <Tool 103 Name="VCPostBuildEventTool" 104 /> 105 </Configuration> 106 <Configuration 107 Name="Release|Win32" 108 OutputDirectory="Release" 109 IntermediateDirectory="Release" 110 ConfigurationType="1" 111 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 112 CharacterSet="2" 113 > 114 <Tool 115 Name="VCPreBuildEventTool" 116 /> 117 <Tool 118 Name="VCCustomBuildTool" 119 /> 120 <Tool 121 Name="VCXMLDataGeneratorTool" 122 /> 123 <Tool 124 Name="VCWebServiceProxyGeneratorTool" 125 /> 126 <Tool 127 Name="VCMIDLTool" 128 /> 129 <Tool 130 Name="VCCLCompilerTool" 131 AdditionalOptions="/Zm300 /bigobj" 132 Optimization="3" 133 InlineFunctionExpansion="2" 134 AdditionalIncludeDirectories="..\..\..\.." 135 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 136 StringPooling="true" 137 ExceptionHandling="1" 138 RuntimeLibrary="2" 139 BufferSecurityCheck="false" 140 EnableFunctionLevelLinking="true" 141 DisableLanguageExtensions="true" 142 TreatWChar_tAsBuiltInType="true" 143 ForceConformanceInForLoopScope="true" 144 RuntimeTypeInfo="true" 145 UsePrecompiledHeader="0" 146 WarningLevel="4" 147 WarnAsError="true" 148 Detect64BitPortabilityProblems="false" 149 DebugInformationFormat="0" 150 EnablePREfast="false" 151 /> 152 <Tool 153 Name="VCManagedResourceCompilerTool" 154 /> 155 <Tool 156 Name="VCResourceCompilerTool" 157 /> 158 <Tool 159 Name="VCPreLinkEventTool" 160 /> 161 <Tool 162 Name="VCLinkerTool" 163 OutputFile="$(OutDir)/BitMachine.exe" 164 LinkIncremental="1" 165 GenerateDebugInformation="false" 166 SubSystem="1" 167 OptimizeReferences="2" 168 EnableCOMDATFolding="2" 169 RandomizedBaseAddress="1" 170 DataExecutionPrevention="0" 171 TargetMachine="1" 172 /> 173 <Tool 174 Name="VCALinkTool" 175 /> 176 <Tool 177 Name="VCManifestTool" 178 EmbedManifest="true" 179 /> 180 <Tool 181 Name="VCXDCMakeTool" 182 /> 183 <Tool 184 Name="VCBscMakeTool" 185 /> 186 <Tool 187 Name="VCFxCopTool" 188 /> 189 <Tool 190 Name="VCAppVerifierTool" 191 /> 192 <Tool 193 Name="VCPostBuildEventTool" 194 /> 195 </Configuration> 196 </Configurations> 197 <References> 198 </References> 199 <Files> 200 <Filter 201 Name="Source Files" 202 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 203 > 204 <File 205 RelativePath="BitMachine.cpp" 206 > 207 </File> 208 </Filter> 209 <Filter 210 Name="Statechart Header Files" 211 Filter="h;hpp;hxx;hm;inl;inc" 212 > 213 <File 214 RelativePath="..\..\..\..\boost\statechart\asynchronous_state_machine.hpp" 215 > 216 </File> 217 <File 218 RelativePath="..\..\..\..\boost\statechart\custom_reaction.hpp" 219 > 220 </File> 221 <File 222 RelativePath="..\..\..\..\boost\statechart\deep_history.hpp" 223 > 224 </File> 225 <File 226 RelativePath="..\..\..\..\boost\statechart\deferral.hpp" 227 > 228 </File> 229 <File 230 RelativePath="..\..\..\..\boost\statechart\event.hpp" 231 > 232 </File> 233 <File 234 RelativePath="..\..\..\..\boost\statechart\event_base.hpp" 235 > 236 </File> 237 <File 238 RelativePath="..\..\..\..\boost\statechart\event_processor.hpp" 239 > 240 </File> 241 <File 242 RelativePath="..\..\..\..\boost\statechart\exception_translator.hpp" 243 > 244 </File> 245 <File 246 RelativePath="..\..\..\..\boost\statechart\fifo_scheduler.hpp" 247 > 248 </File> 249 <File 250 RelativePath="..\..\..\..\boost\statechart\in_state_reaction.hpp" 251 > 252 </File> 253 <File 254 RelativePath="..\..\..\..\boost\statechart\null_exception_translator.hpp" 255 > 256 </File> 257 <File 258 RelativePath="..\..\..\..\boost\statechart\result.hpp" 259 > 260 </File> 261 <File 262 RelativePath="..\..\..\..\boost\statechart\shallow_history.hpp" 263 > 264 </File> 265 <File 266 RelativePath="..\..\..\..\boost\statechart\simple_state.hpp" 267 > 268 </File> 269 <File 270 RelativePath="..\..\..\..\boost\statechart\state.hpp" 271 > 272 </File> 273 <File 274 RelativePath="..\..\..\..\boost\statechart\state_machine.hpp" 275 > 276 </File> 277 <File 278 RelativePath="..\..\..\..\boost\statechart\termination.hpp" 279 > 280 </File> 281 <File 282 RelativePath="..\..\..\..\boost\statechart\transition.hpp" 283 > 284 </File> 285 </Filter> 286 <Filter 287 Name="Header Files" 288 > 289 <File 290 RelativePath=".\UniqueObject.hpp" 291 > 292 </File> 293 <File 294 RelativePath=".\UniqueObjectAllocator.hpp" 295 > 296 </File> 297 </Filter> 298 </Files> 299 <Globals> 300 </Globals> 301</VisualStudioProject> 302