1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="libconfig++" 6 ProjectGUID="{A0C36CE7-D908-4573-8B69-249EEEB7D2BE}" 7 RootNamespace="libconfig_c" 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="131072" 10 > 11 <Platforms> 12 <Platform 13 Name="Win32" 14 /> 15 </Platforms> 16 <ToolFiles> 17 </ToolFiles> 18 <Configurations> 19 <Configuration 20 Name="Debug|Win32" 21 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 22 IntermediateDirectory="$(ProjectName).$(ConfigurationName)" 23 ConfigurationType="2" 24 CharacterSet="1" 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="lib" 45 PreprocessorDefinitions="LIBCONFIGXX_EXPORTS;LIBCONFIG_STATIC;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_DEBUG;_WINDOWS;_USRDLL" 46 RuntimeLibrary="3" 47 UsePrecompiledHeader="0" 48 /> 49 <Tool 50 Name="VCManagedResourceCompilerTool" 51 /> 52 <Tool 53 Name="VCResourceCompilerTool" 54 /> 55 <Tool 56 Name="VCPreLinkEventTool" 57 /> 58 <Tool 59 Name="VCLinkerTool" 60 AdditionalDependencies="Shlwapi.lib" 61 OutputFile="$(OutDir)\$(ProjectName)_d.dll" 62 LinkIncremental="2" 63 GenerateDebugInformation="true" 64 SubSystem="2" 65 RandomizedBaseAddress="1" 66 DataExecutionPrevention="0" 67 TargetMachine="1" 68 /> 69 <Tool 70 Name="VCALinkTool" 71 /> 72 <Tool 73 Name="VCManifestTool" 74 /> 75 <Tool 76 Name="VCXDCMakeTool" 77 /> 78 <Tool 79 Name="VCBscMakeTool" 80 /> 81 <Tool 82 Name="VCFxCopTool" 83 /> 84 <Tool 85 Name="VCAppVerifierTool" 86 /> 87 <Tool 88 Name="VCPostBuildEventTool" 89 /> 90 </Configuration> 91 <Configuration 92 Name="Release|Win32" 93 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 94 IntermediateDirectory="$(ProjectName).$(ConfigurationName)" 95 ConfigurationType="2" 96 CharacterSet="1" 97 WholeProgramOptimization="1" 98 > 99 <Tool 100 Name="VCPreBuildEventTool" 101 /> 102 <Tool 103 Name="VCCustomBuildTool" 104 /> 105 <Tool 106 Name="VCXMLDataGeneratorTool" 107 /> 108 <Tool 109 Name="VCWebServiceProxyGeneratorTool" 110 /> 111 <Tool 112 Name="VCMIDLTool" 113 /> 114 <Tool 115 Name="VCCLCompilerTool" 116 AdditionalIncludeDirectories="lib" 117 PreprocessorDefinitions="LIBCONFIGXX_EXPORTS;LIBCONFIG_STATIC;YY_NO_UNISTD_H;YY_USE_CONST;_CRT_SECURE_NO_DEPRECATE;_STDLIB_H" 118 RuntimeLibrary="2" 119 /> 120 <Tool 121 Name="VCManagedResourceCompilerTool" 122 /> 123 <Tool 124 Name="VCResourceCompilerTool" 125 /> 126 <Tool 127 Name="VCPreLinkEventTool" 128 /> 129 <Tool 130 Name="VCLinkerTool" 131 AdditionalDependencies="Shlwapi.lib" 132 OptimizeReferences="2" 133 EnableCOMDATFolding="2" 134 RandomizedBaseAddress="1" 135 DataExecutionPrevention="0" 136 TargetMachine="1" 137 /> 138 <Tool 139 Name="VCALinkTool" 140 /> 141 <Tool 142 Name="VCManifestTool" 143 /> 144 <Tool 145 Name="VCXDCMakeTool" 146 /> 147 <Tool 148 Name="VCBscMakeTool" 149 /> 150 <Tool 151 Name="VCFxCopTool" 152 /> 153 <Tool 154 Name="VCAppVerifierTool" 155 /> 156 <Tool 157 Name="VCPostBuildEventTool" 158 /> 159 </Configuration> 160 </Configurations> 161 <References> 162 </References> 163 <Files> 164 <Filter 165 Name="Source Files" 166 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 167 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 168 > 169 <File 170 RelativePath=".\grammar.c" 171 > 172 </File> 173 <File 174 RelativePath=".\libconfig.c" 175 > 176 </File> 177 <File 178 RelativePath=".\libconfigcpp.cc" 179 > 180 </File> 181 <File 182 RelativePath=".\scanctx.c" 183 > 184 </File> 185 <File 186 RelativePath=".\scanner.c" 187 > 188 </File> 189 <File 190 RelativePath=".\strbuf.c" 191 > 192 </File> 193 <File 194 RelativePath=".\strvec.c" 195 > 196 </File> 197 <File 198 RelativePath=".\util.c" 199 > 200 </File> 201 <File 202 RelativePath=".\wincompat.c" 203 > 204 </File> 205 </Filter> 206 <Filter 207 Name="Header Files" 208 Filter="h;hpp;hxx;hm;inl;inc;xsd" 209 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 210 > 211 <File 212 RelativePath="..\ac_config.h" 213 > 214 </File> 215 <File 216 RelativePath=".\grammar.h" 217 > 218 </File> 219 <File 220 RelativePath=".\libconfig.h" 221 > 222 </File> 223 <File 224 RelativePath=".\libconfig.hh" 225 > 226 </File> 227 <File 228 RelativePath=".\parsectx.h" 229 > 230 </File> 231 <File 232 RelativePath=".\scanctx.h" 233 > 234 </File> 235 <File 236 RelativePath=".\scanner.h" 237 > 238 </File> 239 <File 240 RelativePath=".\win32\stdint.h" 241 > 242 </File> 243 <File 244 RelativePath=".\strbuf.h" 245 > 246 </File> 247 <File 248 RelativePath=".\strvec.h" 249 > 250 </File> 251 <File 252 RelativePath=".\util.h" 253 > 254 </File> 255 <File 256 RelativePath=".\wincompat.h" 257 > 258 </File> 259 </Filter> 260 </Files> 261 <Globals> 262 </Globals> 263</VisualStudioProject> 264