DIOS.Dev.Machinery.BaseBoard.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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>{9512AF9C-3C06-4034-BDA2-C4E0B0665507}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>DiosBoxBaseIoBoard</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. <TargetName>$(ProjectName)X64</TargetName>
  77. <IncludePath>..\..\..\..\deliver\include;..\..\..\..\deliver\include\MachineryECOM;$(IncludePath)</IncludePath>
  78. <LibraryPath>..\..\..\..\deliver\lib\$(Configuration)X64;;$(LibraryPath)</LibraryPath>
  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. <ModuleDefinitionFile>DIOS.Dev.Machinery.BaseBoard.def</ModuleDefinitionFile>
  93. </Link>
  94. </ItemDefinitionGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  96. <ClCompile>
  97. <PrecompiledHeader>Use</PrecompiledHeader>
  98. <WarningLevel>Level3</WarningLevel>
  99. <Optimization>Disabled</Optimization>
  100. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;DIOSBOX_BOARD_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <SDLCheck>true</SDLCheck>
  102. </ClCompile>
  103. <Link>
  104. <SubSystem>Windows</SubSystem>
  105. <GenerateDebugInformation>true</GenerateDebugInformation>
  106. <ModuleDefinitionFile>DIOS.Dev.Machinery.BaseBoard.def</ModuleDefinitionFile>
  107. </Link>
  108. <PostBuildEvent>
  109. <Command>copy "$(OutDir)$(TargetName).lib" "..\..\..\..\deliver\lib\$(Configuration)X64\"
  110. copy *.h "..\..\..\..\deliver\Include\diosbox\"
  111. del /f /s /q "..\..\..\..\deliver\Include\diosbox\stdafx.h"
  112. del /f /s /q "..\..\..\..\deliver\Include\diosbox\targetver.h"</Command>
  113. </PostBuildEvent>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  116. <ClCompile>
  117. <WarningLevel>Level3</WarningLevel>
  118. <PrecompiledHeader>Use</PrecompiledHeader>
  119. <Optimization>MaxSpeed</Optimization>
  120. <FunctionLevelLinking>true</FunctionLevelLinking>
  121. <IntrinsicFunctions>true</IntrinsicFunctions>
  122. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. <SDLCheck>true</SDLCheck>
  124. </ClCompile>
  125. <Link>
  126. <SubSystem>Windows</SubSystem>
  127. <GenerateDebugInformation>true</GenerateDebugInformation>
  128. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  129. <OptimizeReferences>true</OptimizeReferences>
  130. <ModuleDefinitionFile>DIOS.Dev.Machinery.BaseBoard.def</ModuleDefinitionFile>
  131. </Link>
  132. </ItemDefinitionGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  134. <ClCompile>
  135. <WarningLevel>Level3</WarningLevel>
  136. <PrecompiledHeader>Use</PrecompiledHeader>
  137. <Optimization>MaxSpeed</Optimization>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;DIOSBOX_BOARD_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <SDLCheck>true</SDLCheck>
  142. <LanguageStandard>stdcpp17</LanguageStandard>
  143. </ClCompile>
  144. <Link>
  145. <SubSystem>Windows</SubSystem>
  146. <GenerateDebugInformation>true</GenerateDebugInformation>
  147. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  148. <OptimizeReferences>true</OptimizeReferences>
  149. <ModuleDefinitionFile>DIOS.Dev.Machinery.BaseBoard.def</ModuleDefinitionFile>
  150. </Link>
  151. <PostBuildEvent>
  152. <Command>copy "$(OutDir)$(TargetName).lib" "..\..\..\..\deliver\lib\$(Configuration)X64\"
  153. copy *.h "..\..\..\..\deliver\Include\MachineryECOM\"
  154. del /f /s /q "..\..\..\..\deliver\Include\MachineryECOM\stdafx.h"
  155. del /f /s /q "..\..\..\..\deliver\Include\MachineryECOM\targetver.h"</Command>
  156. </PostBuildEvent>
  157. </ItemDefinitionGroup>
  158. <ItemGroup>
  159. <Text Include="ReadMe.txt" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <ClInclude Include="CommunicateEntityFactory.h" />
  163. <ClInclude Include="DIOSBoardCommunicateEntity.h" />
  164. <ClInclude Include="DIOSBoardController.h" />
  165. <ClInclude Include="DIOSBoardFactory.h" />
  166. <ClInclude Include="DIOSBoardProtocolHelper.h" />
  167. <ClInclude Include="DiosBoxBaseIoBoard.h" />
  168. <ClInclude Include="DoNothingDiosBoard.h" />
  169. <ClInclude Include="stdafx.h" />
  170. <ClInclude Include="targetver.h" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <ClCompile Include="CommunicateEntityFactory.cpp" />
  174. <ClCompile Include="DIOSBoardCommunicateEntity.cpp" />
  175. <ClCompile Include="DIOSBoardController.cpp" />
  176. <ClCompile Include="DIOSBoardFactory.cpp" />
  177. <ClCompile Include="DIOSBoardProtocolHelper.cpp" />
  178. <ClCompile Include="DoNothingDiosBoard.cpp" />
  179. <ClCompile Include="stdafx.cpp">
  180. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  181. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  182. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  183. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  184. </ClCompile>
  185. </ItemGroup>
  186. <ItemGroup>
  187. <ProjectReference Include="..\DiosBoxBase\DiosBoxBase.vcxproj">
  188. <Project>{a4a750f9-3256-4dca-b773-2e485b58fc74}</Project>
  189. </ProjectReference>
  190. </ItemGroup>
  191. <ItemGroup>
  192. <None Include="DIOS.Dev.Machinery.BaseBoard.def" />
  193. </ItemGroup>
  194. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  195. <ImportGroup Label="ExtensionTargets">
  196. </ImportGroup>
  197. </Project>