This repository has been archived by the owner on May 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPDDL.sln
49 lines (49 loc) · 2.45 KB
/
PDDL.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0F12AAE2-3822-42F8-A836-EF3874A982F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C429B1E5-89A6-40EA-B94B-5E1061A2DF76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDDL", "src\PDDL\PDDL.csproj", "{9328897F-9EE9-4FE9-8A30-7641D9C69701}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDDL.Tests", "tests\PDDL.Tests\PDDL.Tests.csproj", "{DF0DBBFC-B4D9-4345-8429-1F6676A0E426}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C388528-F404-4215-8503-8134521CED33}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".dotfiles", ".dotfiles", "{3DF3489B-4404-47B8-8880-DE6CB09D171D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9328897F-9EE9-4FE9-8A30-7641D9C69701}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9328897F-9EE9-4FE9-8A30-7641D9C69701}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9328897F-9EE9-4FE9-8A30-7641D9C69701}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9328897F-9EE9-4FE9-8A30-7641D9C69701}.Release|Any CPU.Build.0 = Release|Any CPU
{DF0DBBFC-B4D9-4345-8429-1F6676A0E426}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF0DBBFC-B4D9-4345-8429-1F6676A0E426}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF0DBBFC-B4D9-4345-8429-1F6676A0E426}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF0DBBFC-B4D9-4345-8429-1F6676A0E426}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9328897F-9EE9-4FE9-8A30-7641D9C69701} = {0F12AAE2-3822-42F8-A836-EF3874A982F5}
{DF0DBBFC-B4D9-4345-8429-1F6676A0E426} = {C429B1E5-89A6-40EA-B94B-5E1061A2DF76}
{3DF3489B-4404-47B8-8880-DE6CB09D171D} = {6C388528-F404-4215-8503-8134521CED33}
EndGlobalSection
EndGlobal