lpng.vcxproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Shipping|Win32">
  13. <Configuration>Shipping</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. </ItemGroup>
  17. <PropertyGroup Label="Globals">
  18. <ProjectGuid>{AF1179E3-A838-46A3-A427-1E62AA4C52F4}</ProjectGuid>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  22. <ConfigurationType>StaticLibrary</ConfigurationType>
  23. <UseOfMfc>false</UseOfMfc>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'" Label="Configuration">
  26. <ConfigurationType>StaticLibrary</ConfigurationType>
  27. <UseOfMfc>false</UseOfMfc>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>StaticLibrary</ConfigurationType>
  31. <UseOfMfc>false</UseOfMfc>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  34. <ImportGroup Label="ExtensionSettings">
  35. </ImportGroup>
  36. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  39. </ImportGroup>
  40. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'" Label="PropertySheets">
  41. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  42. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  43. </ImportGroup>
  44. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  45. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  46. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  47. </ImportGroup>
  48. <PropertyGroup Label="UserMacros" />
  49. <PropertyGroup>
  50. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  51. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\../../Link/Debug\</OutDir>
  52. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\../../Link/Debug/lpng\</IntDir>
  53. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release\</OutDir>
  54. <OutDir Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'">.\../../Link/Release\</OutDir>
  55. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release/lpng\</IntDir>
  56. <IntDir Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'">.\../../Link/Release/lpng\</IntDir>
  57. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)_DEBUG</TargetName>
  58. </PropertyGroup>
  59. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <ClCompile>
  61. <Optimization>Disabled</Optimization>
  62. <AdditionalIncludeDirectories>..\..\Lib\lpng;..\..\Lib\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  63. <PreprocessorDefinitions>TORQUE_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  64. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  65. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  66. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  67. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  68. <PrecompiledHeader>
  69. </PrecompiledHeader>
  70. <PrecompiledHeaderOutputFile>.\../../Link/Debug/lpng/lpng.pch</PrecompiledHeaderOutputFile>
  71. <AssemblerListingLocation>.\../../Link/Debug/lpng/</AssemblerListingLocation>
  72. <ObjectFileName>.\../../Link/Debug/lpng/</ObjectFileName>
  73. <ProgramDataBaseFileName>.\../../Link/Debug/lpng/</ProgramDataBaseFileName>
  74. <WarningLevel>Level3</WarningLevel>
  75. <SuppressStartupBanner>true</SuppressStartupBanner>
  76. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  77. <CompileAs>Default</CompileAs>
  78. </ClCompile>
  79. <ResourceCompile>
  80. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  81. <Culture>0x0409</Culture>
  82. </ResourceCompile>
  83. <Lib>
  84. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  85. <SuppressStartupBanner>true</SuppressStartupBanner>
  86. </Lib>
  87. </ItemDefinitionGroup>
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  89. <ClCompile>
  90. <Optimization>MaxSpeed</Optimization>
  91. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  92. <AdditionalIncludeDirectories>..\..\Lib\lpng;..\..\Lib\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  93. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <StringPooling>true</StringPooling>
  95. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  96. <FunctionLevelLinking>true</FunctionLevelLinking>
  97. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  98. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  99. <PrecompiledHeader>
  100. </PrecompiledHeader>
  101. <PrecompiledHeaderOutputFile>.\../../Link/Release/lpng/lpng.pch</PrecompiledHeaderOutputFile>
  102. <AssemblerListingLocation>.\../../Link/Release/lpng/</AssemblerListingLocation>
  103. <ObjectFileName>.\../../Link/Release/lpng/</ObjectFileName>
  104. <ProgramDataBaseFileName>.\../../Link/Release/lpng/</ProgramDataBaseFileName>
  105. <WarningLevel>Level3</WarningLevel>
  106. <SuppressStartupBanner>true</SuppressStartupBanner>
  107. <CompileAs>Default</CompileAs>
  108. </ClCompile>
  109. <ResourceCompile>
  110. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <Culture>0x0409</Culture>
  112. </ResourceCompile>
  113. <Lib>
  114. <OutputFile>.\../../Link/Release\lpng.lib</OutputFile>
  115. <SuppressStartupBanner>true</SuppressStartupBanner>
  116. </Lib>
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'">
  119. <ClCompile>
  120. <Optimization>MaxSpeed</Optimization>
  121. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  122. <AdditionalIncludeDirectories>..\..\Lib\lpng;..\..\Lib\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  123. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  124. <StringPooling>true</StringPooling>
  125. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  126. <FunctionLevelLinking>true</FunctionLevelLinking>
  127. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  128. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  129. <PrecompiledHeader>
  130. </PrecompiledHeader>
  131. <PrecompiledHeaderOutputFile>.\../../Link/Release/lpng/lpng.pch</PrecompiledHeaderOutputFile>
  132. <AssemblerListingLocation>.\../../Link/Release/lpng/</AssemblerListingLocation>
  133. <ObjectFileName>.\../../Link/Release/lpng/</ObjectFileName>
  134. <ProgramDataBaseFileName>.\../../Link/Release/lpng/</ProgramDataBaseFileName>
  135. <WarningLevel>Level3</WarningLevel>
  136. <SuppressStartupBanner>true</SuppressStartupBanner>
  137. <CompileAs>Default</CompileAs>
  138. </ClCompile>
  139. <ResourceCompile>
  140. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <Culture>0x0409</Culture>
  142. </ResourceCompile>
  143. <Lib>
  144. <OutputFile>.\../../Link/Release\lpng.lib</OutputFile>
  145. <SuppressStartupBanner>true</SuppressStartupBanner>
  146. </Lib>
  147. </ItemDefinitionGroup>
  148. <ItemGroup>
  149. <ProjectReference Include="zlib.vcxproj">
  150. <Project>{86cb2525-0cf3-40d3-bf42-a0a95035ee8c}</Project>
  151. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  152. </ProjectReference>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <ClCompile Include="..\..\lib\lpng\png.c" />
  156. <ClCompile Include="..\..\lib\lpng\pngerror.c" />
  157. <ClCompile Include="..\..\lib\lpng\pngget.c" />
  158. <ClCompile Include="..\..\lib\lpng\pngmem.c" />
  159. <ClCompile Include="..\..\lib\lpng\pngpread.c" />
  160. <ClCompile Include="..\..\lib\lpng\pngread.c" />
  161. <ClCompile Include="..\..\lib\lpng\pngrio.c" />
  162. <ClCompile Include="..\..\lib\lpng\pngrtran.c" />
  163. <ClCompile Include="..\..\lib\lpng\pngrutil.c" />
  164. <ClCompile Include="..\..\lib\lpng\pngset.c" />
  165. <ClCompile Include="..\..\lib\lpng\pngtrans.c" />
  166. <ClCompile Include="..\..\lib\lpng\pngwio.c" />
  167. <ClCompile Include="..\..\lib\lpng\pngwrite.c" />
  168. <ClCompile Include="..\..\lib\lpng\pngwtran.c" />
  169. <ClCompile Include="..\..\lib\lpng\pngwutil.c" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <ClInclude Include="..\..\lib\lpng\png.h" />
  173. <ClInclude Include="..\..\lib\lpng\pngconf.h" />
  174. <ClInclude Include="..\..\lib\lpng\pngdebug.h" />
  175. <ClInclude Include="..\..\lib\lpng\pnginfo.h" />
  176. <ClInclude Include="..\..\lib\lpng\pnglibconf.h" />
  177. <ClInclude Include="..\..\lib\lpng\pngpriv.h" />
  178. <ClInclude Include="..\..\lib\lpng\pngstruct.h" />
  179. </ItemGroup>
  180. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  181. <ImportGroup Label="ExtensionTargets">
  182. </ImportGroup>
  183. </Project>