Uni-Trend.MSO7000X.Touch.ManupulationHelper.vcxproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{300dc7e9-8865-4edf-996a-4a9bc5beb3e5}</ProjectGuid>
  25. <RootNamespace>UniTrendMSO7000XTouchManupulationHelper</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v142</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Release|Win32'">
  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)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <LinkIncremental>false</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <LinkIncremental>true</LinkIncremental>
  81. <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
  86. </PropertyGroup>
  87. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  88. <ClCompile>
  89. <WarningLevel>Level3</WarningLevel>
  90. <SDLCheck>true</SDLCheck>
  91. <PreprocessorDefinitions>WIN32;_DEBUG;UNITRENDMSO7000XTOUCHMANUPULATIONHELPER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  92. <ConformanceMode>true</ConformanceMode>
  93. <PrecompiledHeader>Use</PrecompiledHeader>
  94. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  95. </ClCompile>
  96. <Link>
  97. <SubSystem>Windows</SubSystem>
  98. <GenerateDebugInformation>true</GenerateDebugInformation>
  99. <EnableUAC>false</EnableUAC>
  100. </Link>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  103. <ClCompile>
  104. <WarningLevel>Level3</WarningLevel>
  105. <FunctionLevelLinking>true</FunctionLevelLinking>
  106. <IntrinsicFunctions>true</IntrinsicFunctions>
  107. <SDLCheck>true</SDLCheck>
  108. <PreprocessorDefinitions>WIN32;NDEBUG;UNITRENDMSO7000XTOUCHMANUPULATIONHELPER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <ConformanceMode>true</ConformanceMode>
  110. <PrecompiledHeader>Use</PrecompiledHeader>
  111. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  112. </ClCompile>
  113. <Link>
  114. <SubSystem>Windows</SubSystem>
  115. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  116. <OptimizeReferences>true</OptimizeReferences>
  117. <GenerateDebugInformation>true</GenerateDebugInformation>
  118. <EnableUAC>false</EnableUAC>
  119. </Link>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  122. <ClCompile>
  123. <WarningLevel>Level3</WarningLevel>
  124. <SDLCheck>true</SDLCheck>
  125. <PreprocessorDefinitions>_DEBUG;UNITRENDMSO7000XTOUCHMANUPULATIONHELPER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. <ConformanceMode>true</ConformanceMode>
  127. <PrecompiledHeader>Use</PrecompiledHeader>
  128. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  129. </ClCompile>
  130. <Link>
  131. <SubSystem>Windows</SubSystem>
  132. <GenerateDebugInformation>true</GenerateDebugInformation>
  133. <EnableUAC>false</EnableUAC>
  134. </Link>
  135. </ItemDefinitionGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  137. <ClCompile>
  138. <WarningLevel>Level3</WarningLevel>
  139. <FunctionLevelLinking>true</FunctionLevelLinking>
  140. <IntrinsicFunctions>true</IntrinsicFunctions>
  141. <SDLCheck>true</SDLCheck>
  142. <PreprocessorDefinitions>NDEBUG;UNITRENDMSO7000XTOUCHMANUPULATIONHELPER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. <ConformanceMode>true</ConformanceMode>
  144. <PrecompiledHeader>Use</PrecompiledHeader>
  145. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Windows</SubSystem>
  149. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  150. <OptimizeReferences>true</OptimizeReferences>
  151. <GenerateDebugInformation>true</GenerateDebugInformation>
  152. <EnableUAC>false</EnableUAC>
  153. </Link>
  154. <PostBuildEvent>
  155. <Command>copy "$(TargetPath)" "$(SolutionDir)ShareDlls"
  156. copy "$(TargetPath)" "$(SolutionDir)..\WindowsFormsAppNetCore\ShareDlls"</Command>
  157. </PostBuildEvent>
  158. </ItemDefinitionGroup>
  159. <ItemGroup>
  160. <ClInclude Include="framework.h" />
  161. <ClInclude Include="ManipulationEventSink.h" />
  162. <ClInclude Include="ManipulationHelper.h" />
  163. <ClInclude Include="pch.h" />
  164. <ClInclude Include="resource.h" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <ClCompile Include="dllmain.cpp" />
  168. <ClCompile Include="IntroMethod.cpp" />
  169. <ClCompile Include="ManipulationEventSink.cpp" />
  170. <ClCompile Include="ManipulationHelper.cpp" />
  171. <ClCompile Include="pch.cpp">
  172. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  173. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  174. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  175. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  176. </ClCompile>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <ResourceCompile Include="Uni-Trend.MSO7000X.Touch.ManupulationHelper.rc" />
  180. </ItemGroup>
  181. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  182. <ImportGroup Label="ExtensionTargets">
  183. </ImportGroup>
  184. </Project>