-
Notifications
You must be signed in to change notification settings - Fork 0
/
VectorLangDiagram.sln
45 lines (45 loc) · 2.43 KB
/
VectorLangDiagram.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorLang", "VectorLang\VectorLang.csproj", "{8520E950-0E9F-4536-BB53-83A58BADE683}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A105703-FD1F-4FCF-9FCA-601F22C8A4EC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorLangDiagram", "VectorLangDiagram\VectorLangDiagram.csproj", "{0A3DCF21-E2CF-4ADF-87A4-15C6A4BADB29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorLangDocs", "VectorLangDocs\VectorLangDocs.csproj", "{1C050C78-D621-49A6-B61B-B726AC56D1D3}"
ProjectSection(ProjectDependencies) = postProject
{8520E950-0E9F-4536-BB53-83A58BADE683} = {8520E950-0E9F-4536-BB53-83A58BADE683}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8520E950-0E9F-4536-BB53-83A58BADE683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8520E950-0E9F-4536-BB53-83A58BADE683}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8520E950-0E9F-4536-BB53-83A58BADE683}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8520E950-0E9F-4536-BB53-83A58BADE683}.Release|Any CPU.Build.0 = Release|Any CPU
{0A3DCF21-E2CF-4ADF-87A4-15C6A4BADB29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A3DCF21-E2CF-4ADF-87A4-15C6A4BADB29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A3DCF21-E2CF-4ADF-87A4-15C6A4BADB29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A3DCF21-E2CF-4ADF-87A4-15C6A4BADB29}.Release|Any CPU.Build.0 = Release|Any CPU
{1C050C78-D621-49A6-B61B-B726AC56D1D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C050C78-D621-49A6-B61B-B726AC56D1D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C050C78-D621-49A6-B61B-B726AC56D1D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C050C78-D621-49A6-B61B-B726AC56D1D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7445C86-D787-4E32-9CFB-9A4C517AA17A}
EndGlobalSection
EndGlobal