Skip to content

Commit 7dc8cd4

Browse files
author
Christian Wischenbart
committed
Target Framework Version 4.0
to support Windows XP ;-)
1 parent a539a3c commit 7dc8cd4

9 files changed

Lines changed: 23 additions & 25 deletions

File tree

src/HidLibrary

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
55
</startup>
6-
</configuration>
6+
</configuration>

src/StreamDeckSharp.Examples.Austria/StreamDeckSharp.Examples.Austria.csproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
<OutputType>Exe</OutputType>
99
<RootNamespace>StreamDeckSharp.Examples.Austria</RootNamespace>
1010
<AssemblyName>StreamDeckSharp.Examples.Austria</AssemblyName>
11-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -32,16 +33,12 @@
3233
<WarningLevel>4</WarningLevel>
3334
</PropertyGroup>
3435
<ItemGroup>
35-
<Reference Include="StreamDeckSharp, Version=3.2.46.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\StreamDeckSharp.0.1.0\lib\net45\StreamDeckSharp.dll</HintPath>
37-
</Reference>
3836
<Reference Include="System" />
3937
<Reference Include="System.Core" />
4038
<Reference Include="System.Xml.Linq" />
4139
<Reference Include="System.Data.DataSetExtensions" />
4240
<Reference Include="Microsoft.CSharp" />
4341
<Reference Include="System.Data" />
44-
<Reference Include="System.Net.Http" />
4542
<Reference Include="System.Xml" />
4643
</ItemGroup>
4744
<ItemGroup>
@@ -50,7 +47,12 @@
5047
</ItemGroup>
5148
<ItemGroup>
5249
<None Include="App.config" />
53-
<None Include="packages.config" />
50+
</ItemGroup>
51+
<ItemGroup>
52+
<ProjectReference Include="..\StreamDeckSharp\StreamDeckSharp.csproj">
53+
<Project>{d06ab787-766e-4b28-89c4-8d948070eb1c}</Project>
54+
<Name>StreamDeckSharp</Name>
55+
</ProjectReference>
5456
</ItemGroup>
5557
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5658
</Project>

src/StreamDeckSharp.Examples.Austria/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
55
</startup>
6-
</configuration>
6+
</configuration>

src/StreamDeckSharp.Examples.Drawing/StreamDeckSharp.Examples.Drawing.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<OutputType>Exe</OutputType>
99
<RootNamespace>StreamDeckSharp.Examples.Drawing</RootNamespace>
1010
<AssemblyName>StreamDeckSharp.Examples.Drawing</AssemblyName>
11-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
13+
<TargetFrameworkProfile />
1314
</PropertyGroup>
1415
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1516
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -40,7 +41,6 @@
4041
<Reference Include="System.Data.DataSetExtensions" />
4142
<Reference Include="Microsoft.CSharp" />
4243
<Reference Include="System.Data" />
43-
<Reference Include="System.Net.Http" />
4444
<Reference Include="System.Xml" />
4545
<Reference Include="WindowsBase" />
4646
</ItemGroup>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
55
</startup>
6-
</configuration>
6+
</configuration>

src/StreamDeckSharp.Examples.Rainbow/StreamDeckSharp.Examples.Rainbow.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
<OutputType>Exe</OutputType>
99
<RootNamespace>StreamDeckSharp.Examples.Rainbow</RootNamespace>
1010
<AssemblyName>StreamDeckSharp.Examples.Rainbow</AssemblyName>
11-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -38,7 +39,6 @@
3839
<Reference Include="System.Data.DataSetExtensions" />
3940
<Reference Include="Microsoft.CSharp" />
4041
<Reference Include="System.Data" />
41-
<Reference Include="System.Net.Http" />
4242
<Reference Include="System.Xml" />
4343
</ItemGroup>
4444
<ItemGroup>

src/StreamDeckSharp/StreamDeckSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>StreamDeckSharp</RootNamespace>
1212
<AssemblyName>StreamDeckSharp</AssemblyName>
13-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>

0 commit comments

Comments
 (0)