This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
/
stellar-dotnet-sdk.sln
43 lines (43 loc) · 2.62 KB
/
stellar-dotnet-sdk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "stellar-dotnet-sdk", "stellar-dotnet-sdk\stellar-dotnet-sdk.csproj", "{6041C4AE-94DE-435B-84F5-D35D2CC5B9DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "stellar-dotnet-sdk-test", "stellar-dotnet-sdk-test\stellar-dotnet-sdk-test.csproj", "{B005220F-602B-4888-A72F-A4583181773A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "stellar-dotnet-sdk-console", "stellar-dotnet-sdk-console\stellar-dotnet-sdk-console.csproj", "{7BA6DFB8-5736-47EC-8995-E652D221E077}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "stellar-dotnet-sdk-xdr", "stellar-dotnet-sdk-xdr\stellar-dotnet-sdk-xdr.csproj", "{DB19EF41-BF22-41D0-B856-858C6FC17068}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6041C4AE-94DE-435B-84F5-D35D2CC5B9DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6041C4AE-94DE-435B-84F5-D35D2CC5B9DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6041C4AE-94DE-435B-84F5-D35D2CC5B9DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6041C4AE-94DE-435B-84F5-D35D2CC5B9DE}.Release|Any CPU.Build.0 = Release|Any CPU
{B005220F-602B-4888-A72F-A4583181773A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B005220F-602B-4888-A72F-A4583181773A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B005220F-602B-4888-A72F-A4583181773A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B005220F-602B-4888-A72F-A4583181773A}.Release|Any CPU.Build.0 = Release|Any CPU
{7BA6DFB8-5736-47EC-8995-E652D221E077}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BA6DFB8-5736-47EC-8995-E652D221E077}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BA6DFB8-5736-47EC-8995-E652D221E077}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BA6DFB8-5736-47EC-8995-E652D221E077}.Release|Any CPU.Build.0 = Release|Any CPU
{DB19EF41-BF22-41D0-B856-858C6FC17068}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB19EF41-BF22-41D0-B856-858C6FC17068}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB19EF41-BF22-41D0-B856-858C6FC17068}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB19EF41-BF22-41D0-B856-858C6FC17068}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E63EA592-2696-4E6A-BA56-97D6016449FB}
EndGlobalSection
EndGlobal