-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRosetta.sln
85 lines (85 loc) · 4.96 KB
/
Rosetta.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35424.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.Markup", "src\Riverside.Markup\Riverside.Markup.csproj", "{41682338-C05B-46AD-809F-6472BEF3E6DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.Markup.Specification", "src\Riverside.Markup.Specification\Riverside.Markup.Specification.csproj", "{8643A589-2FAB-4B8F-9ACB-3A8AC5582223}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E0EE792B-7CCA-4369-9F40-3EF5FB00C3F9}"
ProjectSection(SolutionItems) = preProject
src\README.md = src\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "eng", "eng", "{72F34633-3DF1-47B2-84F5-D260450A9010}"
ProjectSection(SolutionItems) = preProject
eng\CurrentVersion.props = eng\CurrentVersion.props
Directory.Build.props = Directory.Build.props
eng\PackageLogo.png = eng\PackageLogo.png
eng\PackageMetadata.props = eng\PackageMetadata.props
eng\README.md = eng\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9CB3627B-A463-4DED-B4D0-D185E13DBCF6}"
ProjectSection(SolutionItems) = preProject
tests\README.md = tests\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{AE9209B1-AB3C-4451-BFAD-8C3F089E104F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.md = LICENSE.md
.github\README.md = .github\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{7B37BA78-9C3C-47BC-8D30-874290E9E859}"
ProjectSection(SolutionItems) = preProject
eng\nuget\README.md = eng\nuget\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.Markup.CompilerServices", "src\Riverside.Markup.CompilerServices\Riverside.Markup.CompilerServices.csproj", "{83AB0ECD-E0FE-4B4D-B1B4-9CFABEAD0C82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.Markup.InteropServices", "src\Riverside.Markup.InteropServices\Riverside.Markup.InteropServices.csproj", "{47893B27-A13B-4768-8B7D-8A0A2BB131B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.Markup.Fusion", "src\Riverside.Markup.Fusion\Riverside.Markup.Fusion.csproj", "{49249818-C531-49B4-B3D4-C5A659C9B982}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41682338-C05B-46AD-809F-6472BEF3E6DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41682338-C05B-46AD-809F-6472BEF3E6DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41682338-C05B-46AD-809F-6472BEF3E6DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41682338-C05B-46AD-809F-6472BEF3E6DA}.Release|Any CPU.Build.0 = Release|Any CPU
{8643A589-2FAB-4B8F-9ACB-3A8AC5582223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8643A589-2FAB-4B8F-9ACB-3A8AC5582223}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8643A589-2FAB-4B8F-9ACB-3A8AC5582223}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8643A589-2FAB-4B8F-9ACB-3A8AC5582223}.Release|Any CPU.Build.0 = Release|Any CPU
{83AB0ECD-E0FE-4B4D-B1B4-9CFABEAD0C82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83AB0ECD-E0FE-4B4D-B1B4-9CFABEAD0C82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83AB0ECD-E0FE-4B4D-B1B4-9CFABEAD0C82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83AB0ECD-E0FE-4B4D-B1B4-9CFABEAD0C82}.Release|Any CPU.Build.0 = Release|Any CPU
{47893B27-A13B-4768-8B7D-8A0A2BB131B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47893B27-A13B-4768-8B7D-8A0A2BB131B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47893B27-A13B-4768-8B7D-8A0A2BB131B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47893B27-A13B-4768-8B7D-8A0A2BB131B9}.Release|Any CPU.Build.0 = Release|Any CPU
{49249818-C531-49B4-B3D4-C5A659C9B982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49249818-C531-49B4-B3D4-C5A659C9B982}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49249818-C531-49B4-B3D4-C5A659C9B982}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49249818-C531-49B4-B3D4-C5A659C9B982}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{41682338-C05B-46AD-809F-6472BEF3E6DA} = {E0EE792B-7CCA-4369-9F40-3EF5FB00C3F9}
{8643A589-2FAB-4B8F-9ACB-3A8AC5582223} = {E0EE792B-7CCA-4369-9F40-3EF5FB00C3F9}
{7B37BA78-9C3C-47BC-8D30-874290E9E859} = {72F34633-3DF1-47B2-84F5-D260450A9010}
{83AB0ECD-E0FE-4B4D-B1B4-9CFABEAD0C82} = {E0EE792B-7CCA-4369-9F40-3EF5FB00C3F9}
{47893B27-A13B-4768-8B7D-8A0A2BB131B9} = {E0EE792B-7CCA-4369-9F40-3EF5FB00C3F9}
{49249818-C531-49B4-B3D4-C5A659C9B982} = {E0EE792B-7CCA-4369-9F40-3EF5FB00C3F9}
EndGlobalSection
EndGlobal