From 1484f91895a52ed04370e7fd5b34ab8ef2e8e128 Mon Sep 17 00:00:00 2001 From: Codeusa Date: Mon, 13 Jan 2014 19:30:41 -0500 Subject: [PATCH] Target framework switched from 4.5 to 4.0 to add WinXP Support --- App.config | 2 +- BorderlessGaming.csproj | 8 +++++--- Properties/AssemblyInfo.cs | 4 ++-- packages.config | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/App.config b/App.config index e707b32..72a71af 100644 --- a/App.config +++ b/App.config @@ -2,5 +2,5 @@ - + diff --git a/BorderlessGaming.csproj b/BorderlessGaming.csproj index 0d61922..2de38cb 100644 --- a/BorderlessGaming.csproj +++ b/BorderlessGaming.csproj @@ -9,7 +9,7 @@ Properties BorderlessGaming BorderlessGaming - v4.5 + v4.0 512 publish\ @@ -57,7 +57,7 @@ - ..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll @@ -96,7 +96,9 @@ Resources.resx True - + + Designer + SettingsSingleFileGenerator diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 087e8df..dbca34d 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.4.0.0")] -[assembly: AssemblyFileVersion("4.4.0.0")] +[assembly: AssemblyVersion("4.5.0.0")] +[assembly: AssemblyFileVersion("4.5.0.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/packages.config b/packages.config index 6c8cafc..b47d3a3 100644 --- a/packages.config +++ b/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file