TSPlug.vcxproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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>{0762D45C-EC2D-45A8-B44E-557D0D4326F4}</ProjectGuid>
  15. <RootNamespace>TSPlug</RootNamespace>
  16. <Keyword>AtlProj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <PlatformToolset>v110</PlatformToolset>
  22. <UseOfAtl>Static</UseOfAtl>
  23. <CharacterSet>Unicode</CharacterSet>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <PlatformToolset>v110</PlatformToolset>
  28. <UseOfAtl>Static</UseOfAtl>
  29. <CharacterSet>Unicode</CharacterSet>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  32. <ImportGroup Label="ExtensionSettings">
  33. </ImportGroup>
  34. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. </ImportGroup>
  40. <PropertyGroup Label="UserMacros" />
  41. <PropertyGroup>
  42. <_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  45. <OutDir>$(Configuration)\</OutDir>
  46. <IntDir>$(Configuration)\</IntDir>
  47. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  48. <LinkIncremental>true</LinkIncremental>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  51. <OutDir>$(Configuration)\</OutDir>
  52. <IntDir>$(Configuration)\</IntDir>
  53. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  54. <LinkIncremental>false</LinkIncremental>
  55. </PropertyGroup>
  56. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  57. <Midl>
  58. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  59. <MkTypLibCompatible>false</MkTypLibCompatible>
  60. <TargetEnvironment>Win32</TargetEnvironment>
  61. <GenerateStublessProxies>true</GenerateStublessProxies>
  62. <TypeLibraryName>$(IntDir)TSPlug.tlb</TypeLibraryName>
  63. <HeaderFileName>TSPlug_i.h</HeaderFileName>
  64. <DllDataFileName />
  65. <InterfaceIdentifierFileName>TSPlug_i.c</InterfaceIdentifierFileName>
  66. <ProxyFileName>TSPlug_p.c</ProxyFileName>
  67. <ValidateAllParameters>true</ValidateAllParameters>
  68. </Midl>
  69. <ClCompile>
  70. <Optimization>Disabled</Optimization>
  71. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  72. <MinimalRebuild>true</MinimalRebuild>
  73. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  74. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  75. <PrecompiledHeader>Use</PrecompiledHeader>
  76. <WarningLevel>Level3</WarningLevel>
  77. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  78. </ClCompile>
  79. <ResourceCompile>
  80. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  81. <Culture>0x0804</Culture>
  82. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  83. </ResourceCompile>
  84. <Link>
  85. <RegisterOutput>true</RegisterOutput>
  86. <ModuleDefinitionFile>.\TSPlug.def</ModuleDefinitionFile>
  87. <GenerateDebugInformation>true</GenerateDebugInformation>
  88. <SubSystem>Windows</SubSystem>
  89. <TargetMachine>MachineX86</TargetMachine>
  90. </Link>
  91. </ItemDefinitionGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  93. <Midl>
  94. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <MkTypLibCompatible>false</MkTypLibCompatible>
  96. <TargetEnvironment>Win32</TargetEnvironment>
  97. <GenerateStublessProxies>true</GenerateStublessProxies>
  98. <TypeLibraryName>$(IntDir)TSPlug.tlb</TypeLibraryName>
  99. <HeaderFileName>TSPlug_i.h</HeaderFileName>
  100. <DllDataFileName />
  101. <InterfaceIdentifierFileName>TSPlug_i.c</InterfaceIdentifierFileName>
  102. <ProxyFileName>TSPlug_p.c</ProxyFileName>
  103. <ValidateAllParameters>true</ValidateAllParameters>
  104. </Midl>
  105. <ClCompile>
  106. <Optimization>MaxSpeed</Optimization>
  107. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  109. <PrecompiledHeader>Use</PrecompiledHeader>
  110. <WarningLevel>Level3</WarningLevel>
  111. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  112. </ClCompile>
  113. <ResourceCompile>
  114. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  115. <Culture>0x0804</Culture>
  116. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  117. </ResourceCompile>
  118. <Link>
  119. <RegisterOutput>true</RegisterOutput>
  120. <ModuleDefinitionFile>.\TSPlug.def</ModuleDefinitionFile>
  121. <GenerateDebugInformation>true</GenerateDebugInformation>
  122. <SubSystem>Windows</SubSystem>
  123. <OptimizeReferences>true</OptimizeReferences>
  124. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  125. <TargetMachine>MachineX86</TargetMachine>
  126. </Link>
  127. </ItemDefinitionGroup>
  128. <ItemGroup>
  129. <ClCompile Include="dllmain.cpp">
  130. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  131. </PrecompiledHeader>
  132. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  133. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  134. </PrecompiledHeader>
  135. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  136. </ClCompile>
  137. <ClCompile Include="KeyMouse\MyKeyboardNamespace.cpp" />
  138. <ClCompile Include="KeyMouse\MyMouseNamespace.cpp" />
  139. <ClCompile Include="stdafx.cpp">
  140. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  141. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  142. </ClCompile>
  143. <ClCompile Include="TSMyKernel32User32DllFuntion.cpp" />
  144. <ClCompile Include="TSPlug.cpp" />
  145. <ClCompile Include="TSPlugInterFace.cpp" />
  146. <ClCompile Include="TSPlug_i.c">
  147. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  148. </PrecompiledHeader>
  149. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  150. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  151. </PrecompiledHeader>
  152. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  153. </ClCompile>
  154. <ClCompile Include="DXBind.cpp" />
  155. <ClCompile Include="TSFindPicture.cpp" />
  156. <ClCompile Include="TSRuntime.cpp" />
  157. <ClCompile Include="CreateGif\GSKCreateGIF.cpp" />
  158. <ClCompile Include="CreateGif\Quantizer.cpp" />
  159. <ClCompile Include="TSWindowsAPI.cpp" />
  160. <ClCompile Include="TSMemoryAPI.cpp" />
  161. <ClCompile Include="ASM\MgAsmBase.cpp" />
  162. <ClCompile Include="ASM\MgAsmCom.cpp" />
  163. <ClCompile Include="ASM\MgDisasmBase.cpp" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <ClInclude Include="dllmain.h" />
  167. <ClInclude Include="KeyMouse\MyKeyboardNamespace.h" />
  168. <ClInclude Include="KeyMouse\MyMouseNamespace.h" />
  169. <ClInclude Include="Resource.h" />
  170. <ClInclude Include="stdafx.h" />
  171. <ClInclude Include="targetver.h" />
  172. <ClInclude Include="TSPlugInterFace.h" />
  173. <ClInclude Include="TSPlug_i.h" />
  174. <ClInclude Include="DXBind.h" />
  175. <ClInclude Include="TSFindPicture.h" />
  176. <ClInclude Include="TSHookFuntion.h" />
  177. <ClInclude Include="TSMessage.h" />
  178. <ClInclude Include="TSRuntime.h" />
  179. <ClInclude Include="TSVIPHookFuntion.h" />
  180. <ClInclude Include="CreateGif\GSKCreateGIF.h" />
  181. <ClInclude Include="CreateGif\Quantizer.h" />
  182. <ClInclude Include="TSWindowsAPI.h" />
  183. <ClInclude Include="TSMemoryAPI.h" />
  184. <ClInclude Include="ASM\MgAsmCom.h" />
  185. <ClInclude Include="ASM\MgAsmComDef.h" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <None Include="TSPlug.def" />
  189. <None Include="TSPlug.rgs" />
  190. <None Include="TSPlugInterFace.rgs" />
  191. <None Include="imedllhost09.dll" />
  192. <None Include="TCProtect_se" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Midl Include="TSPlug.idl" />
  196. </ItemGroup>
  197. <ItemGroup>
  198. <ResourceCompile Include="TSPlug.rc" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <Text Include="ReadMe.txt" />
  202. </ItemGroup>
  203. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  204. <ImportGroup Label="ExtensionTargets">
  205. </ImportGroup>
  206. </Project>