-
Notifications
You must be signed in to change notification settings - Fork 30
/
NGinnBPM.sln
57 lines (57 loc) · 3.62 KB
/
NGinnBPM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGinnBPM.ProcessModel", "NGinnBPM.ProcessModel\NGinnBPM.ProcessModel.csproj", "{06C887F0-0CB6-4B05-8A53-628ADA7BB969}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGinnBPM.Runtime", "NGinnBPM.Runtime\NGinnBPM.Runtime.csproj", "{1EAFF797-331D-4F67-BE8A-91C89B2E170B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHost", "TestHost\TestHost.csproj", "{9468A67F-6005-4400-84C2-EBBEFAF5E7C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGinnBPM.Lib", "NGinnBPM.Lib\NGinnBPM.Lib.csproj", "{45E7D838-0412-477B-86EE-AE8DBAD4AD7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DB1DEB1B-B3BF-44E6-96D3-7B76FE8EAC62}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGinnBPM.DSLServices", "NGinnBPM.DSLServices\NGinnBPM.DSLServices.csproj", "{5A301AD8-D905-4E5E-8149-1277E373CAE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGinnBPM.BPMNTools", "NGinnBPM.BPMNTools\NGinnBPM.BPMNTools.csproj", "{6FE3EA11-2147-4765-B863-395919AD19D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06C887F0-0CB6-4B05-8A53-628ADA7BB969}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06C887F0-0CB6-4B05-8A53-628ADA7BB969}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06C887F0-0CB6-4B05-8A53-628ADA7BB969}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06C887F0-0CB6-4B05-8A53-628ADA7BB969}.Release|Any CPU.Build.0 = Release|Any CPU
{1EAFF797-331D-4F67-BE8A-91C89B2E170B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EAFF797-331D-4F67-BE8A-91C89B2E170B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EAFF797-331D-4F67-BE8A-91C89B2E170B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EAFF797-331D-4F67-BE8A-91C89B2E170B}.Release|Any CPU.Build.0 = Release|Any CPU
{9468A67F-6005-4400-84C2-EBBEFAF5E7C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9468A67F-6005-4400-84C2-EBBEFAF5E7C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9468A67F-6005-4400-84C2-EBBEFAF5E7C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9468A67F-6005-4400-84C2-EBBEFAF5E7C1}.Release|Any CPU.Build.0 = Release|Any CPU
{45E7D838-0412-477B-86EE-AE8DBAD4AD7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45E7D838-0412-477B-86EE-AE8DBAD4AD7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45E7D838-0412-477B-86EE-AE8DBAD4AD7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45E7D838-0412-477B-86EE-AE8DBAD4AD7E}.Release|Any CPU.Build.0 = Release|Any CPU
{5A301AD8-D905-4E5E-8149-1277E373CAE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A301AD8-D905-4E5E-8149-1277E373CAE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A301AD8-D905-4E5E-8149-1277E373CAE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A301AD8-D905-4E5E-8149-1277E373CAE0}.Release|Any CPU.Build.0 = Release|Any CPU
{6FE3EA11-2147-4765-B863-395919AD19D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FE3EA11-2147-4765-B863-395919AD19D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FE3EA11-2147-4765-B863-395919AD19D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FE3EA11-2147-4765-B863-395919AD19D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal