-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBlazorFormLayout.sln
50 lines (50 loc) · 2.8 KB
/
BlazorFormLayout.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.138
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorFormLayout", "BlazorFormLayout\BlazorFormLayout.csproj", "{D1479A07-EF48-46FA-9DCC-4C72E5B5F224}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWebsite", "TestWebsite\TestWebsite.csproj", "{EA8C6E15-96E9-48F9-B6F7-625C940474B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{6A7A3D2A-EA48-4122-926F-13686A45EB68}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
run_testwebsite.cmd = run_testwebsite.cmd
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorFormLayout.Tests", "BlazorFormLayout.Tests\BlazorFormLayout.Tests.csproj", "{0EFDCFBD-ADEA-4331-A658-24893B0DEFF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "docs", "docs\docs.csproj", "{66AAD67D-2695-4CFC-BA5F-7762C4967AE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1479A07-EF48-46FA-9DCC-4C72E5B5F224}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1479A07-EF48-46FA-9DCC-4C72E5B5F224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1479A07-EF48-46FA-9DCC-4C72E5B5F224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1479A07-EF48-46FA-9DCC-4C72E5B5F224}.Release|Any CPU.Build.0 = Release|Any CPU
{EA8C6E15-96E9-48F9-B6F7-625C940474B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA8C6E15-96E9-48F9-B6F7-625C940474B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA8C6E15-96E9-48F9-B6F7-625C940474B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA8C6E15-96E9-48F9-B6F7-625C940474B1}.Release|Any CPU.Build.0 = Release|Any CPU
{0EFDCFBD-ADEA-4331-A658-24893B0DEFF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EFDCFBD-ADEA-4331-A658-24893B0DEFF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EFDCFBD-ADEA-4331-A658-24893B0DEFF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EFDCFBD-ADEA-4331-A658-24893B0DEFF7}.Release|Any CPU.Build.0 = Release|Any CPU
{66AAD67D-2695-4CFC-BA5F-7762C4967AE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66AAD67D-2695-4CFC-BA5F-7762C4967AE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66AAD67D-2695-4CFC-BA5F-7762C4967AE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66AAD67D-2695-4CFC-BA5F-7762C4967AE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24EF1444-0E88-43EA-985A-009023CB2108}
EndGlobalSection
EndGlobal