TSPlugPS.vcxproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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>{F7CCD322-F28F-4A26-B9B7-EF2C64919DA6}</ProjectGuid>
  15. <Keyword>AtlPSProj</Keyword>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  19. <ConfigurationType>DynamicLibrary</ConfigurationType>
  20. <PlatformToolset>v143</PlatformToolset>
  21. <CharacterSet>Unicode</CharacterSet>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  24. <ConfigurationType>DynamicLibrary</ConfigurationType>
  25. <PlatformToolset>v143</PlatformToolset>
  26. <CharacterSet>Unicode</CharacterSet>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  29. <ImportGroup Label="ExtensionSettings">
  30. </ImportGroup>
  31. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  32. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  33. </ImportGroup>
  34. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. </ImportGroup>
  37. <PropertyGroup Label="UserMacros" />
  38. <PropertyGroup>
  39. <_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  42. <OutDir>$(Configuration)PS\</OutDir>
  43. <IntDir>$(Configuration)PS\</IntDir>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  46. <OutDir>$(Configuration)PS\</OutDir>
  47. <IntDir>$(Configuration)PS\</IntDir>
  48. </PropertyGroup>
  49. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  50. <PreBuildEvent>
  51. <Message>检查是否有所需的文件</Message>
  52. <Command>if exist dlldata.c goto :END
  53. Echo 错误: MIDL 将不会生成 DLLDATA.C,除非在主项目中至少有 1 个接口。
  54. Exit 1
  55. :END
  56. </Command>
  57. </PreBuildEvent>
  58. <ClCompile>
  59. <PreprocessorDefinitions>WIN32;_WIN32_WINNT=0x0500;REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  60. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  61. </ClCompile>
  62. <Link>
  63. <RegisterOutput>true</RegisterOutput>
  64. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  65. <ModuleDefinitionFile>TSPlugPS.def</ModuleDefinitionFile>
  66. </Link>
  67. </ItemDefinitionGroup>
  68. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  69. <PreBuildEvent>
  70. <Message>检查是否有所需的文件</Message>
  71. <Command>if exist dlldata.c goto :END
  72. Echo 错误: MIDL 将不会生成 DLLDATA.C,除非在主项目中至少有 1 个接口。
  73. Exit 1
  74. :END
  75. </Command>
  76. </PreBuildEvent>
  77. <ClCompile>
  78. <Optimization>MaxSpeed</Optimization>
  79. <PreprocessorDefinitions>WIN32;_WIN32_WINNT=0x0500;REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  80. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  81. </ClCompile>
  82. <Link>
  83. <RegisterOutput>true</RegisterOutput>
  84. <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  85. <ModuleDefinitionFile>TSPlugPS.def</ModuleDefinitionFile>
  86. <OptimizeReferences>true</OptimizeReferences>
  87. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  88. </Link>
  89. </ItemDefinitionGroup>
  90. <ItemGroup>
  91. <ClCompile Include="dlldata.c" />
  92. <ClCompile Include="TSPlug_i.c" />
  93. <ClCompile Include="TSPlug_p.c" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="TSPlugps.def" />
  97. </ItemGroup>
  98. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  99. <ImportGroup Label="ExtensionTargets">
  100. </ImportGroup>
  101. </Project>