KonicaCom2PS.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>16.0</VCProjectVersion>
  23. <ProjectGuid>{5F30C4D3-9F8F-420B-8D6F-B63FD5BDB82F}</ProjectGuid>
  24. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  25. <Keyword>AtlPSProj</Keyword>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v142</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v142</PlatformToolset>
  38. <CharacterSet>Unicode</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <CharacterSet>Unicode</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>DynamicLibrary</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v142</PlatformToolset>
  50. <CharacterSet>Unicode</CharacterSet>
  51. </PropertyGroup>
  52. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  53. <ImportGroup Label="ExtensionSettings">
  54. </ImportGroup>
  55. <ImportGroup Label="Shared">
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <IntDir>$(Configuration)PS\</IntDir>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  74. <IntDir>$(Configuration)PS\</IntDir>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <IntDir>$(Configuration)PS\</IntDir>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  80. <IntDir>$(Configuration)PS\</IntDir>
  81. </PropertyGroup>
  82. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  83. <ClCompile>
  84. <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  85. </ClCompile>
  86. <Link>
  87. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  88. <ModuleDefinitionFile>KonicaCom2PS.def</ModuleDefinitionFile>
  89. <RegisterOutput>true</RegisterOutput>
  90. </Link>
  91. <PreBuildEvent>
  92. <Command>if exist dlldata.c goto :END
  93. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  94. Exit 1
  95. :END
  96. </Command>
  97. <Message>Checking for required files</Message>
  98. </PreBuildEvent>
  99. </ItemDefinitionGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  101. <ClCompile>
  102. <PreprocessorDefinitions>REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  103. </ClCompile>
  104. <Link>
  105. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  106. <ModuleDefinitionFile>KonicaCom2PS.def</ModuleDefinitionFile>
  107. <RegisterOutput>true</RegisterOutput>
  108. </Link>
  109. <PreBuildEvent>
  110. <Command>if exist dlldata.c goto :END
  111. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  112. Exit 1
  113. :END
  114. </Command>
  115. <Message>Checking for required files</Message>
  116. </PreBuildEvent>
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  119. <ClCompile>
  120. <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <Optimization>MaxSpeed</Optimization>
  122. </ClCompile>
  123. <Link>
  124. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  125. <ModuleDefinitionFile>KonicaCom2PS.def</ModuleDefinitionFile>
  126. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  127. <OptimizeReferences>true</OptimizeReferences>
  128. <RegisterOutput>true</RegisterOutput>
  129. </Link>
  130. <PreBuildEvent>
  131. <Command>if exist dlldata.c goto :END
  132. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  133. Exit 1
  134. :END
  135. </Command>
  136. <Message>Checking for required files</Message>
  137. </PreBuildEvent>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  140. <ClCompile>
  141. <PreprocessorDefinitions>REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. <Optimization>MaxSpeed</Optimization>
  143. </ClCompile>
  144. <Link>
  145. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  146. <ModuleDefinitionFile>KonicaCom2PS.def</ModuleDefinitionFile>
  147. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  148. <OptimizeReferences>true</OptimizeReferences>
  149. <RegisterOutput>true</RegisterOutput>
  150. </Link>
  151. <PreBuildEvent>
  152. <Command>if exist dlldata.c goto :END
  153. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  154. Exit 1
  155. :END
  156. </Command>
  157. <Message>Checking for required files</Message>
  158. </PreBuildEvent>
  159. </ItemDefinitionGroup>
  160. <ItemGroup>
  161. <None Include="..\KonicaCom2ps.def" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <ClCompile Include="..\dlldata.c">
  165. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  166. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  167. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  168. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  169. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  170. </PrecompiledHeader>
  171. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  172. </PrecompiledHeader>
  173. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  174. </PrecompiledHeader>
  175. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  176. </PrecompiledHeader>
  177. </ClCompile>
  178. <ClCompile Include="..\KonicaCom2_i.c">
  179. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  180. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  181. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  182. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  183. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  184. </PrecompiledHeader>
  185. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  186. </PrecompiledHeader>
  187. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  188. </PrecompiledHeader>
  189. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  190. </PrecompiledHeader>
  191. </ClCompile>
  192. <ClCompile Include="..\KonicaCom2_p.c">
  193. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  194. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  195. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  196. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  197. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  198. </PrecompiledHeader>
  199. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  200. </PrecompiledHeader>
  201. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  202. </PrecompiledHeader>
  203. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  204. </PrecompiledHeader>
  205. </ClCompile>
  206. </ItemGroup>
  207. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  208. <ImportGroup Label="ExtensionTargets">
  209. </ImportGroup>
  210. </Project>