Home | History | Annotate | Download | only in vcdiffengine_test
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="vcdiffengine_test"
      6 	ProjectGUID="{890398AC-020D-48C7-A054-6E03B1403AC7}"
      7 	RootNamespace="vcdiffengine_test"
      8 	Keyword="Win32Proj"
      9 	>
     10 	<Platforms>
     11 		<Platform
     12 			Name="Win32"
     13 		/>
     14 	</Platforms>
     15 	<ToolFiles>
     16 	</ToolFiles>
     17 	<Configurations>
     18 		<Configuration
     19 			Name="Debug|Win32"
     20 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
     21 			IntermediateDirectory="$(ConfigurationName)"
     22 			ConfigurationType="1"
     23 			CharacterSet="1"
     24 			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
     25 			>
     26 			<Tool
     27 				Name="VCPreBuildEventTool"
     28 			/>
     29 			<Tool
     30 				Name="VCCustomBuildTool"
     31 			/>
     32 			<Tool
     33 				Name="VCXMLDataGeneratorTool"
     34 			/>
     35 			<Tool
     36 				Name="VCWebServiceProxyGeneratorTool"
     37 			/>
     38 			<Tool
     39 				Name="VCMIDLTool"
     40 			/>
     41 			<Tool
     42 				Name="VCCLCompilerTool"
     43 				Optimization="0"
     44 				AdditionalIncludeDirectories="../..;../../src;../../vsprojects"
     45 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
     46 				MinimalRebuild="true"
     47 				BasicRuntimeChecks="3"
     48 				RuntimeLibrary="3"
     49 				DefaultCharIsUnsigned="true"
     50 				UsePrecompiledHeader="0"
     51 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
     52 				WarningLevel="3"
     53 				Detect64BitPortabilityProblems="true"
     54 				DebugInformationFormat="4"
     55 			/>
     56 			<Tool
     57 				Name="VCManagedResourceCompilerTool"
     58 			/>
     59 			<Tool
     60 				Name="VCResourceCompilerTool"
     61 			/>
     62 			<Tool
     63 				Name="VCPreLinkEventTool"
     64 			/>
     65 			<Tool
     66 				Name="VCLinkerTool"
     67 				LinkIncremental="2"
     68 				AdditionalLibraryDirectories=""
     69 				GenerateDebugInformation="true"
     70 				SubSystem="1"
     71 				TargetMachine="1"
     72 			/>
     73 			<Tool
     74 				Name="VCALinkTool"
     75 			/>
     76 			<Tool
     77 				Name="VCManifestTool"
     78 			/>
     79 			<Tool
     80 				Name="VCXDCMakeTool"
     81 			/>
     82 			<Tool
     83 				Name="VCBscMakeTool"
     84 			/>
     85 			<Tool
     86 				Name="VCFxCopTool"
     87 			/>
     88 			<Tool
     89 				Name="VCAppVerifierTool"
     90 			/>
     91 			<Tool
     92 				Name="VCWebDeploymentTool"
     93 			/>
     94 			<Tool
     95 				Name="VCPostBuildEventTool"
     96 				CommandLine="$(OutDir)\$(ProjectName).exe"
     97 			/>
     98 		</Configuration>
     99 		<Configuration
    100 			Name="Release|Win32"
    101 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    102 			IntermediateDirectory="$(ConfigurationName)"
    103 			ConfigurationType="1"
    104 			CharacterSet="1"
    105 			WholeProgramOptimization="1"
    106 			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
    107 			>
    108 			<Tool
    109 				Name="VCPreBuildEventTool"
    110 			/>
    111 			<Tool
    112 				Name="VCCustomBuildTool"
    113 			/>
    114 			<Tool
    115 				Name="VCXMLDataGeneratorTool"
    116 			/>
    117 			<Tool
    118 				Name="VCWebServiceProxyGeneratorTool"
    119 			/>
    120 			<Tool
    121 				Name="VCMIDLTool"
    122 			/>
    123 			<Tool
    124 				Name="VCCLCompilerTool"
    125 				AdditionalIncludeDirectories="../..;../../src;../../vsprojects"
    126 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
    127 				RuntimeLibrary="2"
    128 				DefaultCharIsUnsigned="true"
    129 				UsePrecompiledHeader="0"
    130 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
    131 				WarningLevel="3"
    132 				Detect64BitPortabilityProblems="true"
    133 				DebugInformationFormat="3"
    134 			/>
    135 			<Tool
    136 				Name="VCManagedResourceCompilerTool"
    137 			/>
    138 			<Tool
    139 				Name="VCResourceCompilerTool"
    140 			/>
    141 			<Tool
    142 				Name="VCPreLinkEventTool"
    143 			/>
    144 			<Tool
    145 				Name="VCLinkerTool"
    146 				LinkIncremental="1"
    147 				AdditionalLibraryDirectories=""
    148 				GenerateDebugInformation="true"
    149 				SubSystem="1"
    150 				OptimizeReferences="2"
    151 				EnableCOMDATFolding="2"
    152 				TargetMachine="1"
    153 			/>
    154 			<Tool
    155 				Name="VCALinkTool"
    156 			/>
    157 			<Tool
    158 				Name="VCManifestTool"
    159 			/>
    160 			<Tool
    161 				Name="VCXDCMakeTool"
    162 			/>
    163 			<Tool
    164 				Name="VCBscMakeTool"
    165 			/>
    166 			<Tool
    167 				Name="VCFxCopTool"
    168 			/>
    169 			<Tool
    170 				Name="VCAppVerifierTool"
    171 			/>
    172 			<Tool
    173 				Name="VCWebDeploymentTool"
    174 			/>
    175 			<Tool
    176 				Name="VCPostBuildEventTool"
    177 				CommandLine="$(OutDir)\$(ProjectName).exe"
    178 			/>
    179 		</Configuration>
    180 	</Configurations>
    181 	<References>
    182 	</References>
    183 	<Files>
    184 		<Filter
    185 			Name="Source Files"
    186 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    187 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    188 			>
    189 			<File
    190 				RelativePath="..\..\src\vcdiffengine_test.cc"
    191 				>
    192 			</File>
    193 		</Filter>
    194 		<Filter
    195 			Name="Header Files"
    196 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    197 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    198 			>
    199 		</Filter>
    200 		<Filter
    201 			Name="Resource Files"
    202 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    203 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    204 			>
    205 		</Filter>
    206 	</Files>
    207 	<Globals>
    208 	</Globals>
    209 </VisualStudioProject>
    210