forked from miguel1117/Nano.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nano.Net.sln
22 lines (22 loc) · 1.24 KB
/
Nano.Net.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nano.Net", "Nano.Net\Nano.Net.csproj", "{DE384262-33EC-4670-AD65-6A919C195F53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nano.Net.Tests", "Nano.Net.Tests\Nano.Net.Tests.csproj", "{BFA134FE-6E02-4629-AD8C-4198E018438C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE384262-33EC-4670-AD65-6A919C195F53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE384262-33EC-4670-AD65-6A919C195F53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE384262-33EC-4670-AD65-6A919C195F53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE384262-33EC-4670-AD65-6A919C195F53}.Release|Any CPU.Build.0 = Release|Any CPU
{BFA134FE-6E02-4629-AD8C-4198E018438C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFA134FE-6E02-4629-AD8C-4198E018438C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFA134FE-6E02-4629-AD8C-4198E018438C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFA134FE-6E02-4629-AD8C-4198E018438C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal