KonicaComPS.vcxproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClInclude Include="KonicaCom_i.h" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <ClCompile Include="dlldata.c" />
  26. <ClCompile Include="KonicaCom_i.c" />
  27. <ClCompile Include="KonicaCom_p.c" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <None Include="KonicaComps.def" />
  31. </ItemGroup>
  32. <PropertyGroup Label="Globals">
  33. <VCProjectVersion>16.0</VCProjectVersion>
  34. <ProjectGuid>{88062FA0-AA6B-47D2-A851-8ECD210D4345}</ProjectGuid>
  35. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  36. <Keyword>AtlPSProj</Keyword>
  37. </PropertyGroup>
  38. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  40. <ConfigurationType>DynamicLibrary</ConfigurationType>
  41. <UseDebugLibraries>true</UseDebugLibraries>
  42. <PlatformToolset>v142</PlatformToolset>
  43. <CharacterSet>Unicode</CharacterSet>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  46. <ConfigurationType>DynamicLibrary</ConfigurationType>
  47. <UseDebugLibraries>false</UseDebugLibraries>
  48. <PlatformToolset>v142</PlatformToolset>
  49. <CharacterSet>MultiByte</CharacterSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  52. <ConfigurationType>DynamicLibrary</ConfigurationType>
  53. <UseDebugLibraries>true</UseDebugLibraries>
  54. <PlatformToolset>v142</PlatformToolset>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  58. <ConfigurationType>DynamicLibrary</ConfigurationType>
  59. <UseDebugLibraries>false</UseDebugLibraries>
  60. <PlatformToolset>v142</PlatformToolset>
  61. <CharacterSet>Unicode</CharacterSet>
  62. </PropertyGroup>
  63. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  64. <ImportGroup Label="ExtensionSettings">
  65. </ImportGroup>
  66. <ImportGroup Label="Shared">
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. </ImportGroup>
  74. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  76. </ImportGroup>
  77. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  78. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  79. </ImportGroup>
  80. <PropertyGroup Label="UserMacros" />
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  82. <IntDir>$(Configuration)PS\</IntDir>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  85. <IntDir>$(Configuration)PS\</IntDir>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  88. <IntDir>$(Configuration)PS\</IntDir>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  91. <IntDir>$(Configuration)PS\</IntDir>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <ClCompile>
  95. <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. </ClCompile>
  97. <Link>
  98. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  99. <ModuleDefinitionFile>KonicaComPS.def</ModuleDefinitionFile>
  100. <RegisterOutput>false</RegisterOutput>
  101. </Link>
  102. <PreBuildEvent>
  103. <Command>if exist dlldata.c goto :END
  104. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  105. Exit 1
  106. :END
  107. </Command>
  108. <Message>Checking for required files</Message>
  109. </PreBuildEvent>
  110. </ItemDefinitionGroup>
  111. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  112. <ClCompile>
  113. <PreprocessorDefinitions>REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. </ClCompile>
  115. <Link>
  116. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  117. <ModuleDefinitionFile>KonicaComPS.def</ModuleDefinitionFile>
  118. <RegisterOutput>true</RegisterOutput>
  119. </Link>
  120. <PreBuildEvent>
  121. <Command>if exist dlldata.c goto :END
  122. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  123. Exit 1
  124. :END
  125. </Command>
  126. <Message>Checking for required files</Message>
  127. </PreBuildEvent>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  130. <ClCompile>
  131. <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. <Optimization>MaxSpeed</Optimization>
  133. </ClCompile>
  134. <Link>
  135. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  136. <ModuleDefinitionFile>KonicaComPS.def</ModuleDefinitionFile>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. <RegisterOutput>false</RegisterOutput>
  140. </Link>
  141. <PreBuildEvent>
  142. <Command>if exist dlldata.c goto :END
  143. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  144. Exit 1
  145. :END
  146. </Command>
  147. <Message>Checking for required files</Message>
  148. </PreBuildEvent>
  149. </ItemDefinitionGroup>
  150. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  151. <ClCompile>
  152. <PreprocessorDefinitions>REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  153. <Optimization>MaxSpeed</Optimization>
  154. </ClCompile>
  155. <Link>
  156. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  157. <ModuleDefinitionFile>KonicaComPS.def</ModuleDefinitionFile>
  158. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  159. <OptimizeReferences>true</OptimizeReferences>
  160. <RegisterOutput>true</RegisterOutput>
  161. </Link>
  162. <PreBuildEvent>
  163. <Command>if exist dlldata.c goto :END
  164. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  165. Exit 1
  166. :END
  167. </Command>
  168. <Message>Checking for required files</Message>
  169. </PreBuildEvent>
  170. </ItemDefinitionGroup>
  171. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  172. <ImportGroup Label="ExtensionTargets">
  173. </ImportGroup>
  174. </Project>