-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNetsSharp.sln
53 lines (53 loc) · 2.86 KB
/
NetsSharp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetsSharp", "src\NetsSharp\NetsSharp.csproj", "{9805F189-902B-46BF-BC55-E41D5C1FB371}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D412CEFC-DEED-4FFE-96F9-F2CD4552F58B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{493E24DD-D075-424A-9936-43ADCE0C37FB}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetsSharp.UnitTests", "tests\NetsSharp.UnitTests\NetsSharp.UnitTests.csproj", "{6769D4B9-C896-4A88-A5EA-D51E89F9CC1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetsSharp.IntegrationTests", "tests\NetsSharp.IntegrationTests\NetsSharp.IntegrationTests.csproj", "{08494E69-4EDB-4630-ABDD-13236B15BD97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{01B27CDD-8281-4FD5-A754-8128F05C0140}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9805F189-902B-46BF-BC55-E41D5C1FB371}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9805F189-902B-46BF-BC55-E41D5C1FB371}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9805F189-902B-46BF-BC55-E41D5C1FB371}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9805F189-902B-46BF-BC55-E41D5C1FB371}.Release|Any CPU.Build.0 = Release|Any CPU
{6769D4B9-C896-4A88-A5EA-D51E89F9CC1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6769D4B9-C896-4A88-A5EA-D51E89F9CC1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6769D4B9-C896-4A88-A5EA-D51E89F9CC1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6769D4B9-C896-4A88-A5EA-D51E89F9CC1A}.Release|Any CPU.Build.0 = Release|Any CPU
{08494E69-4EDB-4630-ABDD-13236B15BD97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08494E69-4EDB-4630-ABDD-13236B15BD97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08494E69-4EDB-4630-ABDD-13236B15BD97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08494E69-4EDB-4630-ABDD-13236B15BD97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6769D4B9-C896-4A88-A5EA-D51E89F9CC1A} = {D412CEFC-DEED-4FFE-96F9-F2CD4552F58B}
{08494E69-4EDB-4630-ABDD-13236B15BD97} = {D412CEFC-DEED-4FFE-96F9-F2CD4552F58B}
EndGlobalSection
EndGlobal