github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/src/third_party/gflags/vsprojects/libgflags/libgflags-vs2003.vcproj (about) 1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="libgflags" 6 ProjectGUID="{FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}" 7 RootNamespace="libgflags" 8 Keyword="Win32Proj"> 9 <Platforms> 10 <Platform 11 Name="Win32"/> 12 </Platforms> 13 <Configurations> 14 <Configuration 15 Name="Debug|Win32" 16 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 17 IntermediateDirectory="$(ConfigurationName)" 18 ConfigurationType="2" 19 CharacterSet="2"> 20 <Tool 21 Name="VCCLCompilerTool" 22 Optimization="0" 23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBGFLAGS_EXPORTS" 24 MinimalRebuild="TRUE" 25 BasicRuntimeChecks="3" 26 RuntimeLibrary="1" 27 UsePrecompiledHeader="0" 28 WarningLevel="3" 29 DebugInformationFormat="4"/> 30 <Tool 31 Name="VCCustomBuildTool"/> 32 <Tool 33 Name="VCLinkerTool" 34 OutputFile="$(OutDir)/libgflags-debug.dll" 35 LinkIncremental="2" 36 GenerateDebugInformation="TRUE" 37 ProgramDatabaseFile="$(OutDir)/libgflags-debug.pdb" 38 SubSystem="2" 39 ImportLibrary="$(OutDir)/libgflags-debug.lib" 40 TargetMachine="1"/> 41 <Tool 42 Name="VCMIDLTool"/> 43 <Tool 44 Name="VCPostBuildEventTool"/> 45 <Tool 46 Name="VCPreBuildEventTool"/> 47 <Tool 48 Name="VCPreLinkEventTool"/> 49 <Tool 50 Name="VCResourceCompilerTool"/> 51 <Tool 52 Name="VCWebServiceProxyGeneratorTool"/> 53 <Tool 54 Name="VCXMLDataGeneratorTool"/> 55 <Tool 56 Name="VCWebDeploymentTool"/> 57 <Tool 58 Name="VCManagedWrapperGeneratorTool"/> 59 <Tool 60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 61 </Configuration> 62 <Configuration 63 Name="Release|Win32" 64 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 65 IntermediateDirectory="$(ConfigurationName)" 66 ConfigurationType="2" 67 CharacterSet="2"> 68 <Tool 69 Name="VCCLCompilerTool" 70 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBGFLAGS_EXPORTS" 71 RuntimeLibrary="0" 72 UsePrecompiledHeader="0" 73 WarningLevel="3" 74 DebugInformationFormat="3"/> 75 <Tool 76 Name="VCCustomBuildTool"/> 77 <Tool 78 Name="VCLinkerTool" 79 OutputFile="$(OutDir)/libgflags.dll" 80 LinkIncremental="1" 81 GenerateDebugInformation="TRUE" 82 SubSystem="2" 83 OptimizeReferences="2" 84 EnableCOMDATFolding="2" 85 ImportLibrary="$(OutDir)/libgflags.lib" 86 TargetMachine="1"/> 87 <Tool 88 Name="VCMIDLTool"/> 89 <Tool 90 Name="VCPostBuildEventTool"/> 91 <Tool 92 Name="VCPreBuildEventTool"/> 93 <Tool 94 Name="VCPreLinkEventTool"/> 95 <Tool 96 Name="VCResourceCompilerTool"/> 97 <Tool 98 Name="VCWebServiceProxyGeneratorTool"/> 99 <Tool 100 Name="VCXMLDataGeneratorTool"/> 101 <Tool 102 Name="VCWebDeploymentTool"/> 103 <Tool 104 Name="VCManagedWrapperGeneratorTool"/> 105 <Tool 106 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 107 </Configuration> 108 </Configurations> 109 <References> 110 </References> 111 <Files> 112 <Filter 113 Name="Source Files" 114 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 115 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 116 <File 117 RelativePath="..\..\src\gflags.cc"> 118 <FileConfiguration 119 Name="Debug|Win32"> 120 <Tool 121 Name="VCCLCompilerTool" 122 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src" 123 RuntimeLibrary="3"/> 124 </FileConfiguration> 125 <FileConfiguration 126 Name="Release|Win32"> 127 <Tool 128 Name="VCCLCompilerTool" 129 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src" 130 RuntimeLibrary="2"/> 131 </FileConfiguration> 132 </File> 133 <File 134 RelativePath="..\..\src\gflags_reporting.cc"> 135 <FileConfiguration 136 Name="Debug|Win32"> 137 <Tool 138 Name="VCCLCompilerTool" 139 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src" 140 RuntimeLibrary="3"/> 141 </FileConfiguration> 142 <FileConfiguration 143 Name="Release|Win32"> 144 <Tool 145 Name="VCCLCompilerTool" 146 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src" 147 RuntimeLibrary="2"/> 148 </FileConfiguration> 149 </File> 150 <File 151 RelativePath="..\..\src\gflags_completions.cc"> 152 <FileConfiguration 153 Name="Debug|Win32"> 154 <Tool 155 Name="VCCLCompilerTool" 156 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src" 157 RuntimeLibrary="3"/> 158 </FileConfiguration> 159 <FileConfiguration 160 Name="Release|Win32"> 161 <Tool 162 Name="VCCLCompilerTool" 163 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src" 164 RuntimeLibrary="2"/> 165 </FileConfiguration> 166 </File> 167 <File 168 RelativePath="..\..\src\windows\port.cc"> 169 <FileConfiguration 170 Name="Debug|Win32"> 171 <Tool 172 Name="VCCLCompilerTool" 173 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src" 174 RuntimeLibrary="3"/> 175 </FileConfiguration> 176 <FileConfiguration 177 Name="Release|Win32"> 178 <Tool 179 Name="VCCLCompilerTool" 180 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src" 181 RuntimeLibrary="2"/> 182 </FileConfiguration> 183 </File> 184 </Filter> 185 <Filter 186 Name="Header Files" 187 Filter="h;hpp;hxx;hm;inl;inc;xsd" 188 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 189 <File 190 RelativePath="..\..\src\mutex.h"> 191 </File> 192 <File 193 RelativePath="..\..\src\windows\gflags\gflags.h"> 194 </File> 195 <File 196 RelativePath="..\..\src\windows\gflags\gflags_declare.h"> 197 </File> 198 <File 199 RelativePath="..\..\src\windows\gflags\gflags_completions.h"> 200 </File> 201 <File 202 RelativePath="..\..\src\windows\config.h"> 203 </File> 204 <File 205 RelativePath="..\..\src\windows\port.h"> 206 </File> 207 </Filter> 208 </Files> 209 <Globals> 210 </Globals> 211 </VisualStudioProject>