一款显示网速、系统利用的软件
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

TrayS.vcxproj 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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>{6E7FFDF7-FC64-4A7C-9554-8A8677D81FE3}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>TrayS</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>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v142</PlatformToolset>
  52. <WholeProgramOptimization>true</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. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  77. <LinkIncremental>true</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <LinkIncremental>false</LinkIncremental>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <LinkIncremental>false</LinkIncremental>
  84. </PropertyGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  86. <ClCompile>
  87. <PrecompiledHeader>
  88. </PrecompiledHeader>
  89. <WarningLevel>Level3</WarningLevel>
  90. <Optimization>Disabled</Optimization>
  91. <SDLCheck>true</SDLCheck>
  92. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <ConformanceMode>true</ConformanceMode>
  94. </ClCompile>
  95. <Link>
  96. <SubSystem>Windows</SubSystem>
  97. <GenerateDebugInformation>true</GenerateDebugInformation>
  98. </Link>
  99. </ItemDefinitionGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  101. <ClCompile>
  102. <PrecompiledHeader>
  103. </PrecompiledHeader>
  104. <WarningLevel>Level3</WarningLevel>
  105. <Optimization>Disabled</Optimization>
  106. <SDLCheck>true</SDLCheck>
  107. <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. <ConformanceMode>true</ConformanceMode>
  109. </ClCompile>
  110. <Link>
  111. <SubSystem>Windows</SubSystem>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. <UACExecutionLevel>AsInvoker</UACExecutionLevel>
  114. <AdditionalDependencies>ntdll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  115. </Link>
  116. <Manifest>
  117. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  118. </Manifest>
  119. </ItemDefinitionGroup>
  120. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  121. <ClCompile>
  122. <PrecompiledHeader>
  123. </PrecompiledHeader>
  124. <WarningLevel>Level3</WarningLevel>
  125. <Optimization>MinSpace</Optimization>
  126. <FunctionLevelLinking>true</FunctionLevelLinking>
  127. <IntrinsicFunctions>true</IntrinsicFunctions>
  128. <SDLCheck>
  129. </SDLCheck>
  130. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  131. <ConformanceMode>false</ConformanceMode>
  132. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  133. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  134. <BufferSecurityCheck>false</BufferSecurityCheck>
  135. <AdditionalOptions>/Gs32768 %(AdditionalOptions)</AdditionalOptions>
  136. <ExceptionHandling>false</ExceptionHandling>
  137. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  138. <WholeProgramOptimization>false</WholeProgramOptimization>
  139. <OmitFramePointers />
  140. <LanguageStandard />
  141. <DiagnosticsFormat>Classic</DiagnosticsFormat>
  142. </ClCompile>
  143. <Link>
  144. <SubSystem>Windows</SubSystem>
  145. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  146. <OptimizeReferences>true</OptimizeReferences>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. <UACExecutionLevel>AsInvoker</UACExecutionLevel>
  149. <DelayLoadDLLs>gdiplus.dll;OLEAUT32.dll;ole32.dll;</DelayLoadDLLs>
  150. <SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
  151. <AdditionalDependencies>ucrt.lib;gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
  152. <MergeSections>.rdata=.text</MergeSections>
  153. <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
  154. <MinimumRequiredVersion>5.02</MinimumRequiredVersion>
  155. <ImageHasSafeExceptionHandlers />
  156. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  157. </Link>
  158. <Manifest>
  159. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  160. </Manifest>
  161. </ItemDefinitionGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  163. <ClCompile>
  164. <PrecompiledHeader>
  165. </PrecompiledHeader>
  166. <WarningLevel>Level3</WarningLevel>
  167. <Optimization>MinSpace</Optimization>
  168. <FunctionLevelLinking>true</FunctionLevelLinking>
  169. <IntrinsicFunctions>true</IntrinsicFunctions>
  170. <SDLCheck>
  171. </SDLCheck>
  172. <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  173. <ConformanceMode>false</ConformanceMode>
  174. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  175. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  176. <StructMemberAlignment>Default</StructMemberAlignment>
  177. <ExceptionHandling>false</ExceptionHandling>
  178. <BufferSecurityCheck>false</BufferSecurityCheck>
  179. <LanguageStandard />
  180. <MultiProcessorCompilation>
  181. </MultiProcessorCompilation>
  182. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  183. <WholeProgramOptimization>false</WholeProgramOptimization>
  184. <DiagnosticsFormat>Column</DiagnosticsFormat>
  185. <AdditionalOptions>/Gs32768 %(AdditionalOptions)</AdditionalOptions>
  186. </ClCompile>
  187. <Link>
  188. <SubSystem>Windows</SubSystem>
  189. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  190. <OptimizeReferences>true</OptimizeReferences>
  191. <GenerateDebugInformation>true</GenerateDebugInformation>
  192. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  193. <HeapReserveSize>
  194. </HeapReserveSize>
  195. <StackReserveSize>
  196. </StackReserveSize>
  197. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  198. <DelayLoadDLLs>gdiplus.dll;OLEAUT32.dll;ole32.dll;</DelayLoadDLLs>
  199. <IgnoreAllDefaultLibraries>
  200. </IgnoreAllDefaultLibraries>
  201. <MergeSections>.rdata=.text</MergeSections>
  202. <EntryPointSymbol>
  203. </EntryPointSymbol>
  204. <AdditionalOptions>
  205. </AdditionalOptions>
  206. <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
  207. <IgnoreSpecificDefaultLibraries>
  208. </IgnoreSpecificDefaultLibraries>
  209. <MinimumRequiredVersion>5.02</MinimumRequiredVersion>
  210. <SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
  211. </Link>
  212. <Manifest>
  213. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  214. </Manifest>
  215. </ItemDefinitionGroup>
  216. <ItemGroup>
  217. <ClInclude Include="adl_sdk.h" />
  218. <ClInclude Include="framework.h" />
  219. <ClInclude Include="Function.h" />
  220. <ClInclude Include="OlsApiInit.h" />
  221. <ClInclude Include="OlsDef.h" />
  222. <ClInclude Include="Resource.h" />
  223. <ClInclude Include="targetver.h" />
  224. <ClInclude Include="TrayS.h" />
  225. </ItemGroup>
  226. <ItemGroup>
  227. <ClCompile Include="Function.cpp" />
  228. <ClCompile Include="TrayS.cpp" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <ResourceCompile Include="TrayS.rc" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Image Include="1280.ico" />
  235. <Image Include="576.ico" />
  236. <Image Include="800.ico" />
  237. <Image Include="960.ico" />
  238. <Image Include="close.ico" />
  239. <Image Include="lb.ico" />
  240. <Image Include="lt.ico" />
  241. <Image Include="mute.ico" />
  242. <Image Include="nomute.ico" />
  243. <Image Include="notopmost.ico" />
  244. <Image Include="path.ico" />
  245. <Image Include="rb.ico" />
  246. <Image Include="rt.ico" />
  247. <Image Include="topmost.ico" />
  248. <Image Include="TrayS.ico" />
  249. </ItemGroup>
  250. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  251. <ImportGroup Label="ExtensionTargets">
  252. </ImportGroup>
  253. </Project>