1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="file_lock_test" 6 ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792639}" 7 Keyword="Win32Proj"> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Debug|Win32" 15 OutputDirectory="../../Bin/Win32/Debug" 16 IntermediateDirectory="Debug/file_lock_test" 17 ConfigurationType="1" 18 CharacterSet="2"> 19 <Tool 20 Name="VCCLCompilerTool" 21 Optimization="0" 22 AdditionalIncludeDirectories="../../../.." 23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_DATE_TIME_NO_LIB" 24 MinimalRebuild="TRUE" 25 BasicRuntimeChecks="3" 26 RuntimeLibrary="3" 27 UsePrecompiledHeader="0" 28 WarningLevel="3" 29 Detect64BitPortabilityProblems="TRUE" 30 DebugInformationFormat="3"/> 31 <Tool 32 Name="VCCustomBuildTool"/> 33 <Tool 34 Name="VCLinkerTool" 35 AdditionalDependencies="winmm.lib" 36 OutputFile="$(OutDir)/file_lock_test_d.exe" 37 LinkIncremental="1" 38 AdditionalLibraryDirectories="../../../../stage/lib" 39 GenerateDebugInformation="TRUE" 40 ProgramDatabaseFile="$(OutDir)/file_lock_test.pdb" 41 SubSystem="1" 42 TargetMachine="1" 43 FixedBaseAddress="1"/> 44 <Tool 45 Name="VCMIDLTool"/> 46 <Tool 47 Name="VCPostBuildEventTool"/> 48 <Tool 49 Name="VCPreBuildEventTool"/> 50 <Tool 51 Name="VCPreLinkEventTool"/> 52 <Tool 53 Name="VCResourceCompilerTool"/> 54 <Tool 55 Name="VCWebServiceProxyGeneratorTool"/> 56 <Tool 57 Name="VCXMLDataGeneratorTool"/> 58 <Tool 59 Name="VCWebDeploymentTool"/> 60 <Tool 61 Name="VCManagedWrapperGeneratorTool"/> 62 <Tool 63 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 64 </Configuration> 65 <Configuration 66 Name="Release|Win32" 67 OutputDirectory="../../Bin/Win32/Release" 68 IntermediateDirectory="Release/file_lock_test" 69 ConfigurationType="1" 70 CharacterSet="2"> 71 <Tool 72 Name="VCCLCompilerTool" 73 AdditionalIncludeDirectories="../../../.." 74 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BOOST_DATE_TIME_NO_LIB" 75 RuntimeLibrary="2" 76 UsePrecompiledHeader="0" 77 WarningLevel="3" 78 Detect64BitPortabilityProblems="TRUE" 79 DebugInformationFormat="0"/> 80 <Tool 81 Name="VCCustomBuildTool"/> 82 <Tool 83 Name="VCLinkerTool" 84 AdditionalDependencies="winmm.lib" 85 OutputFile="$(OutDir)/file_lock_test.exe" 86 LinkIncremental="1" 87 AdditionalLibraryDirectories="../../../../stage/lib" 88 GenerateDebugInformation="TRUE" 89 SubSystem="1" 90 OptimizeReferences="2" 91 EnableCOMDATFolding="2" 92 TargetMachine="1"/> 93 <Tool 94 Name="VCMIDLTool"/> 95 <Tool 96 Name="VCPostBuildEventTool"/> 97 <Tool 98 Name="VCPreBuildEventTool"/> 99 <Tool 100 Name="VCPreLinkEventTool"/> 101 <Tool 102 Name="VCResourceCompilerTool"/> 103 <Tool 104 Name="VCWebServiceProxyGeneratorTool"/> 105 <Tool 106 Name="VCXMLDataGeneratorTool"/> 107 <Tool 108 Name="VCWebDeploymentTool"/> 109 <Tool 110 Name="VCManagedWrapperGeneratorTool"/> 111 <Tool 112 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 113 </Configuration> 114 </Configurations> 115 <References> 116 </References> 117 <Files> 118 <Filter 119 Name="Source Files" 120 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 121 UniqueIdentifier="{7FCFEF41-3746-C7A5-8B8E-A352A2F22D7F}"> 122 <File 123 RelativePath="..\..\test\file_lock_test.cpp"> 124 </File> 125 </Filter> 126 <Filter 127 Name="Header Files" 128 Filter="h;hpp;hxx;hm;inl;inc;xsd" 129 UniqueIdentifier="{95393980-8912-4b74-66A0-607BE52EB5FB}"> 130 </Filter> 131 </Files> 132 <Globals> 133 </Globals> 134</VisualStudioProject> 135