-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOCEL.sln
67 lines (67 loc) · 3.66 KB
/
OCEL.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Schemas", "Schemas", "{F22BFFD9-5211-400A-8BFB-B21B221FA789}"
ProjectSection(SolutionItems) = preProject
Schemas\schema.json = Schemas\schema.json
Schemas\schema.xml = Schemas\schema.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{7D108089-3A23-4E2F-8F6C-44CBC106D439}"
ProjectSection(SolutionItems) = preProject
Samples\github_pm4py.db = Samples\github_pm4py.db
Samples\github_pm4py.jsonocel = Samples\github_pm4py.jsonocel
Samples\github_pm4py.xmlocel = Samples\github_pm4py.xmlocel
Samples\minimal.db = Samples\minimal.db
Samples\minimal.jsonocel = Samples\minimal.jsonocel
Samples\minimal.xmlocel = Samples\minimal.xmlocel
Samples\minimal_nested.jsonocel = Samples\minimal_nested.jsonocel
Samples\minimal_nested.xmlocel = Samples\minimal_nested.xmlocel
Samples\p2p.jsonocel = Samples\p2p.jsonocel
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C2734E3-0FA7-4FD4-A017-D66641BD9003}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "OCEL", "OCEL\OCEL.fsproj", "{20B92918-9B96-4CCD-843D-497F5E3C8359}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OCEL.CSharp", "OCEL.CSharp\OCEL.CSharp.csproj", "{431CFA56-4FD1-4985-A621-98DA0451A1C7}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "OCEL.Tests", "OCEL.Tests\OCEL.Tests.fsproj", "{D79065FA-F72E-4A13-8D68-883501BD7B17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OCEL.CSharp.Tests", "OCEL.CSharp.Tests\OCEL.CSharp.Tests.csproj", "{0AD790B2-2188-4204-B909-9A866D82D79C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20B92918-9B96-4CCD-843D-497F5E3C8359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20B92918-9B96-4CCD-843D-497F5E3C8359}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20B92918-9B96-4CCD-843D-497F5E3C8359}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20B92918-9B96-4CCD-843D-497F5E3C8359}.Release|Any CPU.Build.0 = Release|Any CPU
{431CFA56-4FD1-4985-A621-98DA0451A1C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{431CFA56-4FD1-4985-A621-98DA0451A1C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{431CFA56-4FD1-4985-A621-98DA0451A1C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{431CFA56-4FD1-4985-A621-98DA0451A1C7}.Release|Any CPU.Build.0 = Release|Any CPU
{D79065FA-F72E-4A13-8D68-883501BD7B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D79065FA-F72E-4A13-8D68-883501BD7B17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D79065FA-F72E-4A13-8D68-883501BD7B17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D79065FA-F72E-4A13-8D68-883501BD7B17}.Release|Any CPU.Build.0 = Release|Any CPU
{0AD790B2-2188-4204-B909-9A866D82D79C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AD790B2-2188-4204-B909-9A866D82D79C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AD790B2-2188-4204-B909-9A866D82D79C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AD790B2-2188-4204-B909-9A866D82D79C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FDC7D41-1286-455C-9317-3F35AE6C0233}
EndGlobalSection
EndGlobal