Home | History | Annotate | Download | only in test
      1 <?xml version="1.0" encoding = "Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="7.00"
      5 	Name="FileClient"
      6 	ProjectGUID="{C3B49855-CD45-448E-991E-3E4C9B02F465}"
      7 	SccProjectName=""
      8 	SccLocalPath="">
      9 	<Platforms>
     10 		<Platform
     11 			Name="Win32"/>
     12 	</Platforms>
     13 	<Configurations>
     14 		<Configuration
     15 			Name="Release|Win32"
     16 			OutputDirectory=".\Release"
     17 			IntermediateDirectory=".\Release"
     18 			ConfigurationType="1"
     19 			UseOfMFC="0"
     20 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
     21 			CharacterSet="2">
     22 			<Tool
     23 				Name="VCCLCompilerTool"
     24 				InlineFunctionExpansion="1"
     25 				AdditionalIncludeDirectories="..\src"
     26 				PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,_WINDOWS"
     27 				StringPooling="TRUE"
     28 				RuntimeLibrary="2"
     29 				EnableFunctionLevelLinking="TRUE"
     30 				PrecompiledHeaderFile=".\Release/FileClient.pch"
     31 				AssemblerListingLocation=".\Release/"
     32 				ObjectFile=".\Release/"
     33 				ProgramDataBaseFileName=".\Release/"
     34 				WarningLevel="3"
     35 				SuppressStartupBanner="TRUE"
     36 				CompileAs="0">
     37 				<IntelOptions
     38 					Optimization="2"
     39 					InlineFuncExpansion="1"
     40 					OmitFramePtrs="1"
     41 					StringPooling="1"
     42 					RuntimeLibrary="2"
     43 					BufferSecurityCheck="1"
     44 					FunctionLevelLinking="1"
     45 					AllOptions="/c  /I &quot;..\src&quot; /nologo /W3 /O2 /Ob1 /Oy /D &quot;WIN32&quot; /D &quot;NDEBUG&quot; /D &quot;_CONSOLE&quot; /D &quot;_WINDOWS&quot; /D &quot;_MBCS&quot; /GF /FD /EHsc /MD /GS /Gy /Fp&quot;.\Release/FileClient.pch&quot; /Fo&quot;.\Release/&quot; /Fd&quot;.\Release/&quot; /Gd"/>
     46 			</Tool>
     47 			<Tool
     48 				Name="VCCustomBuildTool"/>
     49 			<Tool
     50 				Name="VCLinkerTool"
     51 				AdditionalOptions="/MACHINE:I386"
     52 				AdditionalDependencies="xmlrpc.lib Ws2_32.lib odbc32.lib odbccp32.lib"
     53 				OutputFile=".\Release/FileClient.exe"
     54 				LinkIncremental="1"
     55 				SuppressStartupBanner="TRUE"
     56 				AdditionalLibraryDirectories="..\release"
     57 				ProgramDatabaseFile=".\Release/FileClient.pdb"
     58 				SubSystem="1">
     59 				<IntelOptions
     60 					AllOptions="/NOLOGO /OUT:&quot;.\Release/FileClient.exe&quot; /INCREMENTAL:NO /LIBPATH:&quot;..\release&quot; xmlrpc.lib Ws2_32.lib odbc32.lib odbccp32.lib /PDB:&quot;.\Release/FileClient.pdb&quot; /SUBSYSTEM:CONSOLE /TLBID:1 /MACHINE:I386 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"/>
     61 			</Tool>
     62 			<Tool
     63 				Name="VCMIDLTool"
     64 				TypeLibraryName=".\Release/FileClient.tlb"/>
     65 			<Tool
     66 				Name="VCPostBuildEventTool"/>
     67 			<Tool
     68 				Name="VCPreBuildEventTool"/>
     69 			<Tool
     70 				Name="VCPreLinkEventTool"/>
     71 			<Tool
     72 				Name="VCResourceCompilerTool"
     73 				PreprocessorDefinitions="NDEBUG"
     74 				Culture="1033"/>
     75 			<Tool
     76 				Name="VCWebServiceProxyGeneratorTool"/>
     77 			<Tool
     78 				Name="VCWebDeploymentTool"/>
     79 			<IntelOptions
     80 				CompilerName="1"/>
     81 		</Configuration>
     82 		<Configuration
     83 			Name="Debug|Win32"
     84 			OutputDirectory=".\Debug"
     85 			IntermediateDirectory=".\Debug"
     86 			ConfigurationType="1"
     87 			UseOfMFC="0"
     88 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
     89 			CharacterSet="2">
     90 			<Tool
     91 				Name="VCCLCompilerTool"
     92 				Optimization="0"
     93 				AdditionalIncludeDirectories="..\src"
     94 				PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,_WINDOWS"
     95 				BasicRuntimeChecks="3"
     96 				RuntimeLibrary="3"
     97 				PrecompiledHeaderFile=".\Debug/FileClient.pch"
     98 				AssemblerListingLocation=".\Debug/"
     99 				ObjectFile=".\Debug/"
    100 				ProgramDataBaseFileName=".\Debug/"
    101 				WarningLevel="3"
    102 				SuppressStartupBanner="TRUE"
    103 				DebugInformationFormat="4"
    104 				CompileAs="0">
    105 				<IntelOptions
    106 					Optimization="0"
    107 					MinimalRebuild="1"
    108 					BasicRuntimeChecks="3"
    109 					RuntimeLibrary="3"
    110 					AllOptions="/c  /I &quot;..\src&quot; /ZI /nologo /W3 /Od /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_CONSOLE&quot; /D &quot;_WINDOWS&quot; /D &quot;_MBCS&quot; /Gm /EHsc /RTC1 /MDd /Fp&quot;.\Debug/FileClient.pch&quot; /Fo&quot;.\Debug/&quot; /Fd&quot;.\Debug/&quot; /Gd"/>
    111 			</Tool>
    112 			<Tool
    113 				Name="VCCustomBuildTool"/>
    114 			<Tool
    115 				Name="VCLinkerTool"
    116 				AdditionalOptions="/MACHINE:I386"
    117 				AdditionalDependencies="xmlrpc.lib Ws2_32.lib odbc32.lib odbccp32.lib"
    118 				OutputFile=".\Debug/FileClient.exe"
    119 				LinkIncremental="2"
    120 				SuppressStartupBanner="TRUE"
    121 				AdditionalLibraryDirectories="..\Debug"
    122 				GenerateDebugInformation="TRUE"
    123 				ProgramDatabaseFile=".\Debug/FileClient.pdb"
    124 				SubSystem="1">
    125 				<IntelOptions
    126 					AllOptions="/NOLOGO /OUT:&quot;.\Debug/FileClient.exe&quot; /INCREMENTAL /LIBPATH:&quot;..\Debug&quot; xmlrpc.lib Ws2_32.lib odbc32.lib odbccp32.lib /DEBUG /PDB:&quot;.\Debug/FileClient.pdb&quot; /SUBSYSTEM:CONSOLE /TLBID:1 /MACHINE:I386 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"/>
    127 			</Tool>
    128 			<Tool
    129 				Name="VCMIDLTool"
    130 				TypeLibraryName=".\Debug/FileClient.tlb"/>
    131 			<Tool
    132 				Name="VCPostBuildEventTool"/>
    133 			<Tool
    134 				Name="VCPreBuildEventTool"/>
    135 			<Tool
    136 				Name="VCPreLinkEventTool"/>
    137 			<Tool
    138 				Name="VCResourceCompilerTool"
    139 				PreprocessorDefinitions="_DEBUG"
    140 				Culture="1033"/>
    141 			<Tool
    142 				Name="VCWebServiceProxyGeneratorTool"/>
    143 			<Tool
    144 				Name="VCWebDeploymentTool"/>
    145 			<IntelOptions
    146 				CompilerName="1"/>
    147 		</Configuration>
    148 	</Configurations>
    149 	<Files>
    150 		<Filter
    151 			Name="Source Files"
    152 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
    153 			<File
    154 				RelativePath=".\FileClient.cpp"/>
    155 		</Filter>
    156 	</Files>
    157 	<Globals/>
    158 </VisualStudioProject>
    159