1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" 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 >17.0</VCProjectVersion >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <ProjectGuid >{ade7c130-9b0c-45b2-8ac3-c214afca677a}</ProjectGuid >
25
+ <RootNamespace >TaskManagerEx</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 >v143</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 >v143</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 >v143</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 >v143</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
+ <TargetName >taskmgr</TargetName >
75
+ </PropertyGroup >
76
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
77
+ <TargetName >taskmgr</TargetName >
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
80
+ <TargetName >taskmgr</TargetName >
81
+ </PropertyGroup >
82
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
83
+ <TargetName >taskmgr</TargetName >
84
+ </PropertyGroup >
85
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
86
+ <ClCompile >
87
+ <WarningLevel >Level3</WarningLevel >
88
+ <SDLCheck >true</SDLCheck >
89
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
90
+ <ConformanceMode >true</ConformanceMode >
91
+ </ClCompile >
92
+ <Link >
93
+ <SubSystem >Windows</SubSystem >
94
+ <GenerateDebugInformation >true</GenerateDebugInformation >
95
+ <AdditionalManifestDependencies >"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'";%(AdditionalManifestDependencies)</AdditionalManifestDependencies >
96
+ <AdditionalDependencies >wtsapi32.lib;shlwapi.lib;comctl32.lib;htmlhelp.lib;powrprof.lib;iphlpapi.lib;secur32.lib;%(AdditionalDependencies)</AdditionalDependencies >
97
+ <EntryPointSymbol >
98
+ </EntryPointSymbol >
99
+ </Link >
100
+ </ItemDefinitionGroup >
101
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
102
+ <ClCompile >
103
+ <WarningLevel >Level3</WarningLevel >
104
+ <FunctionLevelLinking >true</FunctionLevelLinking >
105
+ <IntrinsicFunctions >true</IntrinsicFunctions >
106
+ <SDLCheck >true</SDLCheck >
107
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
108
+ <ConformanceMode >true</ConformanceMode >
109
+ </ClCompile >
110
+ <Link >
111
+ <SubSystem >Windows</SubSystem >
112
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
113
+ <OptimizeReferences >true</OptimizeReferences >
114
+ <GenerateDebugInformation >true</GenerateDebugInformation >
115
+ <AdditionalManifestDependencies >"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'";%(AdditionalManifestDependencies)</AdditionalManifestDependencies >
116
+ <AdditionalDependencies >wtsapi32.lib;shlwapi.lib;comctl32.lib;htmlhelp.lib;powrprof.lib;iphlpapi.lib;secur32.lib;%(AdditionalDependencies)</AdditionalDependencies >
117
+ <EntryPointSymbol >
118
+ </EntryPointSymbol >
119
+ </Link >
120
+ </ItemDefinitionGroup >
121
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
122
+ <ClCompile >
123
+ <WarningLevel >Level3</WarningLevel >
124
+ <SDLCheck >true</SDLCheck >
125
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
126
+ <ConformanceMode >true</ConformanceMode >
127
+ </ClCompile >
128
+ <Link >
129
+ <SubSystem >Windows</SubSystem >
130
+ <GenerateDebugInformation >true</GenerateDebugInformation >
131
+ <AdditionalManifestDependencies >"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'";%(AdditionalManifestDependencies)</AdditionalManifestDependencies >
132
+ <AdditionalDependencies >wtsapi32.lib;shlwapi.lib;comctl32.lib;htmlhelp.lib;powrprof.lib;iphlpapi.lib;secur32.lib;%(AdditionalDependencies)</AdditionalDependencies >
133
+ <EntryPointSymbol >
134
+ </EntryPointSymbol >
135
+ </Link >
136
+ </ItemDefinitionGroup >
137
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
138
+ <ClCompile >
139
+ <WarningLevel >Level3</WarningLevel >
140
+ <FunctionLevelLinking >true</FunctionLevelLinking >
141
+ <IntrinsicFunctions >true</IntrinsicFunctions >
142
+ <SDLCheck >true</SDLCheck >
143
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
144
+ <ConformanceMode >true</ConformanceMode >
145
+ </ClCompile >
146
+ <Link >
147
+ <SubSystem >Windows</SubSystem >
148
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
149
+ <OptimizeReferences >true</OptimizeReferences >
150
+ <GenerateDebugInformation >true</GenerateDebugInformation >
151
+ <AdditionalManifestDependencies >"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'";%(AdditionalManifestDependencies)</AdditionalManifestDependencies >
152
+ <AdditionalDependencies >wtsapi32.lib;shlwapi.lib;comctl32.lib;htmlhelp.lib;powrprof.lib;iphlpapi.lib;secur32.lib;%(AdditionalDependencies)</AdditionalDependencies >
153
+ <EntryPointSymbol >
154
+ </EntryPointSymbol >
155
+ </Link >
156
+ </ItemDefinitionGroup >
157
+ <ItemGroup >
158
+ <ClCompile Include =" main.cpp" />
159
+ <ClCompile Include =" netpage.cpp" />
160
+ <ClCompile Include =" perfpage.cpp" />
161
+ <ClCompile Include =" procpage.cpp" />
162
+ <ClCompile Include =" ptrarray.cpp" />
163
+ <ClCompile Include =" rtlmir.cpp" />
164
+ <ClCompile Include =" shundoc.cpp" />
165
+ <ClCompile Include =" taskpage.cpp" />
166
+ <ClCompile Include =" tokenutil.cpp" />
167
+ <ClCompile Include =" trayicon.cpp" />
168
+ <ClCompile Include =" userdlgs.cpp" />
169
+ <ClCompile Include =" userpage.cpp" />
170
+ </ItemGroup >
171
+ <ItemGroup >
172
+ <ClInclude Include =" pages.h" />
173
+ <ClInclude Include =" precomp.h" />
174
+ <ClInclude Include =" ptrarray.h" />
175
+ <ClInclude Include =" resource.h" />
176
+ <ClInclude Include =" rtlmir.h" />
177
+ <ClInclude Include =" shundoc.h" />
178
+ <ClInclude Include =" taskmgr.h" />
179
+ <ClInclude Include =" tokenutil.h" />
180
+ <ClInclude Include =" userdlgs.h" />
181
+ </ItemGroup >
182
+ <ItemGroup >
183
+ <ResourceCompile Include =" taskmgr.rc" />
184
+ </ItemGroup >
185
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
186
+ <ImportGroup Label =" ExtensionTargets" >
187
+ </ImportGroup >
188
+ </Project >
0 commit comments