Skip to content

Commit 2940e10

Browse files
committed
.NET Framework 4.0 #25
1 parent 7c30a2c commit 2940e10

38 files changed

Lines changed: 808 additions & 50 deletions

File tree

Src/SocketIoClientDotNet.Tests.net35/SocketIoClientDotNet.Tests.net35.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="EngineIoClientDotNet, Version=0.9.15.0, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="EngineIoClientDotNet, Version=0.9.17.0, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\SocketIoClientDotNet.net35\packages\EngineIoClientDotNet.0.9.15\lib\net35\EngineIoClientDotNet.dll</HintPath>
35+
<HintPath>..\SocketIoClientDotNet.net35\packages\EngineIoClientDotNet.0.9.17\lib\net35\EngineIoClientDotNet.dll</HintPath>
3636
</Reference>
3737
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>

Src/SocketIoClientDotNet.Tests.net35/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EngineIoClientDotNet" version="0.9.15" targetFramework="net35" />
3+
<package id="EngineIoClientDotNet" version="0.9.17" targetFramework="net35" />
44
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net35" />
55
<package id="System.Threading.Tasks" version="3.1.1" targetFramework="net35" />
66
<package id="System.Threading.Tasks.Unofficial" version="3.1" targetFramework="net35" />
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("SocketIoClientDotNet.Tests.net40")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("SocketIoClientDotNet.Tests.net40")]
13+
[assembly: AssemblyCopyright("Copyright © 2015")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
19+
// COM, set the ComVisible attribute to true on that type.
20+
[assembly: ComVisible(false)]
21+
22+
// The following GUID is for the ID of the typelib if this project is exposed to COM
23+
[assembly: Guid("b7bc8677-efa2-47e2-86c3-1ab3f31238c3")]
24+
25+
// Version information for an assembly consists of the following four values:
26+
//
27+
// Major Version
28+
// Minor Version
29+
// Build Number
30+
// Revision
31+
//
32+
// You can specify all the values or you can default the Build and Revision Numbers
33+
// by using the '*' as shown below:
34+
// [assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{DD1A4F5E-5606-4989-9DF8-C1BBD50CD850}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>SocketIoClientDotNet.Tests.net40</RootNamespace>
11+
<AssemblyName>SocketIoClientDotNet.Tests.net40</AssemblyName>
12+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<DebugSymbols>true</DebugSymbols>
17+
<DebugType>full</DebugType>
18+
<Optimize>false</Optimize>
19+
<OutputPath>bin\Debug\</OutputPath>
20+
<DefineConstants>DEBUG;TRACE</DefineConstants>
21+
<ErrorReport>prompt</ErrorReport>
22+
<WarningLevel>4</WarningLevel>
23+
</PropertyGroup>
24+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25+
<DebugType>pdbonly</DebugType>
26+
<Optimize>true</Optimize>
27+
<OutputPath>bin\Release\</OutputPath>
28+
<DefineConstants>TRACE</DefineConstants>
29+
<ErrorReport>prompt</ErrorReport>
30+
<WarningLevel>4</WarningLevel>
31+
</PropertyGroup>
32+
<ItemGroup>
33+
<Reference Include="EngineIoClientDotNet, Version=0.9.17.0, Culture=neutral, processorArchitecture=MSIL">
34+
<SpecificVersion>False</SpecificVersion>
35+
<HintPath>..\SocketIoClientDotNet.net40\packages\EngineIoClientDotNet.0.9.17\lib\net40\EngineIoClientDotNet.dll</HintPath>
36+
</Reference>
37+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\SocketIoClientDotNet.net40\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
40+
</Reference>
41+
<Reference Include="System" />
42+
<Reference Include="System.Core" />
43+
<Reference Include="System.Xml.Linq" />
44+
<Reference Include="System.Data.DataSetExtensions" />
45+
<Reference Include="Microsoft.CSharp" />
46+
<Reference Include="System.Data" />
47+
<Reference Include="System.Xml" />
48+
<Reference Include="WebSocket4Net">
49+
<HintPath>..\SocketIoClientDotNet.net40\packages\WebSocket4Net.0.11\lib\net40\WebSocket4Net.dll</HintPath>
50+
</Reference>
51+
<Reference Include="xunit">
52+
<HintPath>..\SocketIoClientDotNet.net40\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
53+
</Reference>
54+
</ItemGroup>
55+
<ItemGroup>
56+
<Compile Include="..\SocketIoClientDotNet.Tests.net45\ClientTests\Connection.cs">
57+
<Link>ClientTests\Connection.cs</Link>
58+
</Compile>
59+
<Compile Include="..\SocketIoClientDotNet.Tests.net45\ClientTests\ServerConnectionTest_net35.cs">
60+
<Link>ClientTests\ServerConnectionTest_net35.cs</Link>
61+
</Compile>
62+
<Compile Include="..\SocketIoClientDotNet.Tests.net45\ClientTests\UrlTest.cs">
63+
<Link>ClientTests\UrlTest.cs</Link>
64+
</Compile>
65+
<Compile Include="..\SocketIoClientDotNet.Tests.net45\ModuleTests\HasBinaryDataTest.cs">
66+
<Link>ModuleTests\HasBinaryDataTest.cs</Link>
67+
</Compile>
68+
<Compile Include="..\SocketIoClientDotNet.Tests.net45\ParserTests\ByteArrayTest.cs">
69+
<Link>ParserTests\ByteArrayTest.cs</Link>
70+
</Compile>
71+
<Compile Include="..\SocketIoClientDotNet.Tests.net45\ParserTests\Helpers.cs">
72+
<Link>ParserTests\Helpers.cs</Link>
73+
</Compile>
74+
<Compile Include="..\SocketIoClientDotNet.Tests.net45\ParserTests\ParserTest.cs">
75+
<Link>ParserTests\ParserTest.cs</Link>
76+
</Compile>
77+
<Compile Include="Properties\AssemblyInfo.cs" />
78+
</ItemGroup>
79+
<ItemGroup>
80+
<ProjectReference Include="..\SocketIoClientDotNet.net40\SocketIoClientDotNet.net40.csproj">
81+
<Project>{53ae4914-a35b-406c-91ed-7e3d9c950f45}</Project>
82+
<Name>SocketIoClientDotNet.net40</Name>
83+
</ProjectReference>
84+
</ItemGroup>
85+
<ItemGroup>
86+
<None Include="packages.config" />
87+
</ItemGroup>
88+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90+
Other similar extension points exist, see Microsoft.Common.targets.
91+
<Target Name="BeforeBuild">
92+
</Target>
93+
<Target Name="AfterBuild">
94+
</Target>
95+
-->
96+
</Project>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="EngineIoClientDotNet" version="0.9.17" targetFramework="net40" />
4+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net40" />
5+
<package id="WebSocket4Net" version="0.11" targetFramework="net40" />
6+
<package id="xunit" version="1.9.2" targetFramework="net40" />
7+
</packages>

Src/SocketIoClientDotNet.Tests.net45/SocketIoClientDotNet.Tests.net45.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="EngineIoClientDotNet, Version=0.9.15.0, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="EngineIoClientDotNet, Version=0.9.17.0, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\SocketIoClientDotNet.net45\packages\EngineIoClientDotNet.0.9.15\lib\net45\EngineIoClientDotNet.dll</HintPath>
35+
<HintPath>..\SocketIoClientDotNet.net45\packages\EngineIoClientDotNet.0.9.17\lib\net45\EngineIoClientDotNet.dll</HintPath>
3636
</Reference>
3737
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>

Src/SocketIoClientDotNet.Tests.net45/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EngineIoClientDotNet" version="0.9.15" targetFramework="net45" />
3+
<package id="EngineIoClientDotNet" version="0.9.17" targetFramework="net45" />
44
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
55
<package id="WebSocket4Net" version="0.11" targetFramework="net45" />
66
<package id="xunit" version="1.9.2" targetFramework="net45" />

Src/SocketIoClientDotNet.Tests.netcore45.UnitTestLibrary/SocketIoClientDotNet.Tests.netcore45.UnitTestLibrary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@
150150
</ProjectReference>
151151
</ItemGroup>
152152
<ItemGroup>
153-
<Reference Include="EngineIoClientDotNet, Version=0.9.15.0, Culture=neutral, processorArchitecture=MSIL">
153+
<Reference Include="EngineIoClientDotNet, Version=0.9.17.0, Culture=neutral, processorArchitecture=MSIL">
154154
<SpecificVersion>False</SpecificVersion>
155-
<HintPath>..\SocketIoClientDotNet.netcore45\packages\EngineIoClientDotNet.0.9.15\lib\netcore45\EngineIoClientDotNet.dll</HintPath>
155+
<HintPath>..\SocketIoClientDotNet.netcore45\packages\EngineIoClientDotNet.0.9.17\lib\netcore45\EngineIoClientDotNet.dll</HintPath>
156156
</Reference>
157157
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
158158
<SpecificVersion>False</SpecificVersion>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EngineIoClientDotNet" version="0.9.15" targetFramework="win81" />
3+
<package id="EngineIoClientDotNet" version="0.9.17" targetFramework="win81" />
44
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="win81" />
55
</packages>

Src/SocketIoClientDotNet.Tests.portable-wpa81+wp81.UnitTest/SocketIoClientDotNet.Tests.portable-wpa81+wp81.UnitTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
</ProjectReference>
120120
</ItemGroup>
121121
<ItemGroup>
122-
<Reference Include="EngineIoClientDotNet, Version=0.9.14.0, Culture=neutral, processorArchitecture=MSIL">
122+
<Reference Include="EngineIoClientDotNet, Version=0.9.17.0, Culture=neutral, processorArchitecture=MSIL">
123123
<SpecificVersion>False</SpecificVersion>
124-
<HintPath>..\SocketIoClientDotNet.portable-win81+wpa81\packages\EngineIoClientDotNet.0.9.15\lib\portable-win81+wpa81\EngineIoClientDotNet.dll</HintPath>
124+
<HintPath>..\SocketIoClientDotNet.portable-win81+wpa81\packages\EngineIoClientDotNet.0.9.17\lib\portable-win81+wpa81\EngineIoClientDotNet.dll</HintPath>
125125
</Reference>
126126
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
127127
<SpecificVersion>False</SpecificVersion>

0 commit comments

Comments
 (0)