|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | 6 | <ProjectGuid>{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}</ProjectGuid> |
7 | | - <ProductVersion>9.0.30729</ProductVersion> |
8 | | - <SchemaVersion>2.0</SchemaVersion> |
9 | 7 | <OutputType>WinExe</OutputType> |
10 | 8 | <NoStandardLibraries>false</NoStandardLibraries> |
11 | 9 | <AssemblyName>OpenHardwareMonitor</AssemblyName> |
|
15 | 13 | <ApplicationIcon>Resources\icon.ico</ApplicationIcon> |
16 | 14 | <ApplicationManifest>Resources\app.manifest</ApplicationManifest> |
17 | 15 | <StartupObject>OpenHardwareMonitor.Program</StartupObject> |
18 | | - <FileUpgradeFlags> |
19 | | - </FileUpgradeFlags> |
20 | | - <OldToolsVersion>3.5</OldToolsVersion> |
21 | | - <UpgradeBackupLocation /> |
22 | | - <IsWebBootstrapper>false</IsWebBootstrapper> |
23 | | - <PublishUrl>publish\</PublishUrl> |
24 | | - <Install>true</Install> |
25 | | - <InstallFrom>Disk</InstallFrom> |
26 | | - <UpdateEnabled>false</UpdateEnabled> |
27 | | - <UpdateMode>Foreground</UpdateMode> |
28 | | - <UpdateInterval>7</UpdateInterval> |
29 | | - <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
30 | | - <UpdatePeriodically>false</UpdatePeriodically> |
31 | | - <UpdateRequired>false</UpdateRequired> |
32 | | - <MapFileExtensions>true</MapFileExtensions> |
33 | | - <ApplicationRevision>0</ApplicationRevision> |
34 | | - <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
35 | | - <UseApplicationTrust>false</UseApplicationTrust> |
36 | | - <BootstrapperEnabled>true</BootstrapperEnabled> |
37 | | - <TargetFrameworkProfile /> |
38 | | - <NuGetPackageImportStamp> |
39 | | - </NuGetPackageImportStamp> |
40 | 16 | </PropertyGroup> |
41 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
42 | 18 | <DebugSymbols>true</DebugSymbols> |
|
0 commit comments