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 >{DF94635E-4107-4EE9-8675-7137E750BC86}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >AsusFanControl</RootNamespace >
10+ <AssemblyName >AsusFanControl</AssemblyName >
11+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ <IsWebBootstrapper >false</IsWebBootstrapper >
16+ <PublishUrl >C:\Users\Patric\Desktop\Finished\</PublishUrl >
17+ <Install >true</Install >
18+ <InstallFrom >Disk</InstallFrom >
19+ <UpdateEnabled >true</UpdateEnabled >
20+ <UpdateMode >Foreground</UpdateMode >
21+ <UpdateInterval >7</UpdateInterval >
22+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
23+ <UpdatePeriodically >false</UpdatePeriodically >
24+ <UpdateRequired >false</UpdateRequired >
25+ <MapFileExtensions >true</MapFileExtensions >
26+ <UpdateUrl >http://localhost/AsusFanControl/</UpdateUrl >
27+ <AutorunEnabled >true</AutorunEnabled >
28+ <ApplicationRevision >1</ApplicationRevision >
29+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
30+ <UseApplicationTrust >false</UseApplicationTrust >
31+ <PublishWizardCompleted >true</PublishWizardCompleted >
32+ <BootstrapperEnabled >true</BootstrapperEnabled >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
35+ <PlatformTarget >AnyCPU</PlatformTarget >
36+ <DebugSymbols >true</DebugSymbols >
37+ <DebugType >full</DebugType >
38+ <Optimize >false</Optimize >
39+ <OutputPath >bin\Debug\</OutputPath >
40+ <DefineConstants >DEBUG;TRACE</DefineConstants >
41+ <ErrorReport >prompt</ErrorReport >
42+ <WarningLevel >4</WarningLevel >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
45+ <PlatformTarget >AnyCPU</PlatformTarget >
46+ <DebugType >pdbonly</DebugType >
47+ <Optimize >true</Optimize >
48+ <OutputPath >bin\Release\</OutputPath >
49+ <DefineConstants >TRACE</DefineConstants >
50+ <ErrorReport >prompt</ErrorReport >
51+ <WarningLevel >4</WarningLevel >
52+ </PropertyGroup >
53+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
54+ <DebugSymbols >true</DebugSymbols >
55+ <OutputPath >..\bin\x64\Debug\</OutputPath >
56+ <DefineConstants >DEBUG;TRACE</DefineConstants >
57+ <DebugType >full</DebugType >
58+ <PlatformTarget >x64</PlatformTarget >
59+ <LangVersion >7.3</LangVersion >
60+ <ErrorReport >prompt</ErrorReport >
61+ <Prefer32Bit >true</Prefer32Bit >
62+ </PropertyGroup >
63+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
64+ <OutputPath >..\bin\x64\Release\</OutputPath >
65+ <DefineConstants >TRACE</DefineConstants >
66+ <Optimize >true</Optimize >
67+ <DebugType >pdbonly</DebugType >
68+ <PlatformTarget >x64</PlatformTarget >
69+ <LangVersion >7.3</LangVersion >
70+ <ErrorReport >prompt</ErrorReport >
71+ <Prefer32Bit >true</Prefer32Bit >
72+ </PropertyGroup >
73+ <PropertyGroup >
74+ <ManifestCertificateThumbprint >AC3266EA640BF006D5A4E5F9F8FA619BCC2716FD</ManifestCertificateThumbprint >
75+ </PropertyGroup >
76+ <PropertyGroup >
77+ <ManifestKeyFile >AsusFanControl_TemporaryKey.pfx</ManifestKeyFile >
78+ </PropertyGroup >
79+ <PropertyGroup >
80+ <GenerateManifests >true</GenerateManifests >
81+ </PropertyGroup >
82+ <PropertyGroup >
83+ <SignManifests >true</SignManifests >
84+ </PropertyGroup >
85+ <ItemGroup >
86+ <Reference Include =" System" />
87+ <Reference Include =" System.Core" />
88+ <Reference Include =" System.Xml.Linq" />
89+ <Reference Include =" System.Data.DataSetExtensions" />
90+ <Reference Include =" Microsoft.CSharp" />
91+ <Reference Include =" System.Data" />
92+ <Reference Include =" System.Net.Http" />
93+ <Reference Include =" System.Xml" />
94+ </ItemGroup >
95+ <ItemGroup >
96+ <Compile Include =" AsusControl.cs" />
97+ <Compile Include =" AsusWinIO64.cs" />
98+ <Compile Include =" Program.cs" />
99+ <Compile Include =" Properties\AssemblyInfo.cs" />
100+ </ItemGroup >
101+ <ItemGroup >
102+ <None Include =" App.config" />
103+ <None Include =" AsusFanControl_TemporaryKey.pfx" />
104+ </ItemGroup >
105+ <ItemGroup >
106+ <Content Include =" AsusWinIO64.dll" >
107+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
108+ </Content >
109+ </ItemGroup >
110+ <ItemGroup >
111+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
112+ <Visible >False</Visible >
113+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
114+ <Install >true</Install >
115+ </BootstrapperPackage >
116+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
117+ <Visible >False</Visible >
118+ <ProductName >.NET Framework 3.5 SP1</ProductName >
119+ <Install >false</Install >
120+ </BootstrapperPackage >
121+ </ItemGroup >
122+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123+ </Project >
0 commit comments