ShareMemory_IF.vcxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  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="DM|Win32">
  13. <Configuration>DM</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="DM|x64">
  17. <Configuration>DM</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{640A0C9F-C796-4915-ABDF-FA049D4A2D5F}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>ShareMemory_IF</RootNamespace>
  33. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v142</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>MultiByte</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="Configuration">
  56. <ConfigurationType>DynamicLibrary</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <PlatformToolset>v142</PlatformToolset>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. <CharacterSet>MultiByte</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>v143</PlatformToolset>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>MultiByte</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="Configuration">
  70. <ConfigurationType>DynamicLibrary</ConfigurationType>
  71. <UseDebugLibraries>false</UseDebugLibraries>
  72. <PlatformToolset>v142</PlatformToolset>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. <CharacterSet>MultiByte</CharacterSet>
  75. </PropertyGroup>
  76. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  77. <ImportGroup Label="ExtensionSettings">
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="PropertySheets">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <PropertyGroup Label="UserMacros" />
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  99. <LinkIncremental>true</LinkIncremental>
  100. <TargetName>$(ProjectName)D</TargetName>
  101. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  102. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  105. <LinkIncremental>true</LinkIncremental>
  106. <TargetName>$(ProjectName)X64D</TargetName>
  107. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  108. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  111. <LinkIncremental>false</LinkIncremental>
  112. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  113. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  116. <LinkIncremental>false</LinkIncremental>
  117. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  118. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  121. <LinkIncremental>false</LinkIncremental>
  122. <IncludePath>..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  123. <LibraryPath>..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  124. <TargetName>$(ProjectName)X64</TargetName>
  125. <OutDir>..\..\..\1.V1.0.0.0\DeviceV3\PlatformModule\</OutDir>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  128. <LinkIncremental>false</LinkIncremental>
  129. <IncludePath>..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  130. <LibraryPath>..\..\deliver\lib\ReleaseX64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  131. <TargetName>$(ProjectName)X64</TargetName>
  132. <OutDir>..\..\..\1.V1.0.0.0.dm\DeviceV3\</OutDir>
  133. </PropertyGroup>
  134. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  135. <ClCompile>
  136. <PrecompiledHeader>Use</PrecompiledHeader>
  137. <WarningLevel>Level3</WarningLevel>
  138. <Optimization>Disabled</Optimization>
  139. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SHAREMEMORY_IF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  140. <SDLCheck>true</SDLCheck>
  141. </ClCompile>
  142. <Link>
  143. <SubSystem>Windows</SubSystem>
  144. <GenerateDebugInformation>true</GenerateDebugInformation>
  145. </Link>
  146. <PostBuildEvent>
  147. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  148. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  149. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  150. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  151. </PostBuildEvent>
  152. </ItemDefinitionGroup>
  153. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  154. <ClCompile>
  155. <PrecompiledHeader>Use</PrecompiledHeader>
  156. <WarningLevel>Level3</WarningLevel>
  157. <Optimization>Disabled</Optimization>
  158. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SHAREMEMORY_IF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <SDLCheck>true</SDLCheck>
  160. </ClCompile>
  161. <Link>
  162. <SubSystem>Windows</SubSystem>
  163. <GenerateDebugInformation>true</GenerateDebugInformation>
  164. </Link>
  165. <PostBuildEvent>
  166. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  167. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  168. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  169. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  170. </Command>
  171. </PostBuildEvent>
  172. </ItemDefinitionGroup>
  173. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  174. <ClCompile>
  175. <WarningLevel>Level3</WarningLevel>
  176. <PrecompiledHeader>Use</PrecompiledHeader>
  177. <Optimization>MaxSpeed</Optimization>
  178. <FunctionLevelLinking>true</FunctionLevelLinking>
  179. <IntrinsicFunctions>true</IntrinsicFunctions>
  180. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SHAREMEMORY_IF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  181. <SDLCheck>true</SDLCheck>
  182. </ClCompile>
  183. <Link>
  184. <SubSystem>Windows</SubSystem>
  185. <GenerateDebugInformation>true</GenerateDebugInformation>
  186. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  187. <OptimizeReferences>true</OptimizeReferences>
  188. </Link>
  189. <PostBuildEvent>
  190. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  191. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  192. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  193. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  194. </PostBuildEvent>
  195. </ItemDefinitionGroup>
  196. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  197. <ClCompile>
  198. <WarningLevel>Level3</WarningLevel>
  199. <PrecompiledHeader>Use</PrecompiledHeader>
  200. <Optimization>MaxSpeed</Optimization>
  201. <FunctionLevelLinking>true</FunctionLevelLinking>
  202. <IntrinsicFunctions>true</IntrinsicFunctions>
  203. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SHAREMEMORY_IF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  204. <SDLCheck>true</SDLCheck>
  205. </ClCompile>
  206. <Link>
  207. <SubSystem>Windows</SubSystem>
  208. <GenerateDebugInformation>true</GenerateDebugInformation>
  209. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  210. <OptimizeReferences>true</OptimizeReferences>
  211. </Link>
  212. <PostBuildEvent>
  213. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  214. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  215. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  216. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  217. </PostBuildEvent>
  218. </ItemDefinitionGroup>
  219. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  220. <ClCompile>
  221. <WarningLevel>Level3</WarningLevel>
  222. <PrecompiledHeader>Use</PrecompiledHeader>
  223. <Optimization>MaxSpeed</Optimization>
  224. <FunctionLevelLinking>true</FunctionLevelLinking>
  225. <IntrinsicFunctions>true</IntrinsicFunctions>
  226. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SHAREMEMORY_IF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  227. <SDLCheck>true</SDLCheck>
  228. </ClCompile>
  229. <Link>
  230. <SubSystem>Windows</SubSystem>
  231. <GenerateDebugInformation>true</GenerateDebugInformation>
  232. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  233. <OptimizeReferences>true</OptimizeReferences>
  234. </Link>
  235. <PostBuildEvent>
  236. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\Trunk\PlatformModule\"
  237. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  238. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\Trunk\PlatformModule\"
  239. copy "$(ProjectName).h" "..\..\deliver\Include"
  240. </Command>
  241. </PostBuildEvent>
  242. </ItemDefinitionGroup>
  243. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  244. <ClCompile>
  245. <WarningLevel>Level3</WarningLevel>
  246. <PrecompiledHeader>Use</PrecompiledHeader>
  247. <Optimization>MaxSpeed</Optimization>
  248. <FunctionLevelLinking>true</FunctionLevelLinking>
  249. <IntrinsicFunctions>true</IntrinsicFunctions>
  250. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SHAREMEMORY_IF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  251. <SDLCheck>true</SDLCheck>
  252. </ClCompile>
  253. <Link>
  254. <SubSystem>Windows</SubSystem>
  255. <GenerateDebugInformation>true</GenerateDebugInformation>
  256. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  257. <OptimizeReferences>true</OptimizeReferences>
  258. </Link>
  259. <PostBuildEvent>
  260. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\ReleaseX64"
  261. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\ReleaseX64\"
  262. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\ReleaseX64\"
  263. copy "$(ProjectName).h" "..\..\deliver\Include"
  264. </Command>
  265. </PostBuildEvent>
  266. </ItemDefinitionGroup>
  267. <ItemGroup>
  268. <Text Include="ReadMe.txt" />
  269. </ItemGroup>
  270. <ItemGroup>
  271. <ClInclude Include="resource.h" />
  272. <ClInclude Include="ShareMemory_IF.h" />
  273. <ClInclude Include="stdafx.h" />
  274. <ClInclude Include="targetver.h" />
  275. </ItemGroup>
  276. <ItemGroup>
  277. <ClCompile Include="dllmain.cpp">
  278. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  279. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  280. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  281. </PrecompiledHeader>
  282. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  283. </PrecompiledHeader>
  284. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  285. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">false</CompileAsManaged>
  286. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  287. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|x64'">false</CompileAsManaged>
  288. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  289. </PrecompiledHeader>
  290. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  291. </PrecompiledHeader>
  292. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  293. </PrecompiledHeader>
  294. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  295. </PrecompiledHeader>
  296. </ClCompile>
  297. <ClCompile Include="ShareMemory_IF.cpp" />
  298. <ClCompile Include="stdafx.cpp">
  299. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  300. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  301. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  302. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">Create</PrecompiledHeader>
  303. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  304. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">Create</PrecompiledHeader>
  305. </ClCompile>
  306. </ItemGroup>
  307. <ItemGroup>
  308. <ResourceCompile Include="ShareMemory_IF.rc" />
  309. </ItemGroup>
  310. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  311. <ImportGroup Label="ExtensionTargets">
  312. </ImportGroup>
  313. </Project>