ElevatorPS.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</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. <ProjectGuid>{A929EC04-302E-4B4F-B2A3-65AF63BB088F}</ProjectGuid>
  23. <RootNamespace>ElevatorPS</RootNamespace>
  24. <Keyword>AtlPSProj</Keyword>
  25. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <PlatformToolset>v142</PlatformToolset>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <PlatformToolset>v142</PlatformToolset>
  36. <CharacterSet>Unicode</CharacterSet>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  39. <ConfigurationType>DynamicLibrary</ConfigurationType>
  40. <PlatformToolset>v142</PlatformToolset>
  41. <CharacterSet>Unicode</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  49. <ImportGroup Label="ExtensionSettings">
  50. </ImportGroup>
  51. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  52. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  53. </ImportGroup>
  54. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  55. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  56. </ImportGroup>
  57. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <PropertyGroup Label="UserMacros" />
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  65. <LinkIncremental>false</LinkIncremental>
  66. <OutDir>$(PlatformShortName)_$(Configuration)PS\</OutDir>
  67. <IntDir>$(PlatformShortName)_$(Configuration)PS\</IntDir>
  68. <IncludePath>$(IncludePath)</IncludePath>
  69. <LibraryPath>$(LibraryPath)</LibraryPath>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  72. <LinkIncremental>false</LinkIncremental>
  73. <OutDir>$(PlatformShortName)_$(Configuration)PS\</OutDir>
  74. <IntDir>$(PlatformShortName)_$(Configuration)PS\</IntDir>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <LinkIncremental>false</LinkIncremental>
  78. <OutDir>$(PlatformShortName)_$(Configuration)PS\</OutDir>
  79. <IntDir>$(PlatformShortName)_$(Configuration)PS\</IntDir>
  80. <IncludePath>$(IncludePath)</IncludePath>
  81. <LibraryPath>$(LibraryPath)</LibraryPath>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. <OutDir>$(PlatformShortName)_$(Configuration)PS\</OutDir>
  86. <IntDir>$(PlatformShortName)_$(Configuration)PS\</IntDir>
  87. </PropertyGroup>
  88. <PropertyGroup Label="Vcpkg">
  89. <VcpkgEnableManifest>false</VcpkgEnableManifest>
  90. </PropertyGroup>
  91. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  92. <VcpkgInstalledDir>
  93. </VcpkgInstalledDir>
  94. <VcpkgUseStatic>false</VcpkgUseStatic>
  95. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  96. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  97. </PropertyGroup>
  98. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  99. <VcpkgInstalledDir>
  100. </VcpkgInstalledDir>
  101. <VcpkgUseStatic>false</VcpkgUseStatic>
  102. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  103. </PropertyGroup>
  104. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  105. <VcpkgInstalledDir>
  106. </VcpkgInstalledDir>
  107. <VcpkgUseStatic>false</VcpkgUseStatic>
  108. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  109. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  110. </PropertyGroup>
  111. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  112. <VcpkgInstalledDir>
  113. </VcpkgInstalledDir>
  114. <VcpkgUseStatic>false</VcpkgUseStatic>
  115. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  116. </PropertyGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  118. <PreBuildEvent>
  119. <Message>Checking for required files</Message>
  120. <Command>if exist dlldata.c goto :END
  121. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  122. Exit 1
  123. :END
  124. </Command>
  125. </PreBuildEvent>
  126. <ClCompile>
  127. <Optimization>Disabled</Optimization>
  128. <PreprocessorDefinitions>WIN32;_WIN32_WINNT=0x601;REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  129. <MinimalRebuild>false</MinimalRebuild>
  130. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  131. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  132. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  133. <WarningLevel>Level3</WarningLevel>
  134. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  135. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  136. </ClCompile>
  137. <Link>
  138. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  141. <ModuleDefinitionFile>ElevatorPS.def</ModuleDefinitionFile>
  142. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  143. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  144. <TargetMachine>MachineX86</TargetMachine>
  145. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  146. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  147. </Link>
  148. <PostBuildEvent>
  149. <Message>If you need to perform registration as service, use command line with following text 'regsvr32 elevatorps.dll'.</Message>
  150. <Message>Post build event: 'xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Shared\'</Message>
  151. <Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Shared\
  152. xcopy /Y /D $(IntDir)$(TargetName).pdb ..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Shared\</Command>
  153. </PostBuildEvent>
  154. </ItemDefinitionGroup>
  155. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  156. <PreBuildEvent>
  157. <Message>Checking for required files</Message>
  158. <Command>if exist dlldata.c goto :END
  159. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  160. Exit 1
  161. :END
  162. </Command>
  163. </PreBuildEvent>
  164. <ClCompile>
  165. <Optimization>Disabled</Optimization>
  166. <PreprocessorDefinitions>WIN64;_WIN32_WINNT=0x601;REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  167. <MinimalRebuild>false</MinimalRebuild>
  168. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  169. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  170. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  171. <WarningLevel>Level3</WarningLevel>
  172. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  173. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  174. </ClCompile>
  175. <Link>
  176. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  177. <GenerateDebugInformation>true</GenerateDebugInformation>
  178. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  179. <ModuleDefinitionFile>ElevatorPS.def</ModuleDefinitionFile>
  180. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  181. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  182. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  183. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  184. </Link>
  185. <PostBuildEvent>
  186. <Message>If you need to perform registration as service, use command line with following text 'regsvr32 elevatorps.dll'.</Message>
  187. <Message>Post build event: 'xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Shared\'</Message>
  188. <Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Shared\
  189. xcopy /Y /D $(IntDir)$(TargetName).pdb ..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Shared\</Command>
  190. </PostBuildEvent>
  191. </ItemDefinitionGroup>
  192. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  193. <PreBuildEvent>
  194. <Message>Checking for required files</Message>
  195. <Command>if exist dlldata.c goto :END
  196. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  197. Exit 1
  198. :END
  199. </Command>
  200. </PreBuildEvent>
  201. <ClCompile>
  202. <Optimization>MinSpace</Optimization>
  203. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  204. <PreprocessorDefinitions>WIN32;_WIN32_WINNT=0x601;REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  205. <StringPooling>true</StringPooling>
  206. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  207. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  208. <BufferSecurityCheck>false</BufferSecurityCheck>
  209. <WarningLevel>Level3</WarningLevel>
  210. <DebugInformationFormat>None</DebugInformationFormat>
  211. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  212. </ClCompile>
  213. <Link>
  214. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  215. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  216. <ModuleDefinitionFile>ElevatorPS.def</ModuleDefinitionFile>
  217. <GenerateDebugInformation>false</GenerateDebugInformation>
  218. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  219. <OptimizeReferences>true</OptimizeReferences>
  220. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  221. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  222. <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
  223. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  224. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  225. </Link>
  226. <PostBuildEvent>
  227. <Message>If you need to perform registration as service, use command line with following text 'regsvr32 elevatorps.dll'.</Message>
  228. <Message>Post build event: 'xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Shared\'</Message>
  229. <Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Shared\</Command>
  230. </PostBuildEvent>
  231. </ItemDefinitionGroup>
  232. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  233. <PreBuildEvent>
  234. <Message>Checking for required files</Message>
  235. <Command>if exist dlldata.c goto :END
  236. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  237. Exit 1
  238. :END
  239. </Command>
  240. </PreBuildEvent>
  241. <ClCompile>
  242. <Optimization>MinSpace</Optimization>
  243. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  244. <PreprocessorDefinitions>WIN64;_WIN32_WINNT=0x601;REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  245. <StringPooling>true</StringPooling>
  246. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  247. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  248. <BufferSecurityCheck>false</BufferSecurityCheck>
  249. <WarningLevel>Level3</WarningLevel>
  250. <DebugInformationFormat>None</DebugInformationFormat>
  251. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  252. </ClCompile>
  253. <Link>
  254. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  255. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  256. <ModuleDefinitionFile>ElevatorPS.def</ModuleDefinitionFile>
  257. <GenerateDebugInformation>false</GenerateDebugInformation>
  258. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  259. <OptimizeReferences>true</OptimizeReferences>
  260. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  261. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  262. <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
  263. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  264. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  265. </Link>
  266. <PostBuildEvent>
  267. <Message>If you need to perform registration as service, use command line with following text 'regsvr32 elevatorps.dll'.</Message>
  268. <Message>Post build event: 'xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Shared\'</Message>
  269. <Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Shared\</Command>
  270. </PostBuildEvent>
  271. </ItemDefinitionGroup>
  272. <ItemGroup>
  273. <ClCompile Include="dlldata.c" />
  274. <ClCompile Include="IFileTypeRegistrar_i.c" />
  275. <ClCompile Include="IFileTypeRegistrar_p.c" />
  276. </ItemGroup>
  277. <ItemGroup>
  278. <None Include="Elevatorps.def" />
  279. </ItemGroup>
  280. <ItemGroup>
  281. <ResourceCompile Include="ElevatorPS.rc" />
  282. </ItemGroup>
  283. <ItemGroup>
  284. <ClInclude Include="resource2.h" />
  285. </ItemGroup>
  286. <ItemGroup>
  287. <Midl Include="IFileTypeRegistrar.idl">
  288. <HeaderFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Filename)_32.h</HeaderFileName>
  289. <HeaderFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Filename)_64.h</HeaderFileName>
  290. <HeaderFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(Filename)_32.h</HeaderFileName>
  291. <HeaderFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Filename)_64.h</HeaderFileName>
  292. </Midl>
  293. </ItemGroup>
  294. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  295. <ImportGroup Label="ExtensionTargets">
  296. </ImportGroup>
  297. </Project>