-
Notifications
You must be signed in to change notification settings - Fork 31
/
ExampleProject.Blazor.sln
37 lines (37 loc) · 2.11 KB
/
ExampleProject.Blazor.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.3.32519.111
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.Erc20.Blazor", "Nethereum.Erc20.Blazor\Nethereum.Erc20.Blazor.csproj", "{684324A1-4DA3-4A69-80C5-2AB6A615E4C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleProject.Server", "ExampleProject.Server\ExampleProject.Server.csproj", "{3F07F72E-2405-46C0-9FF8-7D1CDFB5AEA4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleProject.Wasm", "ExampleProject.Wasm\ExampleProject.Wasm.csproj", "{BBEF0F1B-F19C-4011-A2A2-E84FB1733653}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{684324A1-4DA3-4A69-80C5-2AB6A615E4C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{684324A1-4DA3-4A69-80C5-2AB6A615E4C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{684324A1-4DA3-4A69-80C5-2AB6A615E4C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{684324A1-4DA3-4A69-80C5-2AB6A615E4C1}.Release|Any CPU.Build.0 = Release|Any CPU
{3F07F72E-2405-46C0-9FF8-7D1CDFB5AEA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F07F72E-2405-46C0-9FF8-7D1CDFB5AEA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F07F72E-2405-46C0-9FF8-7D1CDFB5AEA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F07F72E-2405-46C0-9FF8-7D1CDFB5AEA4}.Release|Any CPU.Build.0 = Release|Any CPU
{BBEF0F1B-F19C-4011-A2A2-E84FB1733653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBEF0F1B-F19C-4011-A2A2-E84FB1733653}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBEF0F1B-F19C-4011-A2A2-E84FB1733653}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBEF0F1B-F19C-4011-A2A2-E84FB1733653}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {649AA85A-ED5E-4E04-81A6-5BEBCEF3771E}
EndGlobalSection
EndGlobal