-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathAsciiUml.sln
42 lines (42 loc) · 2.29 KB
/
AsciiUml.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsciiUml", "AsciiUmlCore\AsciiUml.csproj", "{0AFD1EE0-E78B-4831-A30C-F95335387F00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsciiUmlTests", "AsciiUmlTests\AsciiUmlTests.csproj", "{5F132DFF-0D0D-4A9F-94BB-4EFCACEF0998}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsciiConsoleUi", "AsciiConsoleUi\AsciiConsoleUi.csproj", "{10939CB7-5AB6-4A49-82CE-624AF4F8E661}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B4CA5C2A-CCF6-4288-9560-1BDC1FA7F85C}"
ProjectSection(SolutionItems) = preProject
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
{0AFD1EE0-E78B-4831-A30C-F95335387F00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AFD1EE0-E78B-4831-A30C-F95335387F00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AFD1EE0-E78B-4831-A30C-F95335387F00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AFD1EE0-E78B-4831-A30C-F95335387F00}.Release|Any CPU.Build.0 = Release|Any CPU
{5F132DFF-0D0D-4A9F-94BB-4EFCACEF0998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F132DFF-0D0D-4A9F-94BB-4EFCACEF0998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F132DFF-0D0D-4A9F-94BB-4EFCACEF0998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F132DFF-0D0D-4A9F-94BB-4EFCACEF0998}.Release|Any CPU.Build.0 = Release|Any CPU
{10939CB7-5AB6-4A49-82CE-624AF4F8E661}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10939CB7-5AB6-4A49-82CE-624AF4F8E661}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10939CB7-5AB6-4A49-82CE-624AF4F8E661}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10939CB7-5AB6-4A49-82CE-624AF4F8E661}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F10E192D-B202-4B1D-B207-4CD25CC681CD}
EndGlobalSection
EndGlobal