Skip to content

Commit 2506dd5

Browse files
John0Kingmattqs
authored andcommitted
use .net sdk project and multi-target (#181)
1 parent 3736596 commit 2506dd5

87 files changed

Lines changed: 154 additions & 4619 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

SocketIoClientDotNet.sln

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28010.2046
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{5522D1EC-43EC-4481-A2A5-0D7D440ADB61}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketIoClientDotNet", "Src\SocketIoClientDotNet\SocketIoClientDotNet.csproj", "{41AC286C-AEF5-4262-9DFD-2BA9353B7A6E}"
9+
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{351EC480-13CF-4DEC-AFE8-B2CFE4609A92}"
11+
EndProject
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketIoClientDotNet.Tests", "test\SocketIoClientDotNet.Tests\SocketIoClientDotNet.Tests.csproj", "{6FEBECB3-B7C2-4612-A843-24C712483E14}"
13+
EndProject
14+
Global
15+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
16+
Debug|Any CPU = Debug|Any CPU
17+
Release|Any CPU = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20+
{41AC286C-AEF5-4262-9DFD-2BA9353B7A6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{41AC286C-AEF5-4262-9DFD-2BA9353B7A6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{41AC286C-AEF5-4262-9DFD-2BA9353B7A6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{41AC286C-AEF5-4262-9DFD-2BA9353B7A6E}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{6FEBECB3-B7C2-4612-A843-24C712483E14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{6FEBECB3-B7C2-4612-A843-24C712483E14}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{6FEBECB3-B7C2-4612-A843-24C712483E14}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{6FEBECB3-B7C2-4612-A843-24C712483E14}.Release|Any CPU.Build.0 = Release|Any CPU
28+
EndGlobalSection
29+
GlobalSection(SolutionProperties) = preSolution
30+
HideSolutionNode = FALSE
31+
EndGlobalSection
32+
GlobalSection(NestedProjects) = preSolution
33+
{41AC286C-AEF5-4262-9DFD-2BA9353B7A6E} = {5522D1EC-43EC-4481-A2A5-0D7D440ADB61}
34+
{6FEBECB3-B7C2-4612-A843-24C712483E14} = {351EC480-13CF-4DEC-AFE8-B2CFE4609A92}
35+
EndGlobalSection
36+
GlobalSection(ExtensibilityGlobals) = postSolution
37+
SolutionGuid = {94D8B75E-A477-4C5B-A6F6-8322324C22AD}
38+
EndGlobalSection
39+
EndGlobal

Src/SocketIoClientDotNet.Tests.mono/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

Src/SocketIoClientDotNet.Tests.mono/SocketIoClientDotNet.Tests.mono.csproj

Lines changed: 0 additions & 116 deletions
This file was deleted.

Src/SocketIoClientDotNet.Tests.mono/app.config

Lines changed: 0 additions & 15 deletions
This file was deleted.

Src/SocketIoClientDotNet.Tests.mono/packages.config

Lines changed: 0 additions & 11 deletions
This file was deleted.

Src/SocketIoClientDotNet.Tests.net35/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

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

Lines changed: 0 additions & 109 deletions
This file was deleted.

Src/SocketIoClientDotNet.Tests.net35/SocketIoClientDotNet.Tests.net35.v3.ncrunchproject

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)