1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="vcdiff" 6 ProjectGUID="{D11A04C5-0B05-4E08-AAB2-8BC64DE56A84}" 7 RootNamespace="vcdiff" 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;../../gflags/src/windows;../../gflags/src" 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 AdditionalDependencies="$(OutDir)\vcddec.lib $(OutDir)\vcdenc.lib $(OutDir)\vcdcom.lib" 68 LinkIncremental="2" 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 /> 97 </Configuration> 98 <Configuration 99 Name="Release|Win32" 100 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 101 IntermediateDirectory="$(ConfigurationName)" 102 ConfigurationType="1" 103 CharacterSet="1" 104 WholeProgramOptimization="1" 105 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm" 106 > 107 <Tool 108 Name="VCPreBuildEventTool" 109 /> 110 <Tool 111 Name="VCCustomBuildTool" 112 /> 113 <Tool 114 Name="VCXMLDataGeneratorTool" 115 /> 116 <Tool 117 Name="VCWebServiceProxyGeneratorTool" 118 /> 119 <Tool 120 Name="VCMIDLTool" 121 /> 122 <Tool 123 Name="VCCLCompilerTool" 124 AdditionalIncludeDirectories="../..;../../src;../../vsprojects;../../gflags/src/windows;../../gflags/src" 125 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 126 RuntimeLibrary="2" 127 DefaultCharIsUnsigned="true" 128 UsePrecompiledHeader="0" 129 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb" 130 WarningLevel="3" 131 Detect64BitPortabilityProblems="true" 132 DebugInformationFormat="3" 133 /> 134 <Tool 135 Name="VCManagedResourceCompilerTool" 136 /> 137 <Tool 138 Name="VCResourceCompilerTool" 139 /> 140 <Tool 141 Name="VCPreLinkEventTool" 142 /> 143 <Tool 144 Name="VCLinkerTool" 145 AdditionalDependencies="$(OutDir)\vcddec.lib $(OutDir)\vcdenc.lib $(OutDir)\vcdcom.lib" 146 LinkIncremental="1" 147 GenerateDebugInformation="true" 148 SubSystem="1" 149 OptimizeReferences="2" 150 EnableCOMDATFolding="2" 151 TargetMachine="1" 152 /> 153 <Tool 154 Name="VCALinkTool" 155 /> 156 <Tool 157 Name="VCManifestTool" 158 /> 159 <Tool 160 Name="VCXDCMakeTool" 161 /> 162 <Tool 163 Name="VCBscMakeTool" 164 /> 165 <Tool 166 Name="VCFxCopTool" 167 /> 168 <Tool 169 Name="VCAppVerifierTool" 170 /> 171 <Tool 172 Name="VCWebDeploymentTool" 173 /> 174 <Tool 175 Name="VCPostBuildEventTool" 176 /> 177 </Configuration> 178 </Configurations> 179 <References> 180 </References> 181 <Files> 182 <Filter 183 Name="Source Files" 184 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 185 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 186 > 187 <File 188 RelativePath="..\..\gflags\src\gflags.cc" 189 > 190 <FileConfiguration 191 Name="Debug|Win32" 192 > 193 <Tool 194 Name="VCCLCompilerTool" 195 DisableSpecificWarnings="4996" 196 /> 197 </FileConfiguration> 198 <FileConfiguration 199 Name="Release|Win32" 200 > 201 <Tool 202 Name="VCCLCompilerTool" 203 DisableSpecificWarnings="4996" 204 /> 205 </FileConfiguration> 206 </File> 207 <File 208 RelativePath="..\..\gflags\src\gflags_completions.cc" 209 > 210 </File> 211 <File 212 RelativePath="..\..\gflags\src\gflags_reporting.cc" 213 > 214 </File> 215 <File 216 RelativePath="..\..\src\vcdiff_main.cc" 217 > 218 <FileConfiguration 219 Name="Debug|Win32" 220 > 221 <Tool 222 Name="VCCLCompilerTool" 223 DisableSpecificWarnings="4996" 224 /> 225 </FileConfiguration> 226 <FileConfiguration 227 Name="Release|Win32" 228 > 229 <Tool 230 Name="VCCLCompilerTool" 231 DisableSpecificWarnings="4996" 232 /> 233 </FileConfiguration> 234 </File> 235 </Filter> 236 <Filter 237 Name="Header Files" 238 Filter="h;hpp;hxx;hm;inl;inc;xsd" 239 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 240 > 241 <File 242 RelativePath="..\config.h" 243 > 244 </File> 245 <File 246 RelativePath="..\..\gflags\src\gflags\gflags.h" 247 > 248 </File> 249 <File 250 RelativePath="..\..\gflags\src\mutex.h" 251 > 252 </File> 253 </Filter> 254 <Filter 255 Name="Resource Files" 256 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 257 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 258 > 259 </Filter> 260 </Files> 261 <Globals> 262 </Globals> 263 </VisualStudioProject> 264