LocalConfig.vcxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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>{95684BAB-A43E-43BE-BB69-8CEFF58E3CA6}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>LocalConfig</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>v143</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;..\..\..\deliver\include\Common;$(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;..\..\..\deliver\include\Common;$(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;..\..\..\deliver\include\Common;..\..\Deliver\Include\Log4CPP\Log.Include;..\..\Deliver\Include\Log4CPP\Common.Include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  113. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  114. <OutDir>..\..\..\1.V1.0.0.0\DeviceV3\PlatformModule\</OutDir>
  115. <IntDir>$(Platform)\$(Configuration)\</IntDir>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  118. <LinkIncremental>false</LinkIncremental>
  119. <IncludePath>..\..\..\deliver\include;..\..\..\deliver\include\Common;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  120. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  123. <LinkIncremental>false</LinkIncremental>
  124. <IncludePath>..\..\deliver\include;..\..\deliver\include\Common;..\..\Deliver\Include\Log4CPP\Log.Include;..\..\Deliver\Include\Log4CPP\Common.Include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  125. <LibraryPath>..\..\deliver\lib\$(Configuration)X64;..\..\deliver\lib\$(Configuration)X64\Log4CPP;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  126. <TargetName>$(ProjectName)X64</TargetName>
  127. <OutDir>..\..\..\1.V1.0.0.0\DeviceV3\PlatformModule\</OutDir>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  130. <LinkIncremental>false</LinkIncremental>
  131. <IncludePath>..\..\deliver\include;..\..\deliver\include\Common;..\..\Deliver\Include\Log4CPP\Log.Include;..\..\Deliver\Include\Log4CPP\Common.Include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  132. <LibraryPath>..\..\deliver\lib\ReleaseX64;..\..\deliver\lib\ReleaseX64\Log4CPP;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  133. <TargetName>$(ProjectName)X64</TargetName>
  134. <OutDir>..\..\..\1.V1.0.0.0.dm\DeviceV3\</OutDir>
  135. </PropertyGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  137. <ClCompile>
  138. <PrecompiledHeader>Use</PrecompiledHeader>
  139. <WarningLevel>Level3</WarningLevel>
  140. <Optimization>Disabled</Optimization>
  141. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LOCALCONFIG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. <SDLCheck>true</SDLCheck>
  143. </ClCompile>
  144. <Link>
  145. <SubSystem>Windows</SubSystem>
  146. <GenerateDebugInformation>true</GenerateDebugInformation>
  147. </Link>
  148. <PostBuildEvent>
  149. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  150. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  151. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  152. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  153. </Command>
  154. </PostBuildEvent>
  155. </ItemDefinitionGroup>
  156. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  157. <ClCompile>
  158. <PrecompiledHeader>Use</PrecompiledHeader>
  159. <WarningLevel>Level3</WarningLevel>
  160. <Optimization>Disabled</Optimization>
  161. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LOCALCONFIG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. <SDLCheck>true</SDLCheck>
  163. </ClCompile>
  164. <Link>
  165. <SubSystem>Windows</SubSystem>
  166. <GenerateDebugInformation>true</GenerateDebugInformation>
  167. </Link>
  168. <PostBuildEvent>
  169. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  170. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  171. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  172. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  173. </Command>
  174. </PostBuildEvent>
  175. </ItemDefinitionGroup>
  176. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  177. <ClCompile>
  178. <WarningLevel>Level3</WarningLevel>
  179. <PrecompiledHeader>Use</PrecompiledHeader>
  180. <Optimization>MaxSpeed</Optimization>
  181. <FunctionLevelLinking>true</FunctionLevelLinking>
  182. <IntrinsicFunctions>true</IntrinsicFunctions>
  183. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LOCALCONFIG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  184. <SDLCheck>true</SDLCheck>
  185. <LanguageStandard>stdcpp17</LanguageStandard>
  186. </ClCompile>
  187. <Link>
  188. <SubSystem>Windows</SubSystem>
  189. <GenerateDebugInformation>true</GenerateDebugInformation>
  190. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  191. <OptimizeReferences>true</OptimizeReferences>
  192. </Link>
  193. <PostBuildEvent>
  194. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  195. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  196. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  197. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  198. </Command>
  199. </PostBuildEvent>
  200. </ItemDefinitionGroup>
  201. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  202. <ClCompile>
  203. <WarningLevel>Level3</WarningLevel>
  204. <PrecompiledHeader>Use</PrecompiledHeader>
  205. <Optimization>MaxSpeed</Optimization>
  206. <FunctionLevelLinking>true</FunctionLevelLinking>
  207. <IntrinsicFunctions>true</IntrinsicFunctions>
  208. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LOCALCONFIG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  209. <SDLCheck>true</SDLCheck>
  210. </ClCompile>
  211. <Link>
  212. <SubSystem>Windows</SubSystem>
  213. <GenerateDebugInformation>true</GenerateDebugInformation>
  214. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  215. <OptimizeReferences>true</OptimizeReferences>
  216. </Link>
  217. <PostBuildEvent>
  218. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  219. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  220. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  221. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  222. </Command>
  223. </PostBuildEvent>
  224. </ItemDefinitionGroup>
  225. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  226. <ClCompile>
  227. <WarningLevel>Level3</WarningLevel>
  228. <PrecompiledHeader>Use</PrecompiledHeader>
  229. <Optimization>Disabled</Optimization>
  230. <FunctionLevelLinking>true</FunctionLevelLinking>
  231. <IntrinsicFunctions>true</IntrinsicFunctions>
  232. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LOCALCONFIG_EXPORTS; _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  233. <SDLCheck>true</SDLCheck>
  234. <LanguageStandard>stdcpp17</LanguageStandard>
  235. </ClCompile>
  236. <Link>
  237. <SubSystem>Windows</SubSystem>
  238. <GenerateDebugInformation>true</GenerateDebugInformation>
  239. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  240. <OptimizeReferences>true</OptimizeReferences>
  241. </Link>
  242. <PostBuildEvent>
  243. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\Trunk\PlatformModule\"
  244. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  245. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\Trunk\PlatformModule\"
  246. copy "$(ProjectName).h" "..\..\deliver\Include"
  247. </Command>
  248. </PostBuildEvent>
  249. </ItemDefinitionGroup>
  250. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  251. <ClCompile>
  252. <WarningLevel>Level3</WarningLevel>
  253. <PrecompiledHeader>Use</PrecompiledHeader>
  254. <Optimization>MaxSpeed</Optimization>
  255. <FunctionLevelLinking>true</FunctionLevelLinking>
  256. <IntrinsicFunctions>true</IntrinsicFunctions>
  257. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LOCALCONFIG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  258. <SDLCheck>true</SDLCheck>
  259. <LanguageStandard>stdcpp17</LanguageStandard>
  260. </ClCompile>
  261. <Link>
  262. <SubSystem>Windows</SubSystem>
  263. <GenerateDebugInformation>true</GenerateDebugInformation>
  264. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  265. <OptimizeReferences>true</OptimizeReferences>
  266. </Link>
  267. <PostBuildEvent>
  268. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\ReleaseX64"
  269. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\ReleaseX64\"
  270. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\ReleaseX64\"
  271. copy "$(ProjectName).h" "..\..\deliver\Include"
  272. </Command>
  273. </PostBuildEvent>
  274. </ItemDefinitionGroup>
  275. <ItemGroup>
  276. <Text Include="ReadMe.txt" />
  277. </ItemGroup>
  278. <ItemGroup>
  279. <ClInclude Include="LocalConfig.h" />
  280. <ClInclude Include="resource.h" />
  281. <ClInclude Include="stdafx.h" />
  282. <ClInclude Include="targetver.h" />
  283. </ItemGroup>
  284. <ItemGroup>
  285. <ClCompile Include="..\..\Deliver\include\common_api.cpp" />
  286. <ClCompile Include="dllmain.cpp">
  287. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  288. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  289. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  290. </PrecompiledHeader>
  291. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  292. </PrecompiledHeader>
  293. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  294. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">false</CompileAsManaged>
  295. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  296. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|x64'">false</CompileAsManaged>
  297. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  298. </PrecompiledHeader>
  299. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  300. </PrecompiledHeader>
  301. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  302. </PrecompiledHeader>
  303. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  304. </PrecompiledHeader>
  305. </ClCompile>
  306. <ClCompile Include="LocalConfig.cpp" />
  307. <ClCompile Include="stdafx.cpp">
  308. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  309. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  310. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  311. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">Create</PrecompiledHeader>
  312. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  313. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">Create</PrecompiledHeader>
  314. </ClCompile>
  315. </ItemGroup>
  316. <ItemGroup>
  317. <ResourceCompile Include="LocalConfig.rc" />
  318. </ItemGroup>
  319. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  320. <ImportGroup Label="ExtensionTargets">
  321. </ImportGroup>
  322. </Project>