-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKQML.sln
48 lines (48 loc) · 2.71 KB
/
KQML.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
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KQMLTests", "KQMLTests\KQMLTests.csproj", "{6C273B91-5DEA-4A2B-8DF5-1B05549B26D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Companions", "Companions\Companions.csproj", "{DF281149-B615-4192-8F7C-96D7680CB87C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KQML", "KQML3\KQML.csproj", "{10D1176E-F22D-489E-95D2-08A2E6566968}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A6C63F46-C76C-4662-8362-B73ACF320496}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Psi", "Psi\Psi.csproj", "{EC3FB22C-6079-4745-9AF4-FD08AED4A20B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C273B91-5DEA-4A2B-8DF5-1B05549B26D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C273B91-5DEA-4A2B-8DF5-1B05549B26D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C273B91-5DEA-4A2B-8DF5-1B05549B26D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C273B91-5DEA-4A2B-8DF5-1B05549B26D8}.Release|Any CPU.Build.0 = Release|Any CPU
{DF281149-B615-4192-8F7C-96D7680CB87C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF281149-B615-4192-8F7C-96D7680CB87C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF281149-B615-4192-8F7C-96D7680CB87C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF281149-B615-4192-8F7C-96D7680CB87C}.Release|Any CPU.Build.0 = Release|Any CPU
{10D1176E-F22D-489E-95D2-08A2E6566968}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10D1176E-F22D-489E-95D2-08A2E6566968}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10D1176E-F22D-489E-95D2-08A2E6566968}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10D1176E-F22D-489E-95D2-08A2E6566968}.Release|Any CPU.Build.0 = Release|Any CPU
{EC3FB22C-6079-4745-9AF4-FD08AED4A20B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC3FB22C-6079-4745-9AF4-FD08AED4A20B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC3FB22C-6079-4745-9AF4-FD08AED4A20B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC3FB22C-6079-4745-9AF4-FD08AED4A20B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D7D145F-5AB6-495C-9F15-B982B64F8A34}
EndGlobalSection
EndGlobal