Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/AlwaysOnTopper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2019-03-29 16:24:03 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2019-03-29 16:24:03 +0300
commit637c426c00e9397eeb4699e4a750450e5d2041bf (patch)
tree19c6f583f6b93ccfca9e02dd1f51adb21e4ea4f6
parentbd5ace407008c5901eca6e3064b6696e43065b99 (diff)
Moved to .NET 4.5.2v1.1
-rw-r--r--AlwaysOnTopper.csproj4
-rw-r--r--App.config2
-rw-r--r--README.md2
3 files changed, 5 insertions, 3 deletions
diff --git a/AlwaysOnTopper.csproj b/AlwaysOnTopper.csproj
index c5a3cac..7da0cac 100644
--- a/AlwaysOnTopper.csproj
+++ b/AlwaysOnTopper.csproj
@@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>com.clusterrr.AlwaysOnTopper</RootNamespace>
<AssemblyName>AlwaysOnTopper</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
@@ -23,6 +23,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -32,6 +33,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
diff --git a/App.config b/App.config
index 77ed642..a3f4642 100644
--- a/App.config
+++ b/App.config
@@ -2,5 +2,5 @@
<configuration>
<startup>
- <supportedRuntime version="v2.0.50727"/></startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup>
</configuration>
diff --git a/README.md b/README.md
index 849b0cf..3045af5 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Simple app for Windows, adds 'Always on top' item to system menu of every window
![Screenshot](screenshot.png)
## How to use
-Just run **AlwaysOnTopper.exe**. It doesn't have any GUI. Every window should have "Always on top" in menu now. It's recommended to add this app to autorun.
+Make sure that .NET Framework 4.5.2 is installed. Just run **AlwaysOnTopper.exe**. It doesn't have any GUI. Every window should have "Always on top" in menu now. It's recommended to add this app to autorun.
## Author/contacts