1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{B003172C-9577-4AC7-A022-9225432A3072}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >CpuTrayApp</RootNamespace >
10+ <AssemblyName >CpuTrayApp</AssemblyName >
11+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ <TargetFrameworkProfile />
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <PlatformTarget >AnyCPU</PlatformTarget >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <PlatformTarget >AnyCPU</PlatformTarget >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >
33+ </DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >0</WarningLevel >
36+ <Prefer32Bit >false</Prefer32Bit >
37+ <PreferNativeArm64 >false</PreferNativeArm64 >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <ApplicationIcon >favicon.ico</ApplicationIcon >
41+ </PropertyGroup >
42+ <PropertyGroup >
43+ <StartupObject >CpuTrayApp.Program</StartupObject >
44+ </PropertyGroup >
45+ <PropertyGroup />
46+ <PropertyGroup />
47+ <PropertyGroup >
48+ <ApplicationManifest >app.manifest</ApplicationManifest >
49+ </PropertyGroup >
50+ <ItemGroup >
51+ <Reference Include =" System" />
52+ <Reference Include =" System.Core" />
53+ <Reference Include =" System.Management" />
54+ <Reference Include =" System.Xml.Linq" />
55+ <Reference Include =" System.Data.DataSetExtensions" />
56+ <Reference Include =" Microsoft.CSharp" />
57+ <Reference Include =" System.Data" />
58+ <Reference Include =" System.Deployment" />
59+ <Reference Include =" System.Drawing" />
60+ <Reference Include =" System.Net.Http" />
61+ <Reference Include =" System.Windows.Forms" />
62+ <Reference Include =" System.Xml" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Compile Include =" MemoryCleaner.cs" />
66+ <Compile Include =" Program.cs" />
67+ <Compile Include =" Properties\AssemblyInfo.cs" />
68+ <Compile Include =" Tray.cs" />
69+ <EmbeddedResource Include =" Properties\Resources.resx" >
70+ <Generator >ResXFileCodeGenerator</Generator >
71+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
72+ <SubType >Designer</SubType >
73+ </EmbeddedResource >
74+ <Compile Include =" Properties\Resources.Designer.cs" >
75+ <AutoGen >True</AutoGen >
76+ <DependentUpon >Resources.resx</DependentUpon >
77+ <DesignTime >True</DesignTime >
78+ </Compile >
79+ <None Include =" app.manifest" />
80+ <None Include =" Properties\Settings.settings" >
81+ <Generator >SettingsSingleFileGenerator</Generator >
82+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
83+ </None >
84+ <Compile Include =" Properties\Settings.Designer.cs" >
85+ <AutoGen >True</AutoGen >
86+ <DependentUpon >Settings.settings</DependentUpon >
87+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
88+ </Compile >
89+ </ItemGroup >
90+ <ItemGroup >
91+ <None Include =" App.config" />
92+ </ItemGroup >
93+ <ItemGroup >
94+ <Content Include =" favicon.ico" />
95+ </ItemGroup >
96+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97+ </Project >
0 commit comments