Out_null.vcxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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="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. <ProjectName>out_null</ProjectName>
  23. <SccProjectName>"$/out_null", KIBAAAAA</SccProjectName>
  24. <SccLocalPath>.</SccLocalPath>
  25. <ProjectGuid>{B8D54893-D578-41CF-B0EF-24C1B340F536}</ProjectGuid>
  26. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <PlatformToolset>v142</PlatformToolset>
  32. <UseOfMfc>false</UseOfMfc>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <PlatformToolset>v142</PlatformToolset>
  38. <UseOfMfc>false</UseOfMfc>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <UseOfMfc>false</UseOfMfc>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <PlatformToolset>v142</PlatformToolset>
  50. <UseOfMfc>false</UseOfMfc>
  51. <CharacterSet>Unicode</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  67. </ImportGroup>
  68. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  75. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  76. <LinkIncremental>false</LinkIncremental>
  77. <IncludePath>$(IncludePath)</IncludePath>
  78. <LibraryPath>$(LibraryPath)</LibraryPath>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  81. <LinkIncremental>false</LinkIncremental>
  82. <IncludePath>$(IncludePath)</IncludePath>
  83. <LibraryPath>$(LibraryPath)</LibraryPath>
  84. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  85. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  88. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  89. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  90. <LinkIncremental>false</LinkIncremental>
  91. <IncludePath>$(IncludePath)</IncludePath>
  92. <LibraryPath>$(LibraryPath)</LibraryPath>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  95. <LinkIncremental>false</LinkIncremental>
  96. <IncludePath>$(IncludePath)</IncludePath>
  97. <LibraryPath>$(LibraryPath)</LibraryPath>
  98. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  99. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  100. </PropertyGroup>
  101. <PropertyGroup Label="Vcpkg">
  102. <VcpkgEnabled>false</VcpkgEnabled>
  103. </PropertyGroup>
  104. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  105. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  106. </PropertyGroup>
  107. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  108. <ClCompile>
  109. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  110. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  111. <FunctionLevelLinking>false</FunctionLevelLinking>
  112. <Optimization>Disabled</Optimization>
  113. <SuppressStartupBanner>true</SuppressStartupBanner>
  114. <WarningLevel>Level3</WarningLevel>
  115. <MinimalRebuild>false</MinimalRebuild>
  116. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  117. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  119. <PrecompiledHeaderOutputFile>.\Debug\Out_null.pch</PrecompiledHeaderOutputFile>
  120. <ObjectFileName>$(IntDir)</ObjectFileName>
  121. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  122. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  123. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  124. </ClCompile>
  125. <Midl>
  126. <SuppressStartupBanner>true</SuppressStartupBanner>
  127. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. <TypeLibraryName>.\Debug\Out_null.tlb</TypeLibraryName>
  129. <MkTypLibCompatible>true</MkTypLibCompatible>
  130. <TargetEnvironment>Win32</TargetEnvironment>
  131. </Midl>
  132. <ResourceCompile>
  133. <Culture>0x0409</Culture>
  134. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. </ResourceCompile>
  136. <Bscmake>
  137. <SuppressStartupBanner>true</SuppressStartupBanner>
  138. <OutputFile>.\Debug\Out_null.bsc</OutputFile>
  139. </Bscmake>
  140. <Link>
  141. <SuppressStartupBanner>true</SuppressStartupBanner>
  142. <LinkDLL>true</LinkDLL>
  143. <GenerateDebugInformation>true</GenerateDebugInformation>
  144. <SubSystem>Windows</SubSystem>
  145. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  146. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  147. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  148. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  149. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  150. </Link>
  151. </ItemDefinitionGroup>
  152. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  153. <ClCompile>
  154. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  155. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  156. <FunctionLevelLinking>false</FunctionLevelLinking>
  157. <Optimization>Disabled</Optimization>
  158. <SuppressStartupBanner>true</SuppressStartupBanner>
  159. <WarningLevel>Level3</WarningLevel>
  160. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  161. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  163. <PrecompiledHeaderOutputFile>.\Debug\Out_null.pch</PrecompiledHeaderOutputFile>
  164. <ObjectFileName>$(IntDir)</ObjectFileName>
  165. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  166. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  167. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  168. </ClCompile>
  169. <Midl>
  170. <SuppressStartupBanner>true</SuppressStartupBanner>
  171. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  172. <TypeLibraryName>.\Debug\Out_null.tlb</TypeLibraryName>
  173. <MkTypLibCompatible>true</MkTypLibCompatible>
  174. </Midl>
  175. <ResourceCompile>
  176. <Culture>0x0409</Culture>
  177. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  178. </ResourceCompile>
  179. <Bscmake>
  180. <SuppressStartupBanner>true</SuppressStartupBanner>
  181. <OutputFile>.\Debug\Out_null.bsc</OutputFile>
  182. </Bscmake>
  183. <Link>
  184. <SuppressStartupBanner>true</SuppressStartupBanner>
  185. <LinkDLL>true</LinkDLL>
  186. <GenerateDebugInformation>true</GenerateDebugInformation>
  187. <SubSystem>Windows</SubSystem>
  188. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  189. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  190. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  191. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  192. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  193. </Link>
  194. </ItemDefinitionGroup>
  195. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  196. <ClCompile>
  197. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  198. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  199. <StringPooling>true</StringPooling>
  200. <FunctionLevelLinking>true</FunctionLevelLinking>
  201. <Optimization>MaxSpeed</Optimization>
  202. <SuppressStartupBanner>true</SuppressStartupBanner>
  203. <WarningLevel>Level3</WarningLevel>
  204. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  205. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  206. <PrecompiledHeaderOutputFile>.\Release\Out_null.pch</PrecompiledHeaderOutputFile>
  207. <ObjectFileName>$(IntDir)</ObjectFileName>
  208. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  209. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  210. <DebugInformationFormat>None</DebugInformationFormat>
  211. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  212. </ClCompile>
  213. <Midl>
  214. <SuppressStartupBanner>true</SuppressStartupBanner>
  215. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  216. <TypeLibraryName>.\Release\Out_null.tlb</TypeLibraryName>
  217. <MkTypLibCompatible>true</MkTypLibCompatible>
  218. <TargetEnvironment>Win32</TargetEnvironment>
  219. </Midl>
  220. <ResourceCompile>
  221. <Culture>0x0409</Culture>
  222. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  223. </ResourceCompile>
  224. <Bscmake>
  225. <SuppressStartupBanner>true</SuppressStartupBanner>
  226. <OutputFile>.\Release\Out_null.bsc</OutputFile>
  227. </Bscmake>
  228. <Link>
  229. <SuppressStartupBanner>true</SuppressStartupBanner>
  230. <LinkDLL>true</LinkDLL>
  231. <SubSystem>Windows</SubSystem>
  232. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  233. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  234. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  235. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  236. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  237. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  238. </Link>
  239. </ItemDefinitionGroup>
  240. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  241. <ClCompile>
  242. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  243. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  244. <StringPooling>true</StringPooling>
  245. <FunctionLevelLinking>true</FunctionLevelLinking>
  246. <Optimization>MaxSpeed</Optimization>
  247. <SuppressStartupBanner>true</SuppressStartupBanner>
  248. <WarningLevel>Level3</WarningLevel>
  249. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  250. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  251. <PrecompiledHeaderOutputFile>.\Release\Out_null.pch</PrecompiledHeaderOutputFile>
  252. <ObjectFileName>$(IntDir)</ObjectFileName>
  253. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  254. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  255. <DebugInformationFormat>None</DebugInformationFormat>
  256. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  257. </ClCompile>
  258. <Midl>
  259. <SuppressStartupBanner>true</SuppressStartupBanner>
  260. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  261. <TypeLibraryName>.\Release\Out_null.tlb</TypeLibraryName>
  262. <MkTypLibCompatible>true</MkTypLibCompatible>
  263. </Midl>
  264. <ResourceCompile>
  265. <Culture>0x0409</Culture>
  266. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  267. </ResourceCompile>
  268. <Bscmake>
  269. <SuppressStartupBanner>true</SuppressStartupBanner>
  270. <OutputFile>.\Release\Out_null.bsc</OutputFile>
  271. </Bscmake>
  272. <Link>
  273. <SuppressStartupBanner>true</SuppressStartupBanner>
  274. <LinkDLL>true</LinkDLL>
  275. <SubSystem>Windows</SubSystem>
  276. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  277. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  278. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  279. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
  280. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  281. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  282. </Link>
  283. </ItemDefinitionGroup>
  284. <ItemGroup>
  285. <ClCompile Include="main.c" />
  286. </ItemGroup>
  287. <ItemGroup>
  288. <ClInclude Include="resource.h" />
  289. </ItemGroup>
  290. <ItemGroup>
  291. <ResourceCompile Include="out_null.rc" />
  292. </ItemGroup>
  293. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  294. <ImportGroup Label="ExtensionTargets">
  295. </ImportGroup>
  296. </Project>