-
Notifications
You must be signed in to change notification settings - Fork 2
/
MudBlazor.StaticInput.sln
49 lines (49 loc) · 3.13 KB
/
MudBlazor.StaticInput.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MudBlazor.StaticInput", "src\MudBlazor.StaticInput.csproj", "{2B69CBAC-D1AA-4207-B21F-E9CA81F1ABCC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StaticSample.Client", "demo\StaticSample\StaticSample.Client\StaticSample.Client.csproj", "{82535416-5695-4CA4-A768-AB19DB59916D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StaticSample", "demo\StaticSample\StaticSample\StaticSample.csproj", "{4513699B-BD7E-42DC-A01A-17AF4D313BC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StaticInput.UnitTests.Viewer", "tests\StaticInput.UnitTests.Viewer\StaticInput.UnitTests.Viewer.csproj", "{EF0B112F-3C9E-4947-80CF-1F3CA0FBD7FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StaticInput.UnitTests", "tests\StaticInput.UnitTests\StaticInput.UnitTests.csproj", "{1CD5FE26-3322-4DD8-BD98-BD8ACBBAECC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B69CBAC-D1AA-4207-B21F-E9CA81F1ABCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B69CBAC-D1AA-4207-B21F-E9CA81F1ABCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B69CBAC-D1AA-4207-B21F-E9CA81F1ABCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B69CBAC-D1AA-4207-B21F-E9CA81F1ABCC}.Release|Any CPU.Build.0 = Release|Any CPU
{82535416-5695-4CA4-A768-AB19DB59916D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82535416-5695-4CA4-A768-AB19DB59916D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82535416-5695-4CA4-A768-AB19DB59916D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82535416-5695-4CA4-A768-AB19DB59916D}.Release|Any CPU.Build.0 = Release|Any CPU
{4513699B-BD7E-42DC-A01A-17AF4D313BC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4513699B-BD7E-42DC-A01A-17AF4D313BC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4513699B-BD7E-42DC-A01A-17AF4D313BC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4513699B-BD7E-42DC-A01A-17AF4D313BC8}.Release|Any CPU.Build.0 = Release|Any CPU
{EF0B112F-3C9E-4947-80CF-1F3CA0FBD7FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF0B112F-3C9E-4947-80CF-1F3CA0FBD7FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF0B112F-3C9E-4947-80CF-1F3CA0FBD7FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF0B112F-3C9E-4947-80CF-1F3CA0FBD7FF}.Release|Any CPU.Build.0 = Release|Any CPU
{1CD5FE26-3322-4DD8-BD98-BD8ACBBAECC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CD5FE26-3322-4DD8-BD98-BD8ACBBAECC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CD5FE26-3322-4DD8-BD98-BD8ACBBAECC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CD5FE26-3322-4DD8-BD98-BD8ACBBAECC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {821197DC-CD64-4759-AE96-997D708CE31E}
EndGlobalSection
EndGlobal