Chris Craik | ca2bf81 | 2013-07-29 15:28:30 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
| 4 | Version="7.10" |
| 5 | Name="pngtest" |
| 6 | RootNamespace="pngtest"> |
| 7 | <Platforms> |
| 8 | <Platform |
| 9 | Name="Win32"/> |
| 10 | </Platforms> |
| 11 | <Configurations> |
| 12 | <Configuration |
| 13 | Name="DLL Release|Win32" |
| 14 | OutputDirectory=".\Win32_DLL_Release\Test" |
| 15 | IntermediateDirectory=".\Win32_DLL_Release\Test" |
| 16 | ConfigurationType="1"> |
| 17 | <Tool |
| 18 | Name="VCCLCompilerTool" |
| 19 | InlineFunctionExpansion="1" |
| 20 | AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib" |
| 21 | PreprocessorDefinitions="WIN32;NDEBUG;PNG_DLL;PNG_NO_STDIO;_CRT_SECURE_NO_WARNINGS" |
| 22 | StringPooling="TRUE" |
| 23 | RuntimeLibrary="2" |
| 24 | EnableFunctionLevelLinking="TRUE" |
| 25 | WarningLevel="3" |
| 26 | CompileAs="0"/> |
| 27 | <Tool |
| 28 | Name="VCCustomBuildTool" |
| 29 | Description="Testing..." |
| 30 | CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib |
| 31 | $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png" |
| 32 | Outputs="$(IntDir)\pngout.png"/> |
| 33 | <Tool |
| 34 | Name="VCLinkerTool" |
| 35 | OutputFile="$(OutDir)/pngtest.exe" |
| 36 | LinkIncremental="1" |
| 37 | SubSystem="1"/> |
| 38 | <Tool |
| 39 | Name="VCMIDLTool"/> |
| 40 | <Tool |
| 41 | Name="VCPostBuildEventTool"/> |
| 42 | <Tool |
| 43 | Name="VCPreBuildEventTool"/> |
| 44 | <Tool |
| 45 | Name="VCPreLinkEventTool"/> |
| 46 | <Tool |
| 47 | Name="VCResourceCompilerTool"/> |
| 48 | <Tool |
| 49 | Name="VCWebServiceProxyGeneratorTool"/> |
| 50 | <Tool |
| 51 | Name="VCXMLDataGeneratorTool"/> |
| 52 | <Tool |
| 53 | Name="VCWebDeploymentTool"/> |
| 54 | <Tool |
| 55 | Name="VCManagedWrapperGeneratorTool"/> |
| 56 | <Tool |
| 57 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 58 | </Configuration> |
| 59 | <Configuration |
| 60 | Name="DLL Debug|Win32" |
| 61 | OutputDirectory=".\Win32_DLL_Debug\Test" |
| 62 | IntermediateDirectory=".\Win32_DLL_Debug\Test" |
| 63 | ConfigurationType="1"> |
| 64 | <Tool |
| 65 | Name="VCCLCompilerTool" |
| 66 | Optimization="0" |
| 67 | AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib" |
| 68 | PreprocessorDefinitions="WIN32;_DEBUG;PNG_DLL;PNG_NO_STDIO;_CRT_SECURE_NO_WARNINGS" |
| 69 | BasicRuntimeChecks="3" |
| 70 | RuntimeLibrary="3" |
| 71 | WarningLevel="3" |
| 72 | DebugInformationFormat="4" |
| 73 | CompileAs="0"/> |
| 74 | <Tool |
| 75 | Name="VCCustomBuildTool" |
| 76 | Description="Testing..." |
| 77 | CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib |
| 78 | $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png" |
| 79 | Outputs="$(IntDir)\pngout.png"/> |
| 80 | <Tool |
| 81 | Name="VCLinkerTool" |
| 82 | OutputFile="$(OutDir)/pngtest.exe" |
| 83 | GenerateDebugInformation="TRUE" |
| 84 | SubSystem="1" |
| 85 | TargetMachine="1"/> |
| 86 | <Tool |
| 87 | Name="VCMIDLTool"/> |
| 88 | <Tool |
| 89 | Name="VCPostBuildEventTool"/> |
| 90 | <Tool |
| 91 | Name="VCPreBuildEventTool"/> |
| 92 | <Tool |
| 93 | Name="VCPreLinkEventTool"/> |
| 94 | <Tool |
| 95 | Name="VCResourceCompilerTool"/> |
| 96 | <Tool |
| 97 | Name="VCWebServiceProxyGeneratorTool"/> |
| 98 | <Tool |
| 99 | Name="VCXMLDataGeneratorTool"/> |
| 100 | <Tool |
| 101 | Name="VCWebDeploymentTool"/> |
| 102 | <Tool |
| 103 | Name="VCManagedWrapperGeneratorTool"/> |
| 104 | <Tool |
| 105 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 106 | </Configuration> |
| 107 | <Configuration |
| 108 | Name="DLL VB|Win32" |
| 109 | OutputDirectory=".\Win32_DLL_VB\Test" |
| 110 | IntermediateDirectory=".\Win32_DLL_VB\Test" |
| 111 | ConfigurationType="1"> |
| 112 | <Tool |
| 113 | Name="VCCLCompilerTool" |
| 114 | InlineFunctionExpansion="1" |
| 115 | AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib" |
| 116 | PreprocessorDefinitions="WIN32;NDEBUG;PNG_DLL;PNG_NO_STDIO;PNGAPI=__stdcall;PNG_USER_PRIVATEBUILD;_CRT_SECURE_NO_WARNINGS" |
| 117 | StringPooling="TRUE" |
| 118 | RuntimeLibrary="2" |
| 119 | EnableFunctionLevelLinking="TRUE" |
| 120 | WarningLevel="2" |
| 121 | CallingConvention="2" |
| 122 | CompileAs="0"/> |
| 123 | <Tool |
| 124 | Name="VCCustomBuildTool" |
| 125 | Description="Testing..." |
| 126 | CommandLine="set path=$(OutDir)\..;$(OutDir)\..\..\Win32_DLL_Release\ZLib |
| 127 | $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png" |
| 128 | Outputs="$(IntDir)\pngout.png"/> |
| 129 | <Tool |
| 130 | Name="VCLinkerTool" |
| 131 | OutputFile="$(OutDir)/pngtest.exe" |
| 132 | LinkIncremental="1" |
| 133 | IgnoreDefaultLibraryNames="$(IntDir)\libpng16b.lib" |
| 134 | SubSystem="1" |
| 135 | TargetMachine="1"/> |
| 136 | <Tool |
| 137 | Name="VCMIDLTool"/> |
| 138 | <Tool |
| 139 | Name="VCPostBuildEventTool"/> |
| 140 | <Tool |
| 141 | Name="VCPreBuildEventTool"/> |
| 142 | <Tool |
| 143 | Name="VCPreLinkEventTool"/> |
| 144 | <Tool |
| 145 | Name="VCResourceCompilerTool"/> |
| 146 | <Tool |
| 147 | Name="VCWebServiceProxyGeneratorTool"/> |
| 148 | <Tool |
| 149 | Name="VCXMLDataGeneratorTool"/> |
| 150 | <Tool |
| 151 | Name="VCWebDeploymentTool"/> |
| 152 | <Tool |
| 153 | Name="VCManagedWrapperGeneratorTool"/> |
| 154 | <Tool |
| 155 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 156 | </Configuration> |
| 157 | <Configuration |
| 158 | Name="LIB Release|Win32" |
| 159 | OutputDirectory=".\Win32_LIB_Release\Test" |
| 160 | IntermediateDirectory=".\Win32_LIB_Release\Test" |
| 161 | ConfigurationType="1"> |
| 162 | <Tool |
| 163 | Name="VCCLCompilerTool" |
| 164 | InlineFunctionExpansion="1" |
| 165 | AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib" |
| 166 | PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS" |
| 167 | StringPooling="TRUE" |
| 168 | RuntimeLibrary="0" |
| 169 | EnableFunctionLevelLinking="TRUE" |
| 170 | WarningLevel="3" |
| 171 | CompileAs="0"/> |
| 172 | <Tool |
| 173 | Name="VCCustomBuildTool" |
| 174 | Description="Testing..." |
| 175 | CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib |
| 176 | $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png" |
| 177 | Outputs="$(IntDir)\pngout.png"/> |
| 178 | <Tool |
| 179 | Name="VCLinkerTool" |
| 180 | OutputFile="$(OutDir)/pngtest.exe" |
| 181 | LinkIncremental="1" |
| 182 | SubSystem="1" |
| 183 | TargetMachine="1"/> |
| 184 | <Tool |
| 185 | Name="VCMIDLTool"/> |
| 186 | <Tool |
| 187 | Name="VCPostBuildEventTool"/> |
| 188 | <Tool |
| 189 | Name="VCPreBuildEventTool"/> |
| 190 | <Tool |
| 191 | Name="VCPreLinkEventTool"/> |
| 192 | <Tool |
| 193 | Name="VCResourceCompilerTool"/> |
| 194 | <Tool |
| 195 | Name="VCWebServiceProxyGeneratorTool"/> |
| 196 | <Tool |
| 197 | Name="VCXMLDataGeneratorTool"/> |
| 198 | <Tool |
| 199 | Name="VCWebDeploymentTool"/> |
| 200 | <Tool |
| 201 | Name="VCManagedWrapperGeneratorTool"/> |
| 202 | <Tool |
| 203 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 204 | </Configuration> |
| 205 | <Configuration |
| 206 | Name="LIB Debug|Win32" |
| 207 | OutputDirectory=".\Win32_LIB_Debug\Test" |
| 208 | IntermediateDirectory=".\Win32_LIB_Debug\Test" |
| 209 | ConfigurationType="1"> |
| 210 | <Tool |
| 211 | Name="VCCLCompilerTool" |
| 212 | Optimization="0" |
| 213 | AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib" |
| 214 | PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS" |
| 215 | BasicRuntimeChecks="3" |
| 216 | RuntimeLibrary="1" |
| 217 | WarningLevel="3" |
| 218 | DebugInformationFormat="4" |
| 219 | CompileAs="0"/> |
| 220 | <Tool |
| 221 | Name="VCCustomBuildTool" |
| 222 | Description="Testing..." |
| 223 | CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib |
| 224 | $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png" |
| 225 | Outputs="$(IntDir)\pngout.png"/> |
| 226 | <Tool |
| 227 | Name="VCLinkerTool" |
| 228 | OutputFile="$(OutDir)/pngtest.exe" |
| 229 | GenerateDebugInformation="TRUE" |
| 230 | SubSystem="1" |
| 231 | TargetMachine="1"/> |
| 232 | <Tool |
| 233 | Name="VCMIDLTool"/> |
| 234 | <Tool |
| 235 | Name="VCPostBuildEventTool"/> |
| 236 | <Tool |
| 237 | Name="VCPreBuildEventTool"/> |
| 238 | <Tool |
| 239 | Name="VCPreLinkEventTool"/> |
| 240 | <Tool |
| 241 | Name="VCResourceCompilerTool"/> |
| 242 | <Tool |
| 243 | Name="VCWebServiceProxyGeneratorTool"/> |
| 244 | <Tool |
| 245 | Name="VCXMLDataGeneratorTool"/> |
| 246 | <Tool |
| 247 | Name="VCWebDeploymentTool"/> |
| 248 | <Tool |
| 249 | Name="VCManagedWrapperGeneratorTool"/> |
| 250 | <Tool |
| 251 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 252 | </Configuration> |
| 253 | </Configurations> |
| 254 | <References> |
| 255 | </References> |
| 256 | <Files> |
| 257 | <Filter |
| 258 | Name="Source Files" |
| 259 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> |
| 260 | <File |
| 261 | RelativePath="..\..\pngtest.c"> |
| 262 | </File> |
| 263 | </Filter> |
| 264 | </Files> |
| 265 | <Globals> |
| 266 | </Globals> |
| 267 | </VisualStudioProject> |