-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUmlDiagrams.sln
44 lines (44 loc) · 2.31 KB
/
UmlDiagrams.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 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UmlDiagrams", "UmlDiagrams\UmlDiagrams.csproj", "{856CF110-787A-4E7F-B15E-F5451EAC4992}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SequenceViz", "SequenceViz\SequenceViz.csproj", "{F2215F51-729C-46AB-BF66-581F5705F8CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UmlDiagramsTest", "UmlDiagramsTest\UmlDiagramsTest.csproj", "{E37ED0F6-271B-456F-B55B-9AE3DA3301EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3CFB2571-0B75-4543-82D5-63584ECB305B}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{856CF110-787A-4E7F-B15E-F5451EAC4992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{856CF110-787A-4E7F-B15E-F5451EAC4992}.Debug|Any CPU.Build.0 = Debug|Any CPU
{856CF110-787A-4E7F-B15E-F5451EAC4992}.Release|Any CPU.ActiveCfg = Release|Any CPU
{856CF110-787A-4E7F-B15E-F5451EAC4992}.Release|Any CPU.Build.0 = Release|Any CPU
{F2215F51-729C-46AB-BF66-581F5705F8CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2215F51-729C-46AB-BF66-581F5705F8CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2215F51-729C-46AB-BF66-581F5705F8CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2215F51-729C-46AB-BF66-581F5705F8CF}.Release|Any CPU.Build.0 = Release|Any CPU
{E37ED0F6-271B-456F-B55B-9AE3DA3301EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E37ED0F6-271B-456F-B55B-9AE3DA3301EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E37ED0F6-271B-456F-B55B-9AE3DA3301EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E37ED0F6-271B-456F-B55B-9AE3DA3301EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E833946-1526-4C73-BE26-D1E0518991B7}
EndGlobalSection
EndGlobal