-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNimiq.RPC.sln
31 lines (31 loc) · 1.54 KB
/
Nimiq.RPC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nimiq.RPC", "Nimiq.RPC\Nimiq.RPC.csproj", "{78C1EEAB-92C3-418D-B1E3-BE2E13012B2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoApp", "DemoApp\DemoApp.csproj", "{8D6423D4-1AF7-4092-B42E-50C67917AF90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78C1EEAB-92C3-418D-B1E3-BE2E13012B2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78C1EEAB-92C3-418D-B1E3-BE2E13012B2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78C1EEAB-92C3-418D-B1E3-BE2E13012B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78C1EEAB-92C3-418D-B1E3-BE2E13012B2C}.Release|Any CPU.Build.0 = Release|Any CPU
{8D6423D4-1AF7-4092-B42E-50C67917AF90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D6423D4-1AF7-4092-B42E-50C67917AF90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D6423D4-1AF7-4092-B42E-50C67917AF90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D6423D4-1AF7-4092-B42E-50C67917AF90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {791EF356-649F-4E9E-B38F-6FE17315505C}
EndGlobalSection
EndGlobal