IRControl.vcxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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="DebugPYD|Win32">
  5. <Configuration>DebugPYD</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="DebugPYD|x64">
  9. <Configuration>DebugPYD</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="ReleasePYD|Win32">
  17. <Configuration>ReleasePYD</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="ReleasePYD|x64">
  21. <Configuration>ReleasePYD</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Win32">
  25. <Configuration>Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Debug|x64">
  29. <Configuration>Debug</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <VCProjectVersion>16.0</VCProjectVersion>
  39. <ProjectGuid>{73D631AD-DE01-4EF8-8985-1D18588D2AF1}</ProjectGuid>
  40. <Keyword>Win32Proj</Keyword>
  41. <RootNamespace>IRControl</RootNamespace>
  42. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  46. <ConfigurationType>DynamicLibrary</ConfigurationType>
  47. <UseDebugLibraries>true</UseDebugLibraries>
  48. <PlatformToolset>v142</PlatformToolset>
  49. <CharacterSet>MultiByte</CharacterSet>
  50. <UseOfMfc>Dynamic</UseOfMfc>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugPYD|Win32'" Label="Configuration">
  53. <ConfigurationType>DynamicLibrary</ConfigurationType>
  54. <UseDebugLibraries>true</UseDebugLibraries>
  55. <PlatformToolset>v142</PlatformToolset>
  56. <CharacterSet>MultiByte</CharacterSet>
  57. <UseOfMfc>Dynamic</UseOfMfc>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  60. <ConfigurationType>DynamicLibrary</ConfigurationType>
  61. <UseDebugLibraries>false</UseDebugLibraries>
  62. <PlatformToolset>v142</PlatformToolset>
  63. <WholeProgramOptimization>true</WholeProgramOptimization>
  64. <CharacterSet>MultiByte</CharacterSet>
  65. <UseOfMfc>Dynamic</UseOfMfc>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleasePYD|Win32'" Label="Configuration">
  68. <ConfigurationType>DynamicLibrary</ConfigurationType>
  69. <UseDebugLibraries>false</UseDebugLibraries>
  70. <PlatformToolset>v142</PlatformToolset>
  71. <WholeProgramOptimization>true</WholeProgramOptimization>
  72. <CharacterSet>MultiByte</CharacterSet>
  73. <UseOfMfc>Dynamic</UseOfMfc>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  76. <ConfigurationType>DynamicLibrary</ConfigurationType>
  77. <UseDebugLibraries>true</UseDebugLibraries>
  78. <PlatformToolset>v142</PlatformToolset>
  79. <CharacterSet>Unicode</CharacterSet>
  80. <UseOfMfc>Dynamic</UseOfMfc>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugPYD|x64'" Label="Configuration">
  83. <ConfigurationType>DynamicLibrary</ConfigurationType>
  84. <UseDebugLibraries>true</UseDebugLibraries>
  85. <PlatformToolset>v142</PlatformToolset>
  86. <CharacterSet>Unicode</CharacterSet>
  87. <UseOfMfc>Dynamic</UseOfMfc>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  90. <ConfigurationType>DynamicLibrary</ConfigurationType>
  91. <UseDebugLibraries>false</UseDebugLibraries>
  92. <PlatformToolset>v142</PlatformToolset>
  93. <WholeProgramOptimization>true</WholeProgramOptimization>
  94. <CharacterSet>Unicode</CharacterSet>
  95. <UseOfMfc>Dynamic</UseOfMfc>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleasePYD|x64'" Label="Configuration">
  98. <ConfigurationType>DynamicLibrary</ConfigurationType>
  99. <UseDebugLibraries>false</UseDebugLibraries>
  100. <PlatformToolset>v142</PlatformToolset>
  101. <WholeProgramOptimization>true</WholeProgramOptimization>
  102. <CharacterSet>Unicode</CharacterSet>
  103. <UseOfMfc>Dynamic</UseOfMfc>
  104. </PropertyGroup>
  105. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  106. <ImportGroup Label="ExtensionSettings">
  107. </ImportGroup>
  108. <ImportGroup Label="Shared">
  109. </ImportGroup>
  110. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  111. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  112. </ImportGroup>
  113. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugPYD|Win32'" Label="PropertySheets">
  114. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  115. </ImportGroup>
  116. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  117. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  118. </ImportGroup>
  119. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleasePYD|Win32'" Label="PropertySheets">
  120. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  121. </ImportGroup>
  122. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. </ImportGroup>
  125. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugPYD|x64'" Label="PropertySheets">
  126. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  127. </ImportGroup>
  128. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  129. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  130. </ImportGroup>
  131. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleasePYD|x64'" Label="PropertySheets">
  132. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  133. </ImportGroup>
  134. <PropertyGroup Label="UserMacros" />
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  136. <LinkIncremental>true</LinkIncremental>
  137. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  138. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugPYD|Win32'">
  141. <LinkIncremental>true</LinkIncremental>
  142. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  143. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  146. <LinkIncremental>true</LinkIncremental>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugPYD|x64'">
  149. <LinkIncremental>true</LinkIncremental>
  150. </PropertyGroup>
  151. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  152. <LinkIncremental>false</LinkIncremental>
  153. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  154. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleasePYD|Win32'">
  157. <LinkIncremental>false</LinkIncremental>
  158. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  159. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  160. </PropertyGroup>
  161. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  162. <LinkIncremental>false</LinkIncremental>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleasePYD|x64'">
  165. <LinkIncremental>false</LinkIncremental>
  166. </PropertyGroup>
  167. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  168. <ClCompile>
  169. <PrecompiledHeader>Use</PrecompiledHeader>
  170. <WarningLevel>Level3</WarningLevel>
  171. <Optimization>Disabled</Optimization>
  172. <SDLCheck>true</SDLCheck>
  173. <PreprocessorDefinitions>WIN32;_DEBUG;IRCONTROL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  174. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  175. <AdditionalIncludeDirectories>..\cJSON</AdditionalIncludeDirectories>
  176. </ClCompile>
  177. <Link>
  178. <SubSystem>Windows</SubSystem>
  179. <GenerateDebugInformation>true</GenerateDebugInformation>
  180. <EnableUAC>false</EnableUAC>
  181. </Link>
  182. </ItemDefinitionGroup>
  183. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugPYD|Win32'">
  184. <ClCompile>
  185. <PrecompiledHeader>Use</PrecompiledHeader>
  186. <WarningLevel>Level3</WarningLevel>
  187. <Optimization>Disabled</Optimization>
  188. <SDLCheck>true</SDLCheck>
  189. <PreprocessorDefinitions>WIN32;_DEBUG;IRCONTROL_EXPORTS;_WINDOWS;_USRDLL;__MAKE_PYD__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  190. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  191. <AdditionalIncludeDirectories>..\cJSON;C:\Python27\include</AdditionalIncludeDirectories>
  192. </ClCompile>
  193. <Link>
  194. <SubSystem>Windows</SubSystem>
  195. <GenerateDebugInformation>true</GenerateDebugInformation>
  196. <EnableUAC>false</EnableUAC>
  197. <AdditionalLibraryDirectories>C:\Python27\libs</AdditionalLibraryDirectories>
  198. </Link>
  199. <PostBuildEvent>
  200. <Command>copy $(TargetPath) $(TargetDir)$(TargetName).pyd /y/a
  201. copy $(TargetDir)$(TargetName).pyd C:\Python27\DLLs\$(TargetName).pyd /y/a</Command>
  202. </PostBuildEvent>
  203. </ItemDefinitionGroup>
  204. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  205. <ClCompile>
  206. <PrecompiledHeader>Use</PrecompiledHeader>
  207. <WarningLevel>Level3</WarningLevel>
  208. <Optimization>Disabled</Optimization>
  209. <SDLCheck>true</SDLCheck>
  210. <PreprocessorDefinitions>_DEBUG;IRCONTROL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  211. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  212. </ClCompile>
  213. <Link>
  214. <SubSystem>Windows</SubSystem>
  215. <GenerateDebugInformation>true</GenerateDebugInformation>
  216. <EnableUAC>false</EnableUAC>
  217. </Link>
  218. </ItemDefinitionGroup>
  219. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugPYD|x64'">
  220. <ClCompile>
  221. <PrecompiledHeader>Use</PrecompiledHeader>
  222. <WarningLevel>Level3</WarningLevel>
  223. <Optimization>Disabled</Optimization>
  224. <SDLCheck>true</SDLCheck>
  225. <PreprocessorDefinitions>_DEBUG;IRCONTROL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  226. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  227. </ClCompile>
  228. <Link>
  229. <SubSystem>Windows</SubSystem>
  230. <GenerateDebugInformation>true</GenerateDebugInformation>
  231. <EnableUAC>false</EnableUAC>
  232. </Link>
  233. </ItemDefinitionGroup>
  234. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  235. <ClCompile>
  236. <PrecompiledHeader>Use</PrecompiledHeader>
  237. <WarningLevel>Level3</WarningLevel>
  238. <Optimization>MaxSpeed</Optimization>
  239. <FunctionLevelLinking>true</FunctionLevelLinking>
  240. <IntrinsicFunctions>true</IntrinsicFunctions>
  241. <SDLCheck>true</SDLCheck>
  242. <PreprocessorDefinitions>WIN32;NDEBUG;IRCONTROL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  243. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  244. <AdditionalIncludeDirectories>..\cJSON</AdditionalIncludeDirectories>
  245. </ClCompile>
  246. <Link>
  247. <SubSystem>Windows</SubSystem>
  248. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  249. <OptimizeReferences>true</OptimizeReferences>
  250. <GenerateDebugInformation>true</GenerateDebugInformation>
  251. <EnableUAC>false</EnableUAC>
  252. </Link>
  253. </ItemDefinitionGroup>
  254. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleasePYD|Win32'">
  255. <ClCompile>
  256. <PrecompiledHeader>Use</PrecompiledHeader>
  257. <WarningLevel>Level3</WarningLevel>
  258. <Optimization>MaxSpeed</Optimization>
  259. <FunctionLevelLinking>true</FunctionLevelLinking>
  260. <IntrinsicFunctions>true</IntrinsicFunctions>
  261. <SDLCheck>true</SDLCheck>
  262. <PreprocessorDefinitions>WIN32;NDEBUG;IRCONTROL_EXPORTS;_WINDOWS;_USRDLL;__MAKE_PYD__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  263. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  264. <AdditionalIncludeDirectories>..\cJSON;C:\Python27\include</AdditionalIncludeDirectories>
  265. </ClCompile>
  266. <Link>
  267. <SubSystem>Windows</SubSystem>
  268. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  269. <OptimizeReferences>true</OptimizeReferences>
  270. <GenerateDebugInformation>true</GenerateDebugInformation>
  271. <EnableUAC>false</EnableUAC>
  272. <AdditionalLibraryDirectories>C:\Python27\libs</AdditionalLibraryDirectories>
  273. </Link>
  274. <PostBuildEvent>
  275. <Command>copy $(TargetPath) $(TargetDir)$(TargetName).pyd /y/a
  276. copy $(TargetDir)$(TargetName).pyd C:\Python27\DLLs\$(TargetName).pyd /y/a</Command>
  277. </PostBuildEvent>
  278. </ItemDefinitionGroup>
  279. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  280. <ClCompile>
  281. <PrecompiledHeader>Use</PrecompiledHeader>
  282. <WarningLevel>Level3</WarningLevel>
  283. <Optimization>MaxSpeed</Optimization>
  284. <FunctionLevelLinking>true</FunctionLevelLinking>
  285. <IntrinsicFunctions>true</IntrinsicFunctions>
  286. <SDLCheck>true</SDLCheck>
  287. <PreprocessorDefinitions>NDEBUG;IRCONTROL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  288. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  289. </ClCompile>
  290. <Link>
  291. <SubSystem>Windows</SubSystem>
  292. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  293. <OptimizeReferences>true</OptimizeReferences>
  294. <GenerateDebugInformation>true</GenerateDebugInformation>
  295. <EnableUAC>false</EnableUAC>
  296. </Link>
  297. </ItemDefinitionGroup>
  298. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleasePYD|x64'">
  299. <ClCompile>
  300. <PrecompiledHeader>Use</PrecompiledHeader>
  301. <WarningLevel>Level3</WarningLevel>
  302. <Optimization>MaxSpeed</Optimization>
  303. <FunctionLevelLinking>true</FunctionLevelLinking>
  304. <IntrinsicFunctions>true</IntrinsicFunctions>
  305. <SDLCheck>true</SDLCheck>
  306. <PreprocessorDefinitions>NDEBUG;IRCONTROL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  307. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  308. </ClCompile>
  309. <Link>
  310. <SubSystem>Windows</SubSystem>
  311. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  312. <OptimizeReferences>true</OptimizeReferences>
  313. <GenerateDebugInformation>true</GenerateDebugInformation>
  314. <EnableUAC>false</EnableUAC>
  315. </Link>
  316. </ItemDefinitionGroup>
  317. <ItemGroup>
  318. <ClInclude Include="CritSection.h" />
  319. <ClInclude Include="framework.h" />
  320. <ClInclude Include="Global.h" />
  321. <ClInclude Include="IRControl.h" />
  322. <ClInclude Include="Resource.h" />
  323. <ClInclude Include="SDK.h" />
  324. <ClInclude Include="stdafx.h" />
  325. <ClInclude Include="targetver.h" />
  326. <ClInclude Include="TCPClient.h" />
  327. </ItemGroup>
  328. <ItemGroup>
  329. <ClCompile Include="Global.cpp" />
  330. <ClCompile Include="IRControl.cpp" />
  331. <ClCompile Include="SDK.cpp" />
  332. <ClCompile Include="stdafx.cpp">
  333. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  334. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugPYD|Win32'">Create</PrecompiledHeader>
  335. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  336. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleasePYD|Win32'">Create</PrecompiledHeader>
  337. </ClCompile>
  338. <ClCompile Include="TCPClient.cpp" />
  339. </ItemGroup>
  340. <ItemGroup>
  341. <ResourceCompile Include="IRControl.rc" />
  342. </ItemGroup>
  343. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  344. <ImportGroup Label="ExtensionTargets">
  345. </ImportGroup>
  346. </Project>