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