-
Notifications
You must be signed in to change notification settings - Fork 3
/
CsdlToDiagram.sln
44 lines (44 loc) · 2.37 KB
/
CsdlToDiagram.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsdlToDiagram", "CsdlToDiagram\CsdlToDiagram.csproj", "{35979C97-3ECF-45B7-87D0-043B1AF1CDDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsdlToPlant", "CsdlToPlant\CsdlToPlant.csproj", "{F30F8D61-4ACB-4973-91D1-A3F855BF78E7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{6D6ED9E6-A9B1-4B72-A85C-C27CBE7892C0}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
License.txt = License.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsdlToPlant.Tests", "CsdlToPlant.Tests\CsdlToPlant.Tests.csproj", "{7F40FD29-84D4-4B01-917E-69FBC8D5B51E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35979C97-3ECF-45B7-87D0-043B1AF1CDDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35979C97-3ECF-45B7-87D0-043B1AF1CDDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35979C97-3ECF-45B7-87D0-043B1AF1CDDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35979C97-3ECF-45B7-87D0-043B1AF1CDDA}.Release|Any CPU.Build.0 = Release|Any CPU
{F30F8D61-4ACB-4973-91D1-A3F855BF78E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F30F8D61-4ACB-4973-91D1-A3F855BF78E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F30F8D61-4ACB-4973-91D1-A3F855BF78E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F30F8D61-4ACB-4973-91D1-A3F855BF78E7}.Release|Any CPU.Build.0 = Release|Any CPU
{7F40FD29-84D4-4B01-917E-69FBC8D5B51E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F40FD29-84D4-4B01-917E-69FBC8D5B51E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F40FD29-84D4-4B01-917E-69FBC8D5B51E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F40FD29-84D4-4B01-917E-69FBC8D5B51E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22D41408-9F62-4A9F-B207-3D618533FD0E}
EndGlobalSection
EndGlobal