1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="libconfig_tests" 6 ProjectGUID="{E4FF1E84-9D5A-4A45-A5E5-8B99CA895172}" 7 RootNamespace="libconfig_tests" 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="1" 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 AdditionalIncludeDirectories="../lib;../tinytest" 44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 45 RuntimeLibrary="3" 46 CompileAs="1" 47 /> 48 <Tool 49 Name="VCManagedResourceCompilerTool" 50 /> 51 <Tool 52 Name="VCResourceCompilerTool" 53 /> 54 <Tool 55 Name="VCPreLinkEventTool" 56 /> 57 <Tool 58 Name="VCLinkerTool" 59 GenerateDebugInformation="true" 60 SubSystem="1" 61 RandomizedBaseAddress="1" 62 DataExecutionPrevention="0" 63 TargetMachine="1" 64 /> 65 <Tool 66 Name="VCALinkTool" 67 /> 68 <Tool 69 Name="VCManifestTool" 70 /> 71 <Tool 72 Name="VCXDCMakeTool" 73 /> 74 <Tool 75 Name="VCBscMakeTool" 76 /> 77 <Tool 78 Name="VCFxCopTool" 79 /> 80 <Tool 81 Name="VCAppVerifierTool" 82 /> 83 <Tool 84 Name="VCPostBuildEventTool" 85 /> 86 </Configuration> 87 <Configuration 88 Name="Release|Win32" 89 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 90 IntermediateDirectory="$(ProjectName).$(ConfigurationName)" 91 ConfigurationType="1" 92 CharacterSet="1" 93 WholeProgramOptimization="1" 94 > 95 <Tool 96 Name="VCPreBuildEventTool" 97 /> 98 <Tool 99 Name="VCCustomBuildTool" 100 /> 101 <Tool 102 Name="VCXMLDataGeneratorTool" 103 /> 104 <Tool 105 Name="VCWebServiceProxyGeneratorTool" 106 /> 107 <Tool 108 Name="VCMIDLTool" 109 /> 110 <Tool 111 Name="VCCLCompilerTool" 112 AdditionalIncludeDirectories="../lib;../tinytest" 113 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" 114 RuntimeLibrary="2" 115 UsePrecompiledHeader="0" 116 CompileAs="1" 117 /> 118 <Tool 119 Name="VCManagedResourceCompilerTool" 120 /> 121 <Tool 122 Name="VCResourceCompilerTool" 123 /> 124 <Tool 125 Name="VCPreLinkEventTool" 126 /> 127 <Tool 128 Name="VCLinkerTool" 129 SubSystem="1" 130 RandomizedBaseAddress="1" 131 DataExecutionPrevention="0" 132 TargetMachine="1" 133 /> 134 <Tool 135 Name="VCALinkTool" 136 /> 137 <Tool 138 Name="VCManifestTool" 139 /> 140 <Tool 141 Name="VCXDCMakeTool" 142 /> 143 <Tool 144 Name="VCBscMakeTool" 145 /> 146 <Tool 147 Name="VCFxCopTool" 148 /> 149 <Tool 150 Name="VCAppVerifierTool" 151 /> 152 <Tool 153 Name="VCPostBuildEventTool" 154 /> 155 </Configuration> 156 </Configurations> 157 <References> 158 </References> 159 <Files> 160 <Filter 161 Name="Source Files" 162 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 163 > 164 <File 165 RelativePath=".\tests.c" 166 > 167 </File> 168 </Filter> 169 <Filter 170 Name="Header Files" 171 Filter="h;hpp;hxx;hm;inl;inc;xsd" 172 > 173 </Filter> 174 <Filter 175 Name="Data Files" 176 > 177 <File 178 RelativePath=".\testdata\bad_input_0.cfg" 179 > 180 </File> 181 <File 182 RelativePath=".\testdata\bad_input_1.cfg" 183 > 184 </File> 185 <File 186 RelativePath=".\testdata\input_0.cfg" 187 > 188 </File> 189 <File 190 RelativePath=".\testdata\input_1.cfg" 191 > 192 </File> 193 <File 194 RelativePath=".\testdata\input_2.cfg" 195 > 196 </File> 197 <File 198 RelativePath=".\testdata\input_3.cfg" 199 > 200 </File> 201 <File 202 RelativePath=".\testdata\input_4.cfg" 203 > 204 </File> 205 <File 206 RelativePath=".\testdata\output_0.cfg" 207 > 208 </File> 209 <File 210 RelativePath=".\testdata\output_1.cfg" 211 > 212 </File> 213 <File 214 RelativePath=".\testdata\output_2.cfg" 215 > 216 </File> 217 <File 218 RelativePath=".\testdata\output_3.cfg" 219 > 220 </File> 221 <File 222 RelativePath=".\testdata\output_4.cfg" 223 > 224 </File> 225 <File 226 RelativePath=".\testdata\parse_error_0.txt" 227 > 228 </File> 229 <File 230 RelativePath=".\testdata\parse_error_1.txt" 231 > 232 </File> 233 </Filter> 234 </Files> 235 <Globals> 236 </Globals> 237</VisualStudioProject> 238