-
Notifications
You must be signed in to change notification settings - Fork 0
/
OFM.sln
118 lines (118 loc) · 7.35 KB
/
OFM.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OFM.Infrastructure.WebAPI", "OFM.Infrastructure.WebAPI\OFM.Infrastructure.WebAPI.csproj", "{CA311625-78D9-4473-B452-A07ACE4800C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "03 Infrastructure", "03 Infrastructure", "{87F0B355-5C00-402A-B7DE-523D5CF186D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01 Documents", "01 Documents", "{2EC28AE5-E46D-41D0-A44A-EE3795B3527B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02 Core", "02 Core", "{0BA2E418-CA3A-4E61-9049-9B2A1EF519D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "04 Application", "04 Application", "{1CA8FF5C-99C4-4CC8-B4B2-4D0EC65F8CD1}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "OFM.Application.WebResources", "OFM.Application.WebResources\", "{6869D6B7-1D39-4C6E-AA46-427430F6A3D5}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8"
Debug.AspNetCompiler.VirtualPath = "/localhost_58948"
Debug.AspNetCompiler.PhysicalPath = "OFM.Application.WebResources\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_58948\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_58948"
Release.AspNetCompiler.PhysicalPath = "OFM.Application.WebResources\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_58948\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "58948"
SlnRelativePath = "OFM.Application.WebResources\"
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ECC.Core.DataContext", "ECC.Core.DataContext\ECC.Core.DataContext.shproj", "{F2EBB8B7-10B2-449D-9218-E10D23C3611C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECC.Core.BusinessRules", "ECC.Core.BusinessRules\ECC.Core.BusinessRules.csproj", "{460BA0E0-A006-4B3A-8DDC-BF59326DDE14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OFM.Infrastructure.CustomWorkflowActivities", "OFM.Infrastructure.CustomWorkflowActivities\OFM.Infrastructure.CustomWorkflowActivities.csproj", "{A6CFE6D2-7ECE-4470-92DE-2BBF72897488}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OFM.Infrastructure.Plugins", "OFM.Infrastructure.Plugins\OFM.Infrastructure.Plugins.csproj", "{2BF26DE8-F149-487D-BB32-AFC45C19F88D}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "OFM.Infrastructure.PCF", "OFM.Infrastructure.PCF\", "{BCFED66B-8958-4F43-B089-18D97D6AF058}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8"
Debug.AspNetCompiler.VirtualPath = "/localhost_4420"
Debug.AspNetCompiler.PhysicalPath = "OFM.Infrastructure.PCF\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_4420\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_4420"
Release.AspNetCompiler.PhysicalPath = "OFM.Infrastructure.PCF\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_4420\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "4420"
SlnRelativePath = "OFM.Infrastructure.PCF\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA311625-78D9-4473-B452-A07ACE4800C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA311625-78D9-4473-B452-A07ACE4800C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA311625-78D9-4473-B452-A07ACE4800C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA311625-78D9-4473-B452-A07ACE4800C0}.Release|Any CPU.Build.0 = Release|Any CPU
{6869D6B7-1D39-4C6E-AA46-427430F6A3D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6869D6B7-1D39-4C6E-AA46-427430F6A3D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6869D6B7-1D39-4C6E-AA46-427430F6A3D5}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{6869D6B7-1D39-4C6E-AA46-427430F6A3D5}.Release|Any CPU.Build.0 = Debug|Any CPU
{460BA0E0-A006-4B3A-8DDC-BF59326DDE14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{460BA0E0-A006-4B3A-8DDC-BF59326DDE14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{460BA0E0-A006-4B3A-8DDC-BF59326DDE14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{460BA0E0-A006-4B3A-8DDC-BF59326DDE14}.Release|Any CPU.Build.0 = Release|Any CPU
{A6CFE6D2-7ECE-4470-92DE-2BBF72897488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6CFE6D2-7ECE-4470-92DE-2BBF72897488}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6CFE6D2-7ECE-4470-92DE-2BBF72897488}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6CFE6D2-7ECE-4470-92DE-2BBF72897488}.Release|Any CPU.Build.0 = Release|Any CPU
{2BF26DE8-F149-487D-BB32-AFC45C19F88D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BF26DE8-F149-487D-BB32-AFC45C19F88D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BF26DE8-F149-487D-BB32-AFC45C19F88D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BF26DE8-F149-487D-BB32-AFC45C19F88D}.Release|Any CPU.Build.0 = Release|Any CPU
{BCFED66B-8958-4F43-B089-18D97D6AF058}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCFED66B-8958-4F43-B089-18D97D6AF058}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCFED66B-8958-4F43-B089-18D97D6AF058}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{BCFED66B-8958-4F43-B089-18D97D6AF058}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CA311625-78D9-4473-B452-A07ACE4800C0} = {87F0B355-5C00-402A-B7DE-523D5CF186D8}
{6869D6B7-1D39-4C6E-AA46-427430F6A3D5} = {1CA8FF5C-99C4-4CC8-B4B2-4D0EC65F8CD1}
{F2EBB8B7-10B2-449D-9218-E10D23C3611C} = {0BA2E418-CA3A-4E61-9049-9B2A1EF519D5}
{460BA0E0-A006-4B3A-8DDC-BF59326DDE14} = {0BA2E418-CA3A-4E61-9049-9B2A1EF519D5}
{A6CFE6D2-7ECE-4470-92DE-2BBF72897488} = {87F0B355-5C00-402A-B7DE-523D5CF186D8}
{2BF26DE8-F149-487D-BB32-AFC45C19F88D} = {87F0B355-5C00-402A-B7DE-523D5CF186D8}
{BCFED66B-8958-4F43-B089-18D97D6AF058} = {87F0B355-5C00-402A-B7DE-523D5CF186D8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87DC05FC-E203-4CDA-98A2-112CDF347531}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
ECC.Core.DataContext\ECC.Core.DataContext.projitems*{2bf26de8-f149-487d-bb32-afc45c19f88d}*SharedItemsImports = 5
ECC.Core.DataContext\ECC.Core.DataContext.projitems*{a6cfe6d2-7ece-4470-92de-2bbf72897488}*SharedItemsImports = 5
ECC.Core.DataContext\ECC.Core.DataContext.projitems*{ca311625-78d9-4473-b452-a07ace4800c0}*SharedItemsImports = 5
ECC.Core.DataContext\ECC.Core.DataContext.projitems*{f2ebb8b7-10b2-449d-9218-e10d23c3611c}*SharedItemsImports = 13
EndGlobalSection
EndGlobal