| 1 | <?xml version="1.0" encoding="windows-1251"?> |
|---|
| 2 | <VisualStudioProject |
|---|
| 3 | ProjectType="Visual C++" |
|---|
| 4 | Version="8.00" |
|---|
| 5 | Name="Verify" |
|---|
| 6 | ProjectGUID="{870168AC-012D-4E78-AB70-CC20D02C0EBE}" |
|---|
| 7 | RootNamespace="Verify" |
|---|
| 8 | Keyword="MFCProj" |
|---|
| 9 | > |
|---|
| 10 | <Platforms> |
|---|
| 11 | <Platform |
|---|
| 12 | Name="Win32" |
|---|
| 13 | /> |
|---|
| 14 | <Platform |
|---|
| 15 | Name="x64" |
|---|
| 16 | /> |
|---|
| 17 | </Platforms> |
|---|
| 18 | <ToolFiles> |
|---|
| 19 | </ToolFiles> |
|---|
| 20 | <Configurations> |
|---|
| 21 | <Configuration |
|---|
| 22 | Name="Release|Win32" |
|---|
| 23 | OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" |
|---|
| 24 | IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" |
|---|
| 25 | ConfigurationType="1" |
|---|
| 26 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
|---|
| 27 | UseOfMFC="1" |
|---|
| 28 | ATLMinimizesCRunTimeLibraryUsage="false" |
|---|
| 29 | CharacterSet="2" |
|---|
| 30 | > |
|---|
| 31 | <Tool |
|---|
| 32 | Name="VCPreBuildEventTool" |
|---|
| 33 | /> |
|---|
| 34 | <Tool |
|---|
| 35 | Name="VCCustomBuildTool" |
|---|
| 36 | /> |
|---|
| 37 | <Tool |
|---|
| 38 | Name="VCXMLDataGeneratorTool" |
|---|
| 39 | /> |
|---|
| 40 | <Tool |
|---|
| 41 | Name="VCWebServiceProxyGeneratorTool" |
|---|
| 42 | /> |
|---|
| 43 | <Tool |
|---|
| 44 | Name="VCMIDLTool" |
|---|
| 45 | PreprocessorDefinitions="NDEBUG" |
|---|
| 46 | MkTypLibCompatible="true" |
|---|
| 47 | SuppressStartupBanner="true" |
|---|
| 48 | TargetEnvironment="1" |
|---|
| 49 | TypeLibraryName=".\Release/Verify.tlb" |
|---|
| 50 | HeaderFileName="" |
|---|
| 51 | /> |
|---|
| 52 | <Tool |
|---|
| 53 | Name="VCCLCompilerTool" |
|---|
| 54 | Optimization="1" |
|---|
| 55 | InlineFunctionExpansion="1" |
|---|
| 56 | AdditionalIncludeDirectories=".;..\shared" |
|---|
| 57 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE" |
|---|
| 58 | StringPooling="true" |
|---|
| 59 | RuntimeLibrary="0" |
|---|
| 60 | EnableFunctionLevelLinking="true" |
|---|
| 61 | UsePrecompiledHeader="2" |
|---|
| 62 | PrecompiledHeaderThrough="stdafx.h" |
|---|
| 63 | PrecompiledHeaderFile="$(IntDir)\Verify.pch" |
|---|
| 64 | AssemblerListingLocation="" |
|---|
| 65 | WarningLevel="4" |
|---|
| 66 | SuppressStartupBanner="true" |
|---|
| 67 | /> |
|---|
| 68 | <Tool |
|---|
| 69 | Name="VCManagedResourceCompilerTool" |
|---|
| 70 | /> |
|---|
| 71 | <Tool |
|---|
| 72 | Name="VCResourceCompilerTool" |
|---|
| 73 | PreprocessorDefinitions="NDEBUG" |
|---|
| 74 | Culture="1035" |
|---|
| 75 | /> |
|---|
| 76 | <Tool |
|---|
| 77 | Name="VCPreLinkEventTool" |
|---|
| 78 | /> |
|---|
| 79 | <Tool |
|---|
| 80 | Name="VCLinkerTool" |
|---|
| 81 | OutputFile="$(OutDir)\Verify.exe" |
|---|
| 82 | LinkIncremental="1" |
|---|
| 83 | SuppressStartupBanner="true" |
|---|
| 84 | ProgramDatabaseFile="" |
|---|
| 85 | SubSystem="2" |
|---|
| 86 | TargetMachine="1" |
|---|
| 87 | /> |
|---|
| 88 | <Tool |
|---|
| 89 | Name="VCALinkTool" |
|---|
| 90 | /> |
|---|
| 91 | <Tool |
|---|
| 92 | Name="VCManifestTool" |
|---|
| 93 | /> |
|---|
| 94 | <Tool |
|---|
| 95 | Name="VCXDCMakeTool" |
|---|
| 96 | /> |
|---|
| 97 | <Tool |
|---|
| 98 | Name="VCBscMakeTool" |
|---|
| 99 | /> |
|---|
| 100 | <Tool |
|---|
| 101 | Name="VCFxCopTool" |
|---|
| 102 | /> |
|---|
| 103 | <Tool |
|---|
| 104 | Name="VCAppVerifierTool" |
|---|
| 105 | /> |
|---|
| 106 | <Tool |
|---|
| 107 | Name="VCWebDeploymentTool" |
|---|
| 108 | /> |
|---|
| 109 | <Tool |
|---|
| 110 | Name="VCPostBuildEventTool" |
|---|
| 111 | /> |
|---|
| 112 | </Configuration> |
|---|
| 113 | <Configuration |
|---|
| 114 | Name="Release|x64" |
|---|
| 115 | OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" |
|---|
| 116 | IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" |
|---|
| 117 | ConfigurationType="1" |
|---|
| 118 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
|---|
| 119 | UseOfMFC="1" |
|---|
| 120 | ATLMinimizesCRunTimeLibraryUsage="false" |
|---|
| 121 | CharacterSet="2" |
|---|
| 122 | > |
|---|
| 123 | <Tool |
|---|
| 124 | Name="VCPreBuildEventTool" |
|---|
| 125 | /> |
|---|
| 126 | <Tool |
|---|
| 127 | Name="VCCustomBuildTool" |
|---|
| 128 | /> |
|---|
| 129 | <Tool |
|---|
| 130 | Name="VCXMLDataGeneratorTool" |
|---|
| 131 | /> |
|---|
| 132 | <Tool |
|---|
| 133 | Name="VCWebServiceProxyGeneratorTool" |
|---|
| 134 | /> |
|---|
| 135 | <Tool |
|---|
| 136 | Name="VCMIDLTool" |
|---|
| 137 | PreprocessorDefinitions="NDEBUG" |
|---|
| 138 | MkTypLibCompatible="true" |
|---|
| 139 | SuppressStartupBanner="true" |
|---|
| 140 | TargetEnvironment="3" |
|---|
| 141 | TypeLibraryName=".\Release/Verify.tlb" |
|---|
| 142 | HeaderFileName="" |
|---|
| 143 | /> |
|---|
| 144 | <Tool |
|---|
| 145 | Name="VCCLCompilerTool" |
|---|
| 146 | Optimization="1" |
|---|
| 147 | InlineFunctionExpansion="1" |
|---|
| 148 | AdditionalIncludeDirectories=".;..\shared" |
|---|
| 149 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE" |
|---|
| 150 | StringPooling="true" |
|---|
| 151 | RuntimeLibrary="0" |
|---|
| 152 | EnableFunctionLevelLinking="true" |
|---|
| 153 | UsePrecompiledHeader="2" |
|---|
| 154 | PrecompiledHeaderThrough="stdafx.h" |
|---|
| 155 | PrecompiledHeaderFile="$(IntDir)\Verify.pch" |
|---|
| 156 | AssemblerListingLocation="" |
|---|
| 157 | WarningLevel="4" |
|---|
| 158 | SuppressStartupBanner="true" |
|---|
| 159 | /> |
|---|
| 160 | <Tool |
|---|
| 161 | Name="VCManagedResourceCompilerTool" |
|---|
| 162 | /> |
|---|
| 163 | <Tool |
|---|
| 164 | Name="VCResourceCompilerTool" |
|---|
| 165 | PreprocessorDefinitions="NDEBUG" |
|---|
| 166 | Culture="1035" |
|---|
| 167 | /> |
|---|
| 168 | <Tool |
|---|
| 169 | Name="VCPreLinkEventTool" |
|---|
| 170 | /> |
|---|
| 171 | <Tool |
|---|
| 172 | Name="VCLinkerTool" |
|---|
| 173 | OutputFile="$(OutDir)\Verify.exe" |
|---|
| 174 | LinkIncremental="1" |
|---|
| 175 | SuppressStartupBanner="true" |
|---|
| 176 | ProgramDatabaseFile="" |
|---|
| 177 | SubSystem="2" |
|---|
| 178 | TargetMachine="17" |
|---|
| 179 | /> |
|---|
| 180 | <Tool |
|---|
| 181 | Name="VCALinkTool" |
|---|
| 182 | /> |
|---|
| 183 | <Tool |
|---|
| 184 | Name="VCManifestTool" |
|---|
| 185 | /> |
|---|
| 186 | <Tool |
|---|
| 187 | Name="VCXDCMakeTool" |
|---|
| 188 | /> |
|---|
| 189 | <Tool |
|---|
| 190 | Name="VCBscMakeTool" |
|---|
| 191 | /> |
|---|
| 192 | <Tool |
|---|
| 193 | Name="VCFxCopTool" |
|---|
| 194 | /> |
|---|
| 195 | <Tool |
|---|
| 196 | Name="VCAppVerifierTool" |
|---|
| 197 | /> |
|---|
| 198 | <Tool |
|---|
| 199 | Name="VCWebDeploymentTool" |
|---|
| 200 | /> |
|---|
| 201 | <Tool |
|---|
| 202 | Name="VCPostBuildEventTool" |
|---|
| 203 | /> |
|---|
| 204 | </Configuration> |
|---|
| 205 | <Configuration |
|---|
| 206 | Name="Debug|Win32" |
|---|
| 207 | OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" |
|---|
| 208 | IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" |
|---|
| 209 | ConfigurationType="1" |
|---|
| 210 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
|---|
| 211 | UseOfMFC="1" |
|---|
| 212 | ATLMinimizesCRunTimeLibraryUsage="false" |
|---|
| 213 | CharacterSet="2" |
|---|
| 214 | > |
|---|
| 215 | <Tool |
|---|
| 216 | Name="VCPreBuildEventTool" |
|---|
| 217 | /> |
|---|
| 218 | <Tool |
|---|
| 219 | Name="VCCustomBuildTool" |
|---|
| 220 | /> |
|---|
| 221 | <Tool |
|---|
| 222 | Name="VCXMLDataGeneratorTool" |
|---|
| 223 | /> |
|---|
| 224 | <Tool |
|---|
| 225 | Name="VCWebServiceProxyGeneratorTool" |
|---|
| 226 | /> |
|---|
| 227 | <Tool |
|---|
| 228 | Name="VCMIDLTool" |
|---|
| 229 | PreprocessorDefinitions="_DEBUG" |
|---|
| 230 | MkTypLibCompatible="true" |
|---|
| 231 | SuppressStartupBanner="true" |
|---|
| 232 | TargetEnvironment="1" |
|---|
| 233 | TypeLibraryName=".\Debug/Verify.tlb" |
|---|
| 234 | HeaderFileName="" |
|---|
| 235 | /> |
|---|
| 236 | <Tool |
|---|
| 237 | Name="VCCLCompilerTool" |
|---|
| 238 | Optimization="0" |
|---|
| 239 | AdditionalIncludeDirectories=".;..\shared" |
|---|
| 240 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE" |
|---|
| 241 | BasicRuntimeChecks="3" |
|---|
| 242 | RuntimeLibrary="1" |
|---|
| 243 | UsePrecompiledHeader="2" |
|---|
| 244 | PrecompiledHeaderThrough="stdafx.h" |
|---|
| 245 | PrecompiledHeaderFile="$(IntDir)\Verify.pch" |
|---|
| 246 | AssemblerListingLocation="" |
|---|
| 247 | WarningLevel="3" |
|---|
| 248 | SuppressStartupBanner="true" |
|---|
| 249 | DebugInformationFormat="3" |
|---|
| 250 | /> |
|---|
| 251 | <Tool |
|---|
| 252 | Name="VCManagedResourceCompilerTool" |
|---|
| 253 | /> |
|---|
| 254 | <Tool |
|---|
| 255 | Name="VCResourceCompilerTool" |
|---|
| 256 | PreprocessorDefinitions="_DEBUG" |
|---|
| 257 | Culture="1035" |
|---|
| 258 | /> |
|---|
| 259 | <Tool |
|---|
| 260 | Name="VCPreLinkEventTool" |
|---|
| 261 | /> |
|---|
| 262 | <Tool |
|---|
| 263 | Name="VCLinkerTool" |
|---|
| 264 | OutputFile="$(OutDir)\Verify.exe" |
|---|
| 265 | LinkIncremental="1" |
|---|
| 266 | SuppressStartupBanner="true" |
|---|
| 267 | GenerateDebugInformation="true" |
|---|
| 268 | ProgramDatabaseFile="$(OutDir)\Verify.pdb" |
|---|
| 269 | SubSystem="2" |
|---|
| 270 | TargetMachine="1" |
|---|
| 271 | /> |
|---|
| 272 | <Tool |
|---|
| 273 | Name="VCALinkTool" |
|---|
| 274 | /> |
|---|
| 275 | <Tool |
|---|
| 276 | Name="VCManifestTool" |
|---|
| 277 | /> |
|---|
| 278 | <Tool |
|---|
| 279 | Name="VCXDCMakeTool" |
|---|
| 280 | /> |
|---|
| 281 | <Tool |
|---|
| 282 | Name="VCBscMakeTool" |
|---|
| 283 | /> |
|---|
| 284 | <Tool |
|---|
| 285 | Name="VCFxCopTool" |
|---|
| 286 | /> |
|---|
| 287 | <Tool |
|---|
| 288 | Name="VCAppVerifierTool" |
|---|
| 289 | /> |
|---|
| 290 | <Tool |
|---|
| 291 | Name="VCWebDeploymentTool" |
|---|
| 292 | /> |
|---|
| 293 | <Tool |
|---|
| 294 | Name="VCPostBuildEventTool" |
|---|
| 295 | /> |
|---|
| 296 | </Configuration> |
|---|
| 297 | <Configuration |
|---|
| 298 | Name="Debug|x64" |
|---|
| 299 | OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" |
|---|
| 300 | IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" |
|---|
| 301 | ConfigurationType="1" |
|---|
| 302 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
|---|
| 303 | UseOfMFC="1" |
|---|
| 304 | ATLMinimizesCRunTimeLibraryUsage="false" |
|---|
| 305 | CharacterSet="2" |
|---|
| 306 | > |
|---|
| 307 | <Tool |
|---|
| 308 | Name="VCPreBuildEventTool" |
|---|
| 309 | /> |
|---|
| 310 | <Tool |
|---|
| 311 | Name="VCCustomBuildTool" |
|---|
| 312 | /> |
|---|
| 313 | <Tool |
|---|
| 314 | Name="VCXMLDataGeneratorTool" |
|---|
| 315 | /> |
|---|
| 316 | <Tool |
|---|
| 317 | Name="VCWebServiceProxyGeneratorTool" |
|---|
| 318 | /> |
|---|
| 319 | <Tool |
|---|
| 320 | Name="VCMIDLTool" |
|---|
| 321 | PreprocessorDefinitions="_DEBUG" |
|---|
| 322 | MkTypLibCompatible="true" |
|---|
| 323 | SuppressStartupBanner="true" |
|---|
| 324 | TargetEnvironment="3" |
|---|
| 325 | TypeLibraryName=".\Debug/Verify.tlb" |
|---|
| 326 | HeaderFileName="" |
|---|
| 327 | /> |
|---|
| 328 | <Tool |
|---|
| 329 | Name="VCCLCompilerTool" |
|---|
| 330 | Optimization="0" |
|---|
| 331 | AdditionalIncludeDirectories=".;..\shared" |
|---|
| 332 | PreprocessorDefinitions="_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE" |
|---|
| 333 | BasicRuntimeChecks="3" |
|---|
| 334 | RuntimeLibrary="1" |
|---|
| 335 | UsePrecompiledHeader="2" |
|---|
| 336 | PrecompiledHeaderThrough="stdafx.h" |
|---|
| 337 | PrecompiledHeaderFile="$(IntDir)\Verify.pch" |
|---|
| 338 | AssemblerListingLocation="" |
|---|
| 339 | WarningLevel="3" |
|---|
| 340 | SuppressStartupBanner="true" |
|---|
| 341 | DebugInformationFormat="3" |
|---|
| 342 | /> |
|---|
| 343 | <Tool |
|---|
| 344 | Name="VCManagedResourceCompilerTool" |
|---|
| 345 | /> |
|---|
| 346 | <Tool |
|---|
| 347 | Name="VCResourceCompilerTool" |
|---|
| 348 | PreprocessorDefinitions="_DEBUG" |
|---|
| 349 | Culture="1035" |
|---|
| 350 | /> |
|---|
| 351 | <Tool |
|---|
| 352 | Name="VCPreLinkEventTool" |
|---|
| 353 | /> |
|---|
| 354 | <Tool |
|---|
| 355 | Name="VCLinkerTool" |
|---|
| 356 | OutputFile="$(OutDir)\Verify.exe" |
|---|
| 357 | LinkIncremental="1" |
|---|
| 358 | SuppressStartupBanner="true" |
|---|
| 359 | GenerateDebugInformation="true" |
|---|
| 360 | ProgramDatabaseFile="$(OutDir)\Verify.pdb" |
|---|
| 361 | SubSystem="2" |
|---|
| 362 | TargetMachine="17" |
|---|
| 363 | /> |
|---|
| 364 | <Tool |
|---|
| 365 | Name="VCALinkTool" |
|---|
| 366 | /> |
|---|
| 367 | <Tool |
|---|
| 368 | Name="VCManifestTool" |
|---|
| 369 | /> |
|---|
| 370 | <Tool |
|---|
| 371 | Name="VCXDCMakeTool" |
|---|
| 372 | /> |
|---|
| 373 | <Tool |
|---|
| 374 | Name="VCBscMakeTool" |
|---|
| 375 | /> |
|---|
| 376 | <Tool |
|---|
| 377 | Name="VCFxCopTool" |
|---|
| 378 | /> |
|---|
| 379 | <Tool |
|---|
| 380 | Name="VCAppVerifierTool" |
|---|
| 381 | /> |
|---|
| 382 | <Tool |
|---|
| 383 | Name="VCWebDeploymentTool" |
|---|
| 384 | /> |
|---|
| 385 | <Tool |
|---|
| 386 | Name="VCPostBuildEventTool" |
|---|
| 387 | /> |
|---|
| 388 | </Configuration> |
|---|
| 389 | </Configurations> |
|---|
| 390 | <References> |
|---|
| 391 | </References> |
|---|
| 392 | <Files> |
|---|
| 393 | <Filter |
|---|
| 394 | Name="Source Files" |
|---|
| 395 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" |
|---|
| 396 | > |
|---|
| 397 | <File |
|---|
| 398 | RelativePath="..\shared\FileDialogEx.cpp" |
|---|
| 399 | > |
|---|
| 400 | <FileConfiguration |
|---|
| 401 | Name="Release|Win32" |
|---|
| 402 | > |
|---|
| 403 | <Tool |
|---|
| 404 | Name="VCCLCompilerTool" |
|---|
| 405 | Optimization="1" |
|---|
| 406 | PreprocessorDefinitions="" |
|---|
| 407 | /> |
|---|
| 408 | </FileConfiguration> |
|---|
| 409 | <FileConfiguration |
|---|
| 410 | Name="Release|x64" |
|---|
| 411 | > |
|---|
| 412 | <Tool |
|---|
| 413 | Name="VCCLCompilerTool" |
|---|
| 414 | Optimization="1" |
|---|
| 415 | PreprocessorDefinitions="" |
|---|
| 416 | /> |
|---|
| 417 | </FileConfiguration> |
|---|
| 418 | <FileConfiguration |
|---|
| 419 | Name="Debug|Win32" |
|---|
| 420 | > |
|---|
| 421 | <Tool |
|---|
| 422 | Name="VCCLCompilerTool" |
|---|
| 423 | Optimization="0" |
|---|
| 424 | PreprocessorDefinitions="" |
|---|
| 425 | BasicRuntimeChecks="3" |
|---|
| 426 | /> |
|---|
| 427 | </FileConfiguration> |
|---|
| 428 | <FileConfiguration |
|---|
| 429 | Name="Debug|x64" |
|---|
| 430 | > |
|---|
| 431 | <Tool |
|---|
| 432 | Name="VCCLCompilerTool" |
|---|
| 433 | Optimization="0" |
|---|
| 434 | PreprocessorDefinitions="" |
|---|
| 435 | BasicRuntimeChecks="3" |
|---|
| 436 | /> |
|---|
| 437 | </FileConfiguration> |
|---|
| 438 | </File> |
|---|
| 439 | <File |
|---|
| 440 | RelativePath="..\shared\FileTreeCtrl.cpp" |
|---|
| 441 | > |
|---|
| 442 | </File> |
|---|
| 443 | <File |
|---|
| 444 | RelativePath="..\shared\NewDialog.cpp" |
|---|
| 445 | > |
|---|
| 446 | </File> |
|---|
| 447 | <File |
|---|
| 448 | RelativePath="..\shared\SeException.cpp" |
|---|
| 449 | > |
|---|
| 450 | <FileConfiguration |
|---|
| 451 | Name="Release|Win32" |
|---|
| 452 | > |
|---|
| 453 | <Tool |
|---|
| 454 | Name="VCCLCompilerTool" |
|---|
| 455 | Optimization="1" |
|---|
| 456 | PreprocessorDefinitions="" |
|---|
| 457 | /> |
|---|
| 458 | </FileConfiguration> |
|---|
| 459 | <FileConfiguration |
|---|
| 460 | Name="Release|x64" |
|---|
| 461 | > |
|---|
| 462 | <Tool |
|---|
| 463 | Name="VCCLCompilerTool" |
|---|
| 464 | Optimization="1" |
|---|
| 465 | PreprocessorDefinitions="" |
|---|
| 466 | /> |
|---|
| 467 | </FileConfiguration> |
|---|
| 468 | <FileConfiguration |
|---|
| 469 | Name="Debug|Win32" |
|---|
| 470 | > |
|---|
| 471 | <Tool |
|---|
| 472 | Name="VCCLCompilerTool" |
|---|
| 473 | Optimization="0" |
|---|
| 474 | PreprocessorDefinitions="" |
|---|
| 475 | BasicRuntimeChecks="3" |
|---|
| 476 | /> |
|---|
| 477 | </FileConfiguration> |
|---|
| 478 | <FileConfiguration |
|---|
| 479 | Name="Debug|x64" |
|---|
| 480 | > |
|---|
| 481 | <Tool |
|---|
| 482 | Name="VCCLCompilerTool" |
|---|
| 483 | Optimization="0" |
|---|
| 484 | PreprocessorDefinitions="" |
|---|
| 485 | BasicRuntimeChecks="3" |
|---|
| 486 | /> |
|---|
| 487 | </FileConfiguration> |
|---|
| 488 | </File> |
|---|
| 489 | <File |
|---|
| 490 | RelativePath="StdAfx.cpp" |
|---|
| 491 | > |
|---|
| 492 | <FileConfiguration |
|---|
| 493 | Name="Release|Win32" |
|---|
| 494 | > |
|---|
| 495 | <Tool |
|---|
| 496 | Name="VCCLCompilerTool" |
|---|
| 497 | Optimization="1" |
|---|
| 498 | PreprocessorDefinitions="" |
|---|
| 499 | UsePrecompiledHeader="1" |
|---|
| 500 | /> |
|---|
| 501 | </FileConfiguration> |
|---|
| 502 | <FileConfiguration |
|---|
| 503 | Name="Release|x64" |
|---|
| 504 | > |
|---|
| 505 | <Tool |
|---|
| 506 | Name="VCCLCompilerTool" |
|---|
| 507 | Optimization="1" |
|---|
| 508 | PreprocessorDefinitions="" |
|---|
| 509 | UsePrecompiledHeader="1" |
|---|
| 510 | /> |
|---|
| 511 | </FileConfiguration> |
|---|
| 512 | <FileConfiguration |
|---|
| 513 | Name="Debug|Win32" |
|---|
| 514 | > |
|---|
| 515 | <Tool |
|---|
| 516 | Name="VCCLCompilerTool" |
|---|
| 517 | Optimization="0" |
|---|
| 518 | PreprocessorDefinitions="" |
|---|
| 519 | BasicRuntimeChecks="3" |
|---|
| 520 | UsePrecompiledHeader="1" |
|---|
| 521 | /> |
|---|
| 522 | </FileConfiguration> |
|---|
| 523 | <FileConfiguration |
|---|
| 524 | Name="Debug|x64" |
|---|
| 525 | > |
|---|
| 526 | <Tool |
|---|
| 527 | Name="VCCLCompilerTool" |
|---|
| 528 | Optimization="0" |
|---|
| 529 | PreprocessorDefinitions="" |
|---|
| 530 | BasicRuntimeChecks="3" |
|---|
| 531 | UsePrecompiledHeader="1" |
|---|
| 532 | /> |
|---|
| 533 | </FileConfiguration> |
|---|
| 534 | </File> |
|---|
| 535 | <File |
|---|
| 536 | RelativePath="Verify.cpp" |
|---|
| 537 | > |
|---|
| 538 | <FileConfiguration |
|---|
| 539 | Name="Release|Win32" |
|---|
| 540 | > |
|---|
| 541 | <Tool |
|---|
| 542 | Name="VCCLCompilerTool" |
|---|
| 543 | Optimization="1" |
|---|
| 544 | PreprocessorDefinitions="" |
|---|
| 545 | /> |
|---|
| 546 | </FileConfiguration> |
|---|
| 547 | <FileConfiguration |
|---|
| 548 | Name="Release|x64" |
|---|
| 549 | > |
|---|
| 550 | <Tool |
|---|
| 551 | Name="VCCLCompilerTool" |
|---|
| 552 | Optimization="1" |
|---|
| 553 | PreprocessorDefinitions="" |
|---|
| 554 | /> |
|---|
| 555 | </FileConfiguration> |
|---|
| 556 | <FileConfiguration |
|---|
| 557 | Name="Debug|Win32" |
|---|
| 558 | > |
|---|
| 559 | <Tool |
|---|
| 560 | Name="VCCLCompilerTool" |
|---|
| 561 | Optimization="0" |
|---|
| 562 | PreprocessorDefinitions="" |
|---|
| 563 | BasicRuntimeChecks="3" |
|---|
| 564 | /> |
|---|
| 565 | </FileConfiguration> |
|---|
| 566 | <FileConfiguration |
|---|
| 567 | Name="Debug|x64" |
|---|
| 568 | > |
|---|
| 569 | <Tool |
|---|
| 570 | Name="VCCLCompilerTool" |
|---|
| 571 | Optimization="0" |
|---|
| 572 | PreprocessorDefinitions="" |
|---|
| 573 | BasicRuntimeChecks="3" |
|---|
| 574 | /> |
|---|
| 575 | </FileConfiguration> |
|---|
| 576 | </File> |
|---|
| 577 | <File |
|---|
| 578 | RelativePath="Verify.rc" |
|---|
| 579 | > |
|---|
| 580 | </File> |
|---|
| 581 | <File |
|---|
| 582 | RelativePath="VerifyDlg.cpp" |
|---|
| 583 | > |
|---|
| 584 | <FileConfiguration |
|---|
| 585 | Name="Release|Win32" |
|---|
| 586 | > |
|---|
| 587 | <Tool |
|---|
| 588 | Name="VCCLCompilerTool" |
|---|
| 589 | Optimization="1" |
|---|
| 590 | PreprocessorDefinitions="" |
|---|
| 591 | /> |
|---|
| 592 | </FileConfiguration> |
|---|
| 593 | <FileConfiguration |
|---|
| 594 | Name="Release|x64" |
|---|
| 595 | > |
|---|
| 596 | <Tool |
|---|
| 597 | Name="VCCLCompilerTool" |
|---|
| 598 | Optimization="1" |
|---|
| 599 | PreprocessorDefinitions="" |
|---|
| 600 | /> |
|---|
| 601 | </FileConfiguration> |
|---|
| 602 | <FileConfiguration |
|---|
| 603 | Name="Debug|Win32" |
|---|
| 604 | > |
|---|
| 605 | <Tool |
|---|
| 606 | Name="VCCLCompilerTool" |
|---|
| 607 | Optimization="0" |
|---|
| 608 | PreprocessorDefinitions="" |
|---|
| 609 | BasicRuntimeChecks="3" |
|---|
| 610 | /> |
|---|
| 611 | </FileConfiguration> |
|---|
| 612 | <FileConfiguration |
|---|
| 613 | Name="Debug|x64" |
|---|
| 614 | > |
|---|
| 615 | <Tool |
|---|
| 616 | Name="VCCLCompilerTool" |
|---|
| 617 | Optimization="0" |
|---|
| 618 | PreprocessorDefinitions="" |
|---|
| 619 | BasicRuntimeChecks="3" |
|---|
| 620 | /> |
|---|
| 621 | </FileConfiguration> |
|---|
| 622 | </File> |
|---|
| 623 | <File |
|---|
| 624 | RelativePath="ViewerDlg.cpp" |
|---|
| 625 | > |
|---|
| 626 | <FileConfiguration |
|---|
| 627 | Name="Release|Win32" |
|---|
| 628 | > |
|---|
| 629 | <Tool |
|---|
| 630 | Name="VCCLCompilerTool" |
|---|
| 631 | Optimization="1" |
|---|
| 632 | PreprocessorDefinitions="" |
|---|
| 633 | /> |
|---|
| 634 | </FileConfiguration> |
|---|
| 635 | <FileConfiguration |
|---|
| 636 | Name="Release|x64" |
|---|
| 637 | > |
|---|
| 638 | <Tool |
|---|
| 639 | Name="VCCLCompilerTool" |
|---|
| 640 | Optimization="1" |
|---|
| 641 | PreprocessorDefinitions="" |
|---|
| 642 | /> |
|---|
| 643 | </FileConfiguration> |
|---|
| 644 | <FileConfiguration |
|---|
| 645 | Name="Debug|Win32" |
|---|
| 646 | > |
|---|
| 647 | <Tool |
|---|
| 648 | Name="VCCLCompilerTool" |
|---|
| 649 | Optimization="0" |
|---|
| 650 | PreprocessorDefinitions="" |
|---|
| 651 | BasicRuntimeChecks="3" |
|---|
| 652 | /> |
|---|
| 653 | </FileConfiguration> |
|---|
| 654 | <FileConfiguration |
|---|
| 655 | Name="Debug|x64" |
|---|
| 656 | > |
|---|
| 657 | <Tool |
|---|
| 658 | Name="VCCLCompilerTool" |
|---|
| 659 | Optimization="0" |
|---|
| 660 | PreprocessorDefinitions="" |
|---|
| 661 | BasicRuntimeChecks="3" |
|---|
| 662 | /> |
|---|
| 663 | </FileConfiguration> |
|---|
| 664 | </File> |
|---|
| 665 | </Filter> |
|---|
| 666 | <Filter |
|---|
| 667 | Name="Header Files" |
|---|
| 668 | Filter="h;hpp;hxx;hm;inl" |
|---|
| 669 | > |
|---|
| 670 | <File |
|---|
| 671 | RelativePath="..\EraserDll\EraserDll.h" |
|---|
| 672 | > |
|---|
| 673 | </File> |
|---|
| 674 | <File |
|---|
| 675 | RelativePath="..\shared\FileDialogEx.h" |
|---|
| 676 | > |
|---|
| 677 | </File> |
|---|
| 678 | <File |
|---|
| 679 | RelativePath="..\shared\FileTreeCtrl.h" |
|---|
| 680 | > |
|---|
| 681 | </File> |
|---|
| 682 | <File |
|---|
| 683 | RelativePath="..\shared\NewDialog.h" |
|---|
| 684 | > |
|---|
| 685 | </File> |
|---|
| 686 | <File |
|---|
| 687 | RelativePath="Resource.h" |
|---|
| 688 | > |
|---|
| 689 | </File> |
|---|
| 690 | <File |
|---|
| 691 | RelativePath="..\shared\SeException.h" |
|---|
| 692 | > |
|---|
| 693 | </File> |
|---|
| 694 | <File |
|---|
| 695 | RelativePath="StdAfx.h" |
|---|
| 696 | > |
|---|
| 697 | </File> |
|---|
| 698 | <File |
|---|
| 699 | RelativePath="Verify.h" |
|---|
| 700 | > |
|---|
| 701 | </File> |
|---|
| 702 | <File |
|---|
| 703 | RelativePath="VerifyDlg.h" |
|---|
| 704 | > |
|---|
| 705 | </File> |
|---|
| 706 | <File |
|---|
| 707 | RelativePath="..\version.h" |
|---|
| 708 | > |
|---|
| 709 | </File> |
|---|
| 710 | <File |
|---|
| 711 | RelativePath="ViewerDlg.h" |
|---|
| 712 | > |
|---|
| 713 | </File> |
|---|
| 714 | </Filter> |
|---|
| 715 | <Filter |
|---|
| 716 | Name="Resource Files" |
|---|
| 717 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" |
|---|
| 718 | > |
|---|
| 719 | <File |
|---|
| 720 | RelativePath="res\Verify.ico" |
|---|
| 721 | > |
|---|
| 722 | </File> |
|---|
| 723 | <File |
|---|
| 724 | RelativePath="res\Verify.rc2" |
|---|
| 725 | > |
|---|
| 726 | </File> |
|---|
| 727 | </Filter> |
|---|
| 728 | <File |
|---|
| 729 | RelativePath="ReadMe.txt" |
|---|
| 730 | > |
|---|
| 731 | </File> |
|---|
| 732 | </Files> |
|---|
| 733 | <Globals> |
|---|
| 734 | </Globals> |
|---|
| 735 | </VisualStudioProject> |
|---|