-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMonoDevelop.Xml.sln
54 lines (54 loc) · 3.05 KB
/
MonoDevelop.Xml.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32611.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoDevelop.Xml.Core", "Core\MonoDevelop.Xml.Core.csproj", "{DC05762C-0F2E-4238-BCFD-40347471B43A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoDevelop.Xml.Editor", "Editor\MonoDevelop.Xml.Editor.csproj", "{21DCB152-D50D-48E9-B1AA-FB341192D88F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoDevelop.Xml.Core.Tests", "Core.Tests\MonoDevelop.Xml.Core.Tests.csproj", "{69E2900F-EF2E-458A-9AC8-03954B269778}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoDevelop.Xml.Editor.Tests", "Editor.Tests\MonoDevelop.Xml.Editor.Tests.csproj", "{CE361B05-2E2B-4FEE-9889-D4F00F88C5CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC251E3C-F9E7-4103-B562-78921CA87D0F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC05762C-0F2E-4238-BCFD-40347471B43A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC05762C-0F2E-4238-BCFD-40347471B43A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC05762C-0F2E-4238-BCFD-40347471B43A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC05762C-0F2E-4238-BCFD-40347471B43A}.Release|Any CPU.Build.0 = Release|Any CPU
{21DCB152-D50D-48E9-B1AA-FB341192D88F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21DCB152-D50D-48E9-B1AA-FB341192D88F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21DCB152-D50D-48E9-B1AA-FB341192D88F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21DCB152-D50D-48E9-B1AA-FB341192D88F}.Release|Any CPU.Build.0 = Release|Any CPU
{69E2900F-EF2E-458A-9AC8-03954B269778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69E2900F-EF2E-458A-9AC8-03954B269778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69E2900F-EF2E-458A-9AC8-03954B269778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69E2900F-EF2E-458A-9AC8-03954B269778}.Release|Any CPU.Build.0 = Release|Any CPU
{CE361B05-2E2B-4FEE-9889-D4F00F88C5CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE361B05-2E2B-4FEE-9889-D4F00F88C5CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE361B05-2E2B-4FEE-9889-D4F00F88C5CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE361B05-2E2B-4FEE-9889-D4F00F88C5CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E807A07-E13F-45E8-A2A6-A4DEAB8BEE06}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $3
EndGlobalSection
EndGlobal