Skip to content

Commit 1484f91

Browse files
author
Codeusa
committed
Target framework switched from 4.5 to 4.0 to add WinXP Support
1 parent c505384 commit 1484f91

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<configuration>
33
<startup>
44

5-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
5+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
66
</configuration>

BorderlessGaming.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BorderlessGaming</RootNamespace>
1111
<AssemblyName>BorderlessGaming</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
<PublishUrl>publish\</PublishUrl>
@@ -57,7 +57,7 @@
5757
</PropertyGroup>
5858
<ItemGroup>
5959
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
60-
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
60+
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
6161
</Reference>
6262
<Reference Include="System" />
6363
<Reference Include="System.Core" />
@@ -96,7 +96,9 @@
9696
<DependentUpon>Resources.resx</DependentUpon>
9797
<DesignTime>True</DesignTime>
9898
</Compile>
99-
<None Include="app.manifest" />
99+
<None Include="app.manifest">
100+
<SubType>Designer</SubType>
101+
</None>
100102
<None Include="packages.config" />
101103
<None Include="Properties\Settings.settings">
102104
<Generator>SettingsSingleFileGenerator</Generator>

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("4.4.0.0")]
37-
[assembly: AssemblyFileVersion("4.4.0.0")]
36+
[assembly: AssemblyVersion("4.5.0.0")]
37+
[assembly: AssemblyFileVersion("4.5.0.0")]
3838
[assembly: NeutralResourcesLanguageAttribute("en-US")]

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net45" />
3+
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net40" />
44
</packages>

0 commit comments

Comments
 (0)