CommonLib.vcxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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="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>15.0</VCProjectVersion>
  23. <ProjectGuid>{55494E58-E061-4C4C-A0A8-837008E72F85}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>NewCommon</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>StaticLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v141</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>StaticLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v141</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>StaticLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v141</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>StaticLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v141</PlatformToolset>
  52. <WholeProgramOptimization>false</WholeProgramOptimization>
  53. <CharacterSet>Unicode</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. <OutDir>$(MSBuildProjectDirectory)\bin\$(Configuration)\$(Platform)\</OutDir>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <OutDir>$(MSBuildProjectDirectory)\bin\$(Configuration)\$(Platform)\</OutDir>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  82. <LinkIncremental>false</LinkIncremental>
  83. <OutDir>$(MSBuildProjectDirectory)\bin\$(Configuration)\$(Platform)\</OutDir>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <IncludePath>C:\AspNetCoreModule\src\IISLib;$(IncludePath)</IncludePath>
  88. <OutDir>$(MSBuildProjectDirectory)\bin\$(Configuration)\$(Platform)\</OutDir>
  89. </PropertyGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  91. <ClCompile>
  92. <PrecompiledHeader>Use</PrecompiledHeader>
  93. <WarningLevel>Level4</WarningLevel>
  94. <TreatWarningAsError>true</TreatWarningAsError>
  95. <Optimization>Disabled</Optimization>
  96. <SDLCheck>false</SDLCheck>
  97. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  99. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  100. <ConformanceMode>true</ConformanceMode>
  101. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  102. <ShowIncludes>false</ShowIncludes>
  103. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  104. <AdditionalIncludeDirectories>..\iislib;</AdditionalIncludeDirectories>
  105. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  106. <LanguageStandard>stdcpp17</LanguageStandard>
  107. <ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
  108. </ClCompile>
  109. <Link>
  110. <SubSystem>Windows</SubSystem>
  111. <GenerateDebugInformation>true</GenerateDebugInformation>
  112. </Link>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  115. <ClCompile>
  116. <PrecompiledHeader>Use</PrecompiledHeader>
  117. <WarningLevel>Level4</WarningLevel>
  118. <TreatWarningAsError>true</TreatWarningAsError>
  119. <Optimization>Disabled</Optimization>
  120. <SDLCheck>false</SDLCheck>
  121. <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  123. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  124. <ConformanceMode>true</ConformanceMode>
  125. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  126. <MinimalRebuild>false</MinimalRebuild>
  127. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  128. <ShowIncludes>false</ShowIncludes>
  129. <AdditionalIncludeDirectories>..\iislib;</AdditionalIncludeDirectories>
  130. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  131. <LanguageStandard>stdcpp17</LanguageStandard>
  132. <ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Windows</SubSystem>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. </Link>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  140. <ClCompile>
  141. <PrecompiledHeader>Use</PrecompiledHeader>
  142. <WarningLevel>Level4</WarningLevel>
  143. <TreatWarningAsError>true</TreatWarningAsError>
  144. <Optimization>MaxSpeed</Optimization>
  145. <FunctionLevelLinking>true</FunctionLevelLinking>
  146. <IntrinsicFunctions>true</IntrinsicFunctions>
  147. <SDLCheck>false</SDLCheck>
  148. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  150. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  151. <ConformanceMode>true</ConformanceMode>
  152. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  153. <ShowIncludes>false</ShowIncludes>
  154. <AdditionalIncludeDirectories>..\iislib;</AdditionalIncludeDirectories>
  155. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  156. <LanguageStandard>stdcpp17</LanguageStandard>
  157. <ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
  158. </ClCompile>
  159. <Link>
  160. <SubSystem>Windows</SubSystem>
  161. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  162. <AdditionalOptions>/NODEFAULTLIB:libucrt.lib /DEFAULTLIB:ucrt.lib %(AdditionalOptions)</AdditionalOptions>
  163. <OptimizeReferences>true</OptimizeReferences>
  164. <GenerateDebugInformation>true</GenerateDebugInformation>
  165. </Link>
  166. </ItemDefinitionGroup>
  167. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  168. <ClCompile>
  169. <PrecompiledHeader>Use</PrecompiledHeader>
  170. <WarningLevel>Level4</WarningLevel>
  171. <TreatWarningAsError>true</TreatWarningAsError>
  172. <Optimization>MaxSpeed</Optimization>
  173. <FunctionLevelLinking>true</FunctionLevelLinking>
  174. <IntrinsicFunctions>true</IntrinsicFunctions>
  175. <SDLCheck>false</SDLCheck>
  176. <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  177. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  178. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  179. <ConformanceMode>true</ConformanceMode>
  180. <AdditionalIncludeDirectories>..\iislib;</AdditionalIncludeDirectories>
  181. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  182. <AdditionalUsingDirectories>
  183. </AdditionalUsingDirectories>
  184. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  185. <ShowIncludes>false</ShowIncludes>
  186. <LanguageStandard>stdcpp17</LanguageStandard>
  187. <ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
  188. </ClCompile>
  189. <Link>
  190. <SubSystem>Windows</SubSystem>
  191. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  192. <AdditionalOptions>/NODEFAULTLIB:libucrt.lib /DEFAULTLIB:ucrt.lib %(AdditionalOptions)</AdditionalOptions>
  193. <OptimizeReferences>true</OptimizeReferences>
  194. <GenerateDebugInformation>true</GenerateDebugInformation>
  195. </Link>
  196. <Lib>
  197. <AdditionalLibraryDirectories>..\iislib</AdditionalLibraryDirectories>
  198. </Lib>
  199. </ItemDefinitionGroup>
  200. <ItemGroup>
  201. <ClInclude Include="application.h" />
  202. <ClInclude Include="BindingInformation.h" />
  203. <ClInclude Include="ConfigurationSection.h" />
  204. <ClInclude Include="ConfigurationSource.h" />
  205. <ClInclude Include="config_utility.h" />
  206. <ClInclude Include="Environment.h" />
  207. <ClInclude Include="EventLog.h" />
  208. <ClInclude Include="EventTracing.h" />
  209. <ClInclude Include="exceptions.h" />
  210. <ClInclude Include="file_utility.h" />
  211. <ClInclude Include="GlobalVersionUtility.h" />
  212. <ClInclude Include="fx_ver.h" />
  213. <ClInclude Include="HandleWrapper.h" />
  214. <ClInclude Include="HostFxr.h" />
  215. <ClInclude Include="HostFxrResolutionResult.h" />
  216. <ClInclude Include="HostFxrResolver.h" />
  217. <ClInclude Include="iapplication.h" />
  218. <ClInclude Include="debugutil.h" />
  219. <ClInclude Include="InvalidOperationException.h" />
  220. <ClInclude Include="RedirectionOutput.h" />
  221. <ClInclude Include="irequesthandler.h" />
  222. <ClInclude Include="LoggingHelpers.h" />
  223. <ClInclude Include="ModuleHelpers.h" />
  224. <ClInclude Include="NonCopyable.h" />
  225. <ClInclude Include="StandardStreamRedirection.h" />
  226. <ClInclude Include="RegistryKey.h" />
  227. <ClInclude Include="requesthandler.h" />
  228. <ClInclude Include="resources.h" />
  229. <ClInclude Include="ServerErrorApplication.h" />
  230. <ClInclude Include="ServerErrorHandler.h" />
  231. <ClInclude Include="SRWExclusiveLock.h" />
  232. <ClInclude Include="SRWSharedLock.h" />
  233. <ClInclude Include="stdafx.h" />
  234. <ClInclude Include="StdWrapper.h" />
  235. <ClInclude Include="StringHelpers.h" />
  236. <ClInclude Include="sttimer.h" />
  237. <ClInclude Include="WebConfigConfigurationSection.h" />
  238. <ClInclude Include="WebConfigConfigurationSource.h" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <ClCompile Include="ConfigurationSection.cpp" />
  242. <ClCompile Include="ConfigurationSource.cpp" />
  243. <ClCompile Include="debugutil.cpp" />
  244. <ClCompile Include="Environment.cpp" />
  245. <ClCompile Include="EventLog.cpp" />
  246. <ClCompile Include="file_utility.cpp" />
  247. <ClCompile Include="fx_ver.cpp" />
  248. <ClCompile Include="GlobalVersionUtility.cpp" />
  249. <ClCompile Include="HandleWrapper.cpp" />
  250. <ClCompile Include="HostFxr.cpp" />
  251. <ClCompile Include="HostFxrResolver.cpp" />
  252. <ClCompile Include="HostFxrResolutionResult.cpp" />
  253. <ClCompile Include="LoggingHelpers.cpp" />
  254. <ClCompile Include="StandardStreamRedirection.cpp" />
  255. <ClCompile Include="RedirectionOutput.cpp" />
  256. <ClCompile Include="RegistryKey.cpp" />
  257. <ClCompile Include="StdWrapper.cpp" />
  258. <ClCompile Include="SRWExclusiveLock.cpp" />
  259. <ClCompile Include="SRWSharedLock.cpp" />
  260. <ClCompile Include="stdafx.cpp">
  261. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  262. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  263. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  264. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  265. </ClCompile>
  266. <ClCompile Include="StringHelpers.cpp" />
  267. <ClCompile Include="WebConfigConfigurationSection.cpp" />
  268. <ClCompile Include="WebConfigConfigurationSource.cpp" />
  269. </ItemGroup>
  270. <ItemGroup>
  271. <ProjectReference Include="..\IISLib\IISLib.vcxproj">
  272. <Project>{4787a64f-9a3e-4867-a55a-70cb4b2b2ffe}</Project>
  273. </ProjectReference>
  274. </ItemGroup>
  275. <ItemGroup>
  276. <CustomBuild Include="aspnetcore_msg.mc">
  277. <FileType>Document</FileType>
  278. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">mc %(FullPath)</Command>
  279. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Compiling Event Messages ...</Message>
  280. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(Filename).rc;%(Filename).h;MSG0409.bin</Outputs>
  281. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">mc %(FullPath)</Command>
  282. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Compiling Event Messages ...</Message>
  283. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Filename).rc;%(Filename).h;MSG0409.bin</Outputs>
  284. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">mc %(FullPath)</Command>
  285. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Compiling Event Messages ...</Message>
  286. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Filename).rc;%(Filename).h;MSG0409.bin</Outputs>
  287. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">mc %(FullPath)</Command>
  288. <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Compiling Event Messages ...</Message>
  289. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Filename).rc;%(Filename).h;MSG0409.bin</Outputs>
  290. </CustomBuild>
  291. </ItemGroup>
  292. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  293. <ImportGroup Label="ExtensionTargets">
  294. </ImportGroup>
  295. </Project>