-
Notifications
You must be signed in to change notification settings - Fork 1
/
XperienceCommunity.PreviewComponentOutlines.sln
66 lines (66 loc) · 3.64 KB
/
XperienceCommunity.PreviewComponentOutlines.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
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5DD1ED9B-8E1D-4A1B-89CC-5A060CB67A95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XperienceCommunity.PreviewComponentOutlines", "src\XperienceCommunity.PreviewComponentOutlines\XperienceCommunity.PreviewComponentOutlines.csproj", "{47B45064-794E-4300-817F-2FE8FD539745}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4C2A262F-3F3D-4834-A241-404A90C90F1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XperienceCommunity.PreviewComponentOutlines.Tests", "tests\XperienceCommunity.PreviewComponentOutlines.Tests\XperienceCommunity.PreviewComponentOutlines.Tests.csproj", "{8F3A022D-097A-45D4-B80D-A4C154BC05F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC9D8D3A-EC28-4E52-91B2-A5293BD7BBB7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.markdownlint.json = .markdownlint.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{8DE5E965-65D6-4A2B-B52C-C2656E88223D}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
Directory.Build.targets = Directory.Build.targets
Directory.Build.props = Directory.Build.props
nuget.config = nuget.config
global.json = global.json
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{BC45E830-89AE-41A0-A42B-00664EDE1FAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DancingGoat", "examples\DancingGoat\DancingGoat.csproj", "{69D863B8-37B7-4374-B2F4-37F8A906B414}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47B45064-794E-4300-817F-2FE8FD539745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47B45064-794E-4300-817F-2FE8FD539745}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47B45064-794E-4300-817F-2FE8FD539745}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47B45064-794E-4300-817F-2FE8FD539745}.Release|Any CPU.Build.0 = Release|Any CPU
{8F3A022D-097A-45D4-B80D-A4C154BC05F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F3A022D-097A-45D4-B80D-A4C154BC05F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F3A022D-097A-45D4-B80D-A4C154BC05F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F3A022D-097A-45D4-B80D-A4C154BC05F6}.Release|Any CPU.Build.0 = Release|Any CPU
{69D863B8-37B7-4374-B2F4-37F8A906B414}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69D863B8-37B7-4374-B2F4-37F8A906B414}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69D863B8-37B7-4374-B2F4-37F8A906B414}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69D863B8-37B7-4374-B2F4-37F8A906B414}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{47B45064-794E-4300-817F-2FE8FD539745} = {5DD1ED9B-8E1D-4A1B-89CC-5A060CB67A95}
{8F3A022D-097A-45D4-B80D-A4C154BC05F6} = {4C2A262F-3F3D-4834-A241-404A90C90F1D}
{69D863B8-37B7-4374-B2F4-37F8A906B414} = {BC45E830-89AE-41A0-A42B-00664EDE1FAA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF74E9A2-EE1C-48CA-A59F-07AA75AEE02F}
EndGlobalSection
EndGlobal