Chroma22293.vcxproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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_Pyd|Win32">
  5. <Configuration>Debug_Pyd</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release_Pyd|Win32">
  13. <Configuration>Release_Pyd</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>16.0</VCProjectVersion>
  23. <ProjectGuid>{AB7C4CB9-6CD2-461B-B9B1-931C77DEBD13}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>Chroma22293</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>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>MultiByte</CharacterSet>
  34. <UseOfMfc>Dynamic</UseOfMfc>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Pyd|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. <UseOfMfc>Dynamic</UseOfMfc>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <UseDebugLibraries>false</UseDebugLibraries>
  46. <PlatformToolset>v142</PlatformToolset>
  47. <WholeProgramOptimization>true</WholeProgramOptimization>
  48. <CharacterSet>MultiByte</CharacterSet>
  49. <UseOfMfc>Dynamic</UseOfMfc>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Pyd|Win32'" Label="Configuration">
  52. <ConfigurationType>DynamicLibrary</ConfigurationType>
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <PlatformToolset>v142</PlatformToolset>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. <CharacterSet>MultiByte</CharacterSet>
  57. <UseOfMfc>Dynamic</UseOfMfc>
  58. </PropertyGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  60. <ImportGroup Label="ExtensionSettings">
  61. </ImportGroup>
  62. <ImportGroup Label="Shared">
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Pyd|Win32'" Label="PropertySheets">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Pyd|Win32'" Label="PropertySheets">
  74. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  75. </ImportGroup>
  76. <PropertyGroup Label="UserMacros" />
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  80. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Pyd|Win32'">
  83. <LinkIncremental>true</LinkIncremental>
  84. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  85. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  90. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Pyd|Win32'">
  93. <LinkIncremental>false</LinkIncremental>
  94. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  95. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  96. </PropertyGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  98. <ClCompile>
  99. <PrecompiledHeader>Use</PrecompiledHeader>
  100. <WarningLevel>Level3</WarningLevel>
  101. <Optimization>Disabled</Optimization>
  102. <SDLCheck>true</SDLCheck>
  103. <PreprocessorDefinitions>WIN32;_DEBUG;CHROMA22293_EXPORTS;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  105. </ClCompile>
  106. <Link>
  107. <SubSystem>Console</SubSystem>
  108. <GenerateDebugInformation>true</GenerateDebugInformation>
  109. <EnableUAC>false</EnableUAC>
  110. </Link>
  111. </ItemDefinitionGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Pyd|Win32'">
  113. <ClCompile>
  114. <PrecompiledHeader>Use</PrecompiledHeader>
  115. <WarningLevel>Level3</WarningLevel>
  116. <Optimization>Disabled</Optimization>
  117. <SDLCheck>true</SDLCheck>
  118. <PreprocessorDefinitions>WIN32;_DEBUG;CHROMA22293_EXPORTS;_WINDOWS;_USRDLL;_PYD_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  120. <AdditionalIncludeDirectories>C:\Python27\include</AdditionalIncludeDirectories>
  121. </ClCompile>
  122. <Link>
  123. <SubSystem>Console</SubSystem>
  124. <GenerateDebugInformation>true</GenerateDebugInformation>
  125. <EnableUAC>false</EnableUAC>
  126. <AdditionalLibraryDirectories>C:\Python27\libs</AdditionalLibraryDirectories>
  127. </Link>
  128. <PostBuildEvent>
  129. <Command>copy $(TargetPath) $(TargetDir)$(TargetName).pyd /y/a</Command>
  130. </PostBuildEvent>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  133. <ClCompile>
  134. <PrecompiledHeader>Use</PrecompiledHeader>
  135. <WarningLevel>Level3</WarningLevel>
  136. <Optimization>MaxSpeed</Optimization>
  137. <FunctionLevelLinking>true</FunctionLevelLinking>
  138. <IntrinsicFunctions>true</IntrinsicFunctions>
  139. <SDLCheck>true</SDLCheck>
  140. <PreprocessorDefinitions>WIN32;NDEBUG;CHROMA22293_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  142. </ClCompile>
  143. <Link>
  144. <SubSystem>Windows</SubSystem>
  145. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  146. <OptimizeReferences>true</OptimizeReferences>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. <EnableUAC>false</EnableUAC>
  149. </Link>
  150. </ItemDefinitionGroup>
  151. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Pyd|Win32'">
  152. <ClCompile>
  153. <PrecompiledHeader>Use</PrecompiledHeader>
  154. <WarningLevel>Level3</WarningLevel>
  155. <Optimization>MaxSpeed</Optimization>
  156. <FunctionLevelLinking>true</FunctionLevelLinking>
  157. <IntrinsicFunctions>true</IntrinsicFunctions>
  158. <SDLCheck>true</SDLCheck>
  159. <PreprocessorDefinitions>WIN32;NDEBUG;CHROMA22293_EXPORTS;_WINDOWS;_USRDLL;_PYD_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  160. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  161. <AdditionalIncludeDirectories>C:\Python27\include</AdditionalIncludeDirectories>
  162. </ClCompile>
  163. <Link>
  164. <SubSystem>Windows</SubSystem>
  165. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  166. <OptimizeReferences>true</OptimizeReferences>
  167. <GenerateDebugInformation>true</GenerateDebugInformation>
  168. <EnableUAC>false</EnableUAC>
  169. <AdditionalLibraryDirectories>C:\Python27\libs</AdditionalLibraryDirectories>
  170. </Link>
  171. <PostBuildEvent>
  172. <Command>copy $(TargetPath) $(TargetDir)$(TargetName).pyd /y/a</Command>
  173. </PostBuildEvent>
  174. </ItemDefinitionGroup>
  175. <ItemGroup>
  176. <ClInclude Include="Chroma22293.h" />
  177. <ClInclude Include="framework.h" />
  178. <ClInclude Include="stdafx.h" />
  179. <ClInclude Include="Resource.h" />
  180. <ClInclude Include="SynSerial.h" />
  181. <ClInclude Include="targetver.h" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <ClCompile Include="Chroma22293.cpp" />
  185. <ClCompile Include="stdafx.cpp">
  186. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  187. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_Pyd|Win32'">Create</PrecompiledHeader>
  188. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  189. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Pyd|Win32'">Create</PrecompiledHeader>
  190. </ClCompile>
  191. <ClCompile Include="SynSerial.cpp" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <ResourceCompile Include="Chroma22293.rc" />
  195. </ItemGroup>
  196. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  197. <ImportGroup Label="ExtensionTargets">
  198. </ImportGroup>
  199. </Project>