DIOS.Dev.Generator.PSG_RF.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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|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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</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. <VCProjectVersion>16.0</VCProjectVersion>
  23. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{3B37A81B-4010-45ED-AC62-67C4E1D2041E}</ProjectGuid>
  25. <RootNamespace>CCOSDevGeneratorPSGRF</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>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v143</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v143</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v143</PlatformToolset>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v143</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>MultiByte</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <LinkIncremental>false</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <LinkIncremental>true</LinkIncremental>
  81. <OutDir>$(SolutionDir)\BIN\</OutDir>
  82. <IntDir>$(SolutionDir)\TEMP\$(Configuration).$(Platform)\$(ProjectName)\</IntDir>
  83. <TargetName>$(ProjectName)64D</TargetName>
  84. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  85. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <TargetName>$(ProjectName)64</TargetName>
  90. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  91. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\..\..\..\Deliver\Include\Log4CPP\Log.Include;..\..\..\..\..\Deliver\Include\Log4CPP\Common.Include;..\..\..\..\..\Deliver\include;..\..\..\Deliver\include;..\..\..\Deliver\include\fmt</IncludePath>
  92. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);..\..\..\Deliver\lib\$(Configuration)X64;..\..\..\..\..\Deliver\lib\$(Configuration)X64;..\..\..\..\..\Deliver\lib\$(Configuration)X64\Log4CPP;..\..\..\Deliver\lib\$(Configuration)X64\fmt</LibraryPath>
  93. </PropertyGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <ClCompile>
  96. <WarningLevel>Level3</WarningLevel>
  97. <SDLCheck>true</SDLCheck>
  98. <PreprocessorDefinitions>WIN32;_DEBUG;CCOSDevGeneratorPSGRF_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <ConformanceMode>true</ConformanceMode>
  100. <PrecompiledHeader>Use</PrecompiledHeader>
  101. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  102. <LanguageStandard>stdcpp17</LanguageStandard>
  103. </ClCompile>
  104. <Link>
  105. <SubSystem>Windows</SubSystem>
  106. <GenerateDebugInformation>true</GenerateDebugInformation>
  107. <EnableUAC>false</EnableUAC>
  108. </Link>
  109. </ItemDefinitionGroup>
  110. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  111. <ClCompile>
  112. <WarningLevel>Level3</WarningLevel>
  113. <FunctionLevelLinking>true</FunctionLevelLinking>
  114. <IntrinsicFunctions>true</IntrinsicFunctions>
  115. <SDLCheck>true</SDLCheck>
  116. <PreprocessorDefinitions>WIN32;NDEBUG;CCOSDevGeneratorPSGRF_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  117. <ConformanceMode>true</ConformanceMode>
  118. <PrecompiledHeader>Use</PrecompiledHeader>
  119. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Windows</SubSystem>
  123. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  124. <OptimizeReferences>true</OptimizeReferences>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. <EnableUAC>false</EnableUAC>
  127. </Link>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  130. <ClCompile>
  131. <WarningLevel>Level3</WarningLevel>
  132. <SDLCheck>true</SDLCheck>
  133. <PreprocessorDefinitions>WIN32;_DEBUG;CCOSDEVGENEPSGRF_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <ConformanceMode>Default</ConformanceMode>
  135. <PrecompiledHeader>Use</PrecompiledHeader>
  136. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  137. <LanguageStandard>stdcpp17</LanguageStandard>
  138. </ClCompile>
  139. <Link>
  140. <SubSystem>Windows</SubSystem>
  141. <GenerateDebugInformation>true</GenerateDebugInformation>
  142. <EnableUAC>true</EnableUAC>
  143. <AdditionalLibraryDirectories>..\BIN</AdditionalLibraryDirectories>
  144. </Link>
  145. <PostBuildEvent>
  146. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  147. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\" </Command>
  148. </PostBuildEvent>
  149. </ItemDefinitionGroup>
  150. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  151. <ClCompile>
  152. <WarningLevel>Level3</WarningLevel>
  153. <FunctionLevelLinking>true</FunctionLevelLinking>
  154. <IntrinsicFunctions>true</IntrinsicFunctions>
  155. <SDLCheck>true</SDLCheck>
  156. <PreprocessorDefinitions>WIN32;NDEBUG;CCOSDEVGENPSGRF_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. <ConformanceMode>Default</ConformanceMode>
  158. <PrecompiledHeader>Use</PrecompiledHeader>
  159. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  160. <LanguageStandard>stdcpp17</LanguageStandard>
  161. <AdditionalIncludeDirectories>$(VCInstallDir)UnitTest\include</AdditionalIncludeDirectories>
  162. <Optimization>Disabled</Optimization>
  163. </ClCompile>
  164. <Link>
  165. <SubSystem>Windows</SubSystem>
  166. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  167. <OptimizeReferences>true</OptimizeReferences>
  168. <GenerateDebugInformation>true</GenerateDebugInformation>
  169. <EnableUAC>true</EnableUAC>
  170. <AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib</AdditionalLibraryDirectories>
  171. <AdditionalDependencies>Version.lib;%(AdditionalDependencies)</AdditionalDependencies>
  172. </Link>
  173. <PostBuildEvent>
  174. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  175. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  176. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  177. copy "$(OutDir)$(TargetName)$(TargetExt)" "D:\drive\PSGRF"
  178. copy "$(OutDir)$(TargetName).pdb" "D:\drive\PSGRF" </Command>
  179. </PostBuildEvent>
  180. </ItemDefinitionGroup>
  181. <ItemGroup>
  182. <ClInclude Include="..\..\..\..\..\Deliver\include\LogicDevice.h" />
  183. <ClInclude Include="..\..\..\Deliver\Include\Base64.h" />
  184. <ClInclude Include="..\..\..\Deliver\Include\DAP.BasicMoulds.hpp" />
  185. <ClInclude Include="..\..\..\Deliver\Include\DeliverModule.h" />
  186. <ClInclude Include="..\..\..\Deliver\Include\CCOS.Dev.MSGMould.hpp" />
  187. <ClInclude Include="CCOS.Dev.Generator.PSG_RF.h" />
  188. <ClInclude Include="stdafx.h" />
  189. <ClInclude Include="resource.h" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ClCompile Include="..\..\..\Deliver\Include\Base64.cpp" />
  193. <ClCompile Include="..\..\..\Deliver\Include\DAP.BasicMoulds.cpp" />
  194. <ClCompile Include="..\..\..\Deliver\Include\DeliverModule.cpp">
  195. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  196. </ClCompile>
  197. <ClCompile Include="..\..\..\Deliver\Include\CCOS.Dev.MSGMould.cpp" />
  198. <ClCompile Include="CCOS.Dev.Generator.PSG_RF.cpp" />
  199. <ClCompile Include="dllmain.cpp" />
  200. <ClCompile Include="stdafx.cpp">
  201. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  202. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  203. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  204. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  205. </ClCompile>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <ResourceCompile Include="CCOS.Dev.Generator.PSG_RF.rc" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <Text Include="ReleaseNote.txt" />
  212. </ItemGroup>
  213. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  214. <ImportGroup Label="ExtensionTargets">
  215. </ImportGroup>
  216. </Project>