forked from pallu/raml-dotnet-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRAML.NET.sln
More file actions
58 lines (58 loc) · 3.49 KB
/
RAML.NET.sln
File metadata and controls
58 lines (58 loc) · 3.49 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raml.Tools", "Raml.Tools\Raml.Tools.csproj", "{851D7EAB-C9FB-4A3F-9537-BB8F36710395}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raml.Tools.Tests", "Raml.Tools.Tests\Raml.Tools.Tests.csproj", "{506E0987-5F2D-409B-80DE-0B0D3EDE275B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raml.CodeGen.Tests", "Raml.CodeGen.Tests\Raml.CodeGen.Tests.csproj", "{AB9722BA-FDC7-44B4-BFAC-9D6FF9227D4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MuleSoft.RAML.Tools", "MuleSoft.RAML.Tools\MuleSoft.RAML.Tools.csproj", "{7E570882-1D40-487C-977B-69DEDA80BD63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raml.Common", "Raml.Common\Raml.Common.csproj", "{05A60B40-E199-435D-99A4-0DD7637F5690}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD39147D-2814-4B26-81D7-76A354193023}"
ProjectSection(SolutionItems) = preProject
README.asciidoc = README.asciidoc
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C5478D09-843C-40EA-9DF5-06D5CAD36B01}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{851D7EAB-C9FB-4A3F-9537-BB8F36710395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{851D7EAB-C9FB-4A3F-9537-BB8F36710395}.Debug|Any CPU.Build.0 = Debug|Any CPU
{851D7EAB-C9FB-4A3F-9537-BB8F36710395}.Release|Any CPU.ActiveCfg = Release|Any CPU
{851D7EAB-C9FB-4A3F-9537-BB8F36710395}.Release|Any CPU.Build.0 = Release|Any CPU
{506E0987-5F2D-409B-80DE-0B0D3EDE275B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{506E0987-5F2D-409B-80DE-0B0D3EDE275B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{506E0987-5F2D-409B-80DE-0B0D3EDE275B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{506E0987-5F2D-409B-80DE-0B0D3EDE275B}.Release|Any CPU.Build.0 = Release|Any CPU
{AB9722BA-FDC7-44B4-BFAC-9D6FF9227D4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB9722BA-FDC7-44B4-BFAC-9D6FF9227D4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB9722BA-FDC7-44B4-BFAC-9D6FF9227D4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB9722BA-FDC7-44B4-BFAC-9D6FF9227D4A}.Release|Any CPU.Build.0 = Release|Any CPU
{7E570882-1D40-487C-977B-69DEDA80BD63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E570882-1D40-487C-977B-69DEDA80BD63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E570882-1D40-487C-977B-69DEDA80BD63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E570882-1D40-487C-977B-69DEDA80BD63}.Release|Any CPU.Build.0 = Release|Any CPU
{05A60B40-E199-435D-99A4-0DD7637F5690}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05A60B40-E199-435D-99A4-0DD7637F5690}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05A60B40-E199-435D-99A4-0DD7637F5690}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05A60B40-E199-435D-99A4-0DD7637F5690}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal