-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
NNostr.sln
37 lines (37 loc) · 2.02 KB
/
NNostr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Relay", "Relay\Relay.csproj", "{34C8D1DE-386F-442C-8463-DDDBA22C62C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NNostr.Client", "NNostr.Client\NNostr.Client.csproj", "{F2788609-DE89-4D25-BE31-1DEFD263007E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NNostr.Tests", "NNostr.Tests\NNostr.Tests.csproj", "{8CB3C821-354F-4CAA-90BE-D5DA201394D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34C8D1DE-386F-442C-8463-DDDBA22C62C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34C8D1DE-386F-442C-8463-DDDBA22C62C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34C8D1DE-386F-442C-8463-DDDBA22C62C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34C8D1DE-386F-442C-8463-DDDBA22C62C0}.Release|Any CPU.Build.0 = Release|Any CPU
{F2788609-DE89-4D25-BE31-1DEFD263007E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2788609-DE89-4D25-BE31-1DEFD263007E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2788609-DE89-4D25-BE31-1DEFD263007E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2788609-DE89-4D25-BE31-1DEFD263007E}.Release|Any CPU.Build.0 = Release|Any CPU
{8CB3C821-354F-4CAA-90BE-D5DA201394D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CB3C821-354F-4CAA-90BE-D5DA201394D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CB3C821-354F-4CAA-90BE-D5DA201394D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CB3C821-354F-4CAA-90BE-D5DA201394D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57D900B0-68A6-4C56-A124-07507A512947}
EndGlobalSection
EndGlobal