-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetConfSG.Example.sln
37 lines (37 loc) · 2.17 KB
/
NetConfSG.Example.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.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetConfSG.Example.App", "NetConfSG.Example.App\NetConfSG.Example.App.csproj", "{627F70D9-33E9-4F55-92CC-2AF3360DB6C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetConfSG.Example.Generator", "NetConfSG.Example.Generator\NetConfSG.Example.Generator.csproj", "{2CE8F312-1B2B-4D77-BCE4-600BD8F2C8D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetConfSG.Example.BlazorAppExample", "NetConfSG.Example.BlazorAppExample\NetConfSG.Example.BlazorAppExample.csproj", "{E46D6E71-AFC1-431C-8E50-B9101782369B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{627F70D9-33E9-4F55-92CC-2AF3360DB6C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{627F70D9-33E9-4F55-92CC-2AF3360DB6C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{627F70D9-33E9-4F55-92CC-2AF3360DB6C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{627F70D9-33E9-4F55-92CC-2AF3360DB6C4}.Release|Any CPU.Build.0 = Release|Any CPU
{2CE8F312-1B2B-4D77-BCE4-600BD8F2C8D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CE8F312-1B2B-4D77-BCE4-600BD8F2C8D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CE8F312-1B2B-4D77-BCE4-600BD8F2C8D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CE8F312-1B2B-4D77-BCE4-600BD8F2C8D9}.Release|Any CPU.Build.0 = Release|Any CPU
{E46D6E71-AFC1-431C-8E50-B9101782369B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E46D6E71-AFC1-431C-8E50-B9101782369B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E46D6E71-AFC1-431C-8E50-B9101782369B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E46D6E71-AFC1-431C-8E50-B9101782369B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62A25D67-47A8-4DF0-8027-622E2217B38A}
EndGlobalSection
EndGlobal