DIOS.Dev.Machinery.BaseComponent.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</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. <ProjectGuid>{4AAB861C-CDE9-4926-A405-FBBA239E8F3C}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>DiosBoxBaseComponent</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v142</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>StaticLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v142</PlatformToolset>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>StaticLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>StaticLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v142</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <TargetName>$(ProjectName)X64D</TargetName>
  72. <IncludePath>..\..\..\..\deliver\include;..\..\..\..\deliver\include\diosbox;$(IncludePath)</IncludePath>
  73. <LibraryPath>..\..\..\..\deliver\lib\;$(LibraryPath)</LibraryPath>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  76. <IncludePath>..\..\..\..\deliver\include;..\..\..\..\deliver\include\MachineryECOM;$(IncludePath)</IncludePath>
  77. <LibraryPath>..\..\..\..\deliver\lib\$(Configuration)X64;$(LibraryPath)</LibraryPath>
  78. <TargetName>$(ProjectName)X64</TargetName>
  79. <IntDir>..\..\BuildFiles\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
  80. </PropertyGroup>
  81. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  82. <ClCompile>
  83. <PrecompiledHeader>Use</PrecompiledHeader>
  84. <WarningLevel>Level3</WarningLevel>
  85. <Optimization>Disabled</Optimization>
  86. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  87. <SDLCheck>true</SDLCheck>
  88. </ClCompile>
  89. <Link>
  90. <SubSystem>Windows</SubSystem>
  91. <GenerateDebugInformation>true</GenerateDebugInformation>
  92. </Link>
  93. </ItemDefinitionGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  95. <ClCompile>
  96. <PrecompiledHeader>Use</PrecompiledHeader>
  97. <WarningLevel>Level3</WarningLevel>
  98. <Optimization>Disabled</Optimization>
  99. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;DIOSBOX_COMPONENT_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <SDLCheck>true</SDLCheck>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Windows</SubSystem>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. </Link>
  106. <PostBuildEvent>
  107. <Command>copy "$(OutDir)$(TargetName).lib" "..\..\..\..\deliver\lib\$(Configuration)X64\"
  108. copy *.h "..\..\..\..\deliver\Include\diosbox\"
  109. del /f /s /q "..\..\..\..\deliver\Include\diosbox\stdafx.h"
  110. del /f /s /q "..\..\..\..\deliver\Include\diosbox\targetver.h"</Command>
  111. </PostBuildEvent>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114. <ClCompile>
  115. <WarningLevel>Level3</WarningLevel>
  116. <PrecompiledHeader>Use</PrecompiledHeader>
  117. <Optimization>MaxSpeed</Optimization>
  118. <FunctionLevelLinking>true</FunctionLevelLinking>
  119. <IntrinsicFunctions>true</IntrinsicFunctions>
  120. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <SDLCheck>true</SDLCheck>
  122. </ClCompile>
  123. <Link>
  124. <SubSystem>Windows</SubSystem>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  127. <OptimizeReferences>true</OptimizeReferences>
  128. </Link>
  129. </ItemDefinitionGroup>
  130. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  131. <ClCompile>
  132. <WarningLevel>Level3</WarningLevel>
  133. <PrecompiledHeader>Use</PrecompiledHeader>
  134. <Optimization>MaxSpeed</Optimization>
  135. <FunctionLevelLinking>true</FunctionLevelLinking>
  136. <IntrinsicFunctions>true</IntrinsicFunctions>
  137. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;DIOSBOX_COMPONENT_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <SDLCheck>true</SDLCheck>
  139. <LanguageStandard>stdcpp17</LanguageStandard>
  140. </ClCompile>
  141. <Link>
  142. <SubSystem>Windows</SubSystem>
  143. <GenerateDebugInformation>true</GenerateDebugInformation>
  144. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  145. <OptimizeReferences>true</OptimizeReferences>
  146. </Link>
  147. <PostBuildEvent>
  148. <Command>copy "$(OutDir)$(TargetName).lib" "..\..\..\..\deliver\lib\$(Configuration)X64\"
  149. copy *.h "..\..\..\..\deliver\Include\MachineryECOM\"
  150. del /f /s /q "..\..\..\..\deliver\Include\MachineryECOM\stdafx.h"
  151. del /f /s /q "..\..\..\..\deliver\Include\MachineryECOM\targetver.h"</Command>
  152. </PostBuildEvent>
  153. </ItemDefinitionGroup>
  154. <ItemGroup>
  155. <Text Include="ReadMe.txt" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <ClInclude Include="CollimatorController.h" />
  159. <ClInclude Include="DetectorHeightController.h" />
  160. <ClInclude Include="DiosBoxBaseComponent.h" />
  161. <ClInclude Include="ExposureController.h" />
  162. <ClInclude Include="FluoroSwitchController.h" />
  163. <ClInclude Include="LandmarkController.h" />
  164. <ClInclude Include="MechnicalComponentFactory.h" />
  165. <ClInclude Include="SensorADController.h" />
  166. <ClInclude Include="SensorEncoderCArmYiDongController.h" />
  167. <ClInclude Include="SensorEncoderController.h" />
  168. <ClInclude Include="ServoDriveBS.h" />
  169. <ClInclude Include="ServoDriveFactory.h" />
  170. <ClInclude Include="ServoDriveJRui.h" />
  171. <ClInclude Include="stdafx.h" />
  172. <ClInclude Include="targetver.h" />
  173. <ClInclude Include="TubeAngleController.h" />
  174. <ClInclude Include="TubeCircularController.h" />
  175. <ClInclude Include="TubeHeightController.h" />
  176. <ClInclude Include="TubeHorizontalController.h" />
  177. <ClInclude Include="TubeLineMotionSwitchController.h" />
  178. <ClInclude Include="TubeSwingController.h" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ClCompile Include="CollimatorController.cpp" />
  182. <ClCompile Include="DetectorHeightController.cpp" />
  183. <ClCompile Include="ExposureController.cpp" />
  184. <ClCompile Include="FluoroSwitchController.cpp" />
  185. <ClCompile Include="LandmarkController.cpp" />
  186. <ClCompile Include="MechnicalComponentFactory.cpp" />
  187. <ClCompile Include="SensorADController.cpp" />
  188. <ClCompile Include="SensorEncoderCArmYiDongController.cpp" />
  189. <ClCompile Include="SensorEncoderController.cpp" />
  190. <ClCompile Include="ServoDriveBS.cpp" />
  191. <ClCompile Include="ServoDriveFactory.cpp" />
  192. <ClCompile Include="ServoDriveJRui.cpp" />
  193. <ClCompile Include="stdafx.cpp">
  194. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  195. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  196. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  197. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  198. </ClCompile>
  199. <ClCompile Include="TubeAngleController.cpp" />
  200. <ClCompile Include="TubeCircularController.cpp" />
  201. <ClCompile Include="TubeHeightController.cpp" />
  202. <ClCompile Include="TubeHorizontalController.cpp" />
  203. <ClCompile Include="TubeLineMotionSwitchController.cpp" />
  204. <ClCompile Include="TubeSwingController.cpp" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <ProjectReference Include="..\DiosBoxBase\DiosBoxBase.vcxproj">
  208. <Project>{a4a750f9-3256-4dca-b773-2e485b58fc74}</Project>
  209. </ProjectReference>
  210. </ItemGroup>
  211. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  212. <ImportGroup Label="ExtensionTargets">
  213. </ImportGroup>
  214. </Project>