libbizchan.vcxproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{2CD0FBBB-F040-4D5E-B9D1-089DBBE175F4}</ProjectGuid>
  15. <RootNamespace>libbizchan</RootNamespace>
  16. <Keyword>Win32Proj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <CharacterSet>MultiByte</CharacterSet>
  22. <PlatformToolset>Windows7.1SDK</PlatformToolset>
  23. <WholeProgramOptimization>true</WholeProgramOptimization>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <CharacterSet>MultiByte</CharacterSet>
  28. <PlatformToolset>Windows7.1SDK</PlatformToolset>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  31. <ImportGroup Label="ExtensionSettings">
  32. </ImportGroup>
  33. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  34. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  35. </ImportGroup>
  36. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <PropertyGroup Label="UserMacros" />
  40. <Import Project="..\libmake.setting" />
  41. <PropertyGroup>
  42. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  43. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  44. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  45. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  46. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  47. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  48. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  49. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  50. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  51. </PropertyGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53. <ClCompile>
  54. <Optimization>Disabled</Optimization>
  55. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LIBBIZCHAN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  56. <MinimalRebuild>true</MinimalRebuild>
  57. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  58. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  59. <PrecompiledHeader>
  60. </PrecompiledHeader>
  61. <WarningLevel>Level3</WarningLevel>
  62. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  63. <AdditionalIncludeDirectories>$(ThirdPartyHeadRoot)\OPENJPEG-2.0.0\include\openjpeg-2.0;$(ThirdPartyHeadRoot)\openssl-1.0.2s\include\;..\libscreencodec</AdditionalIncludeDirectories>
  64. </ClCompile>
  65. <Link>
  66. <AdditionalDependencies>ws2_32.lib;$(ThirdPartyLib)\openjp2.lib;$(ThirdPartyLib)\libeay32.lib</AdditionalDependencies>
  67. <GenerateDebugInformation>true</GenerateDebugInformation>
  68. <SubSystem>Windows</SubSystem>
  69. <TargetMachine>MachineX86</TargetMachine>
  70. <ModuleDefinitionFile>module.def</ModuleDefinitionFile>
  71. </Link>
  72. </ItemDefinitionGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <ClCompile>
  75. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  76. <Optimization>MaxSpeed</Optimization>
  77. <IntrinsicFunctions>true</IntrinsicFunctions>
  78. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LIBBIZCHAN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  79. <FunctionLevelLinking>true</FunctionLevelLinking>
  80. <PrecompiledHeader>
  81. </PrecompiledHeader>
  82. <WarningLevel>Level3</WarningLevel>
  83. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  84. <AdditionalIncludeDirectories>$(ThirdPartyHeadRoot)\OPENJPEG-2.0.0\include\openjpeg-2.0;$(ThirdPartyHeadRoot)\openssl-1.0.2s\include\;..\libscreencodec</AdditionalIncludeDirectories>
  85. </ClCompile>
  86. <Link>
  87. <GenerateDebugInformation>true</GenerateDebugInformation>
  88. <SubSystem>Windows</SubSystem>
  89. <OptimizeReferences>true</OptimizeReferences>
  90. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  91. <TargetMachine>MachineX86</TargetMachine>
  92. <ModuleDefinitionFile>module.def</ModuleDefinitionFile>
  93. <AdditionalDependencies>ws2_32.lib;$(ThirdPartyLib)\openjp2.lib;$(ThirdPartyLib)\libeay32.lib</AdditionalDependencies>
  94. </Link>
  95. </ItemDefinitionGroup>
  96. <ItemGroup>
  97. <ClCompile Include="bizchan.c" />
  98. <ClCompile Include="jpeg2k.c" />
  99. <ClCompile Include="quicklz.c" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ClInclude Include="bizchan.h" />
  103. <ClInclude Include="jpeg2k.h" />
  104. <ClInclude Include="quicklz.h" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <None Include="module.def" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ProjectReference Include="..\libscreencodec\libscreencodec.vcxproj">
  111. <Project>{9dbe5f7f-e080-4f23-ab11-227c5d22cee0}</Project>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ResourceCompile Include="..\..\Version.rc" />
  116. </ItemGroup>
  117. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  118. <ImportGroup Label="ExtensionTargets">
  119. </ImportGroup>
  120. </Project>