-
Notifications
You must be signed in to change notification settings - Fork 0
/
Examples.sln
55 lines (55 loc) · 3.72 KB
/
Examples.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
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleBlazorApp.Server", "ExampleBlazorApp\Server\ExampleBlazorApp.Server.csproj", "{E04B73B8-CC31-4094-A959-426C92111553}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleBlazorApp.Client", "ExampleBlazorApp\Client\ExampleBlazorApp.Client.csproj", "{D3EFEB2A-FF31-4085-8978-14F7AA416CAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleBlazorApp.Shared", "ExampleBlazorApp\Shared\ExampleBlazorApp.Shared.csproj", "{F52B519F-1BB9-41EA-B7AC-064F657166F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleBlazorApp.Tests", "ExampleBlazorApp.Tests\ExampleBlazorApp.Tests.csproj", "{2CC56C1A-B438-4052-A40E-BD38495ADBA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleBlazorApp.IntegratedTests", "ExampleBlazorApp.IntegratedTests\ExampleBlazorApp.IntegratedTests.csproj", "{5D187E67-E886-42B3-B005-DE4FB16906A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleBlazorApp.IntegratedTests.MsTest", "ExampleBlazorApp.IntegratedTests.MsTest\ExampleBlazorApp.IntegratedTests.MsTest.csproj", "{6C3400BD-4B28-4F8A-BCA9-0EB4641FB969}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E04B73B8-CC31-4094-A959-426C92111553}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E04B73B8-CC31-4094-A959-426C92111553}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E04B73B8-CC31-4094-A959-426C92111553}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E04B73B8-CC31-4094-A959-426C92111553}.Release|Any CPU.Build.0 = Release|Any CPU
{D3EFEB2A-FF31-4085-8978-14F7AA416CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3EFEB2A-FF31-4085-8978-14F7AA416CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3EFEB2A-FF31-4085-8978-14F7AA416CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3EFEB2A-FF31-4085-8978-14F7AA416CAF}.Release|Any CPU.Build.0 = Release|Any CPU
{F52B519F-1BB9-41EA-B7AC-064F657166F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F52B519F-1BB9-41EA-B7AC-064F657166F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F52B519F-1BB9-41EA-B7AC-064F657166F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F52B519F-1BB9-41EA-B7AC-064F657166F7}.Release|Any CPU.Build.0 = Release|Any CPU
{2CC56C1A-B438-4052-A40E-BD38495ADBA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CC56C1A-B438-4052-A40E-BD38495ADBA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CC56C1A-B438-4052-A40E-BD38495ADBA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CC56C1A-B438-4052-A40E-BD38495ADBA5}.Release|Any CPU.Build.0 = Release|Any CPU
{5D187E67-E886-42B3-B005-DE4FB16906A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D187E67-E886-42B3-B005-DE4FB16906A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D187E67-E886-42B3-B005-DE4FB16906A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D187E67-E886-42B3-B005-DE4FB16906A6}.Release|Any CPU.Build.0 = Release|Any CPU
{6C3400BD-4B28-4F8A-BCA9-0EB4641FB969}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C3400BD-4B28-4F8A-BCA9-0EB4641FB969}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C3400BD-4B28-4F8A-BCA9-0EB4641FB969}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C3400BD-4B28-4F8A-BCA9-0EB4641FB969}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA6B2188-0418-4706-B6D6-DAEC877C1859}
EndGlobalSection
EndGlobal