This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DG.O365.Adoption.RulesEngine.sln
50 lines (50 loc) · 2.92 KB
/
DG.O365.Adoption.RulesEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "DG.O365.Adoption.RulesEngine", "DG.O365.Adoption.RulesEngine\DG.O365.Adoption.RulesEngine.fsproj", "{EDED36FB-C1D2-4008-901C-2563793E52E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0D7B5290-0CEC-4C4D-A361-A11ED897B359}"
ProjectSection(SolutionItems) = preProject
.deployment = .deployment
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DG.O365.Adoption.WebApp", "DG.O365.Adoption.WebApp\DG.O365.Adoption.WebApp.csproj", "{C1BBEFFD-34E3-4875-935D-BB1C45590715}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DG.O365.Adoption.DispatchJob", "DG.O365.Adoption.DispatchJob\DG.O365.Adoption.DispatchJob.csproj", "{A26D0B4E-8B1A-4A91-BA88-B25F98CD60E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dg.O365.Adoption.RuleTriggerJob", "Dg.O365.Adoption.RuleTriggerJob\Dg.O365.Adoption.RuleTriggerJob.csproj", "{051E6C50-198F-4F50-98D7-B3498DA01B1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDED36FB-C1D2-4008-901C-2563793E52E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDED36FB-C1D2-4008-901C-2563793E52E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDED36FB-C1D2-4008-901C-2563793E52E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDED36FB-C1D2-4008-901C-2563793E52E8}.Release|Any CPU.Build.0 = Release|Any CPU
{C1BBEFFD-34E3-4875-935D-BB1C45590715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1BBEFFD-34E3-4875-935D-BB1C45590715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1BBEFFD-34E3-4875-935D-BB1C45590715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1BBEFFD-34E3-4875-935D-BB1C45590715}.Release|Any CPU.Build.0 = Release|Any CPU
{A26D0B4E-8B1A-4A91-BA88-B25F98CD60E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A26D0B4E-8B1A-4A91-BA88-B25F98CD60E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A26D0B4E-8B1A-4A91-BA88-B25F98CD60E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A26D0B4E-8B1A-4A91-BA88-B25F98CD60E0}.Release|Any CPU.Build.0 = Release|Any CPU
{051E6C50-198F-4F50-98D7-B3498DA01B1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{051E6C50-198F-4F50-98D7-B3498DA01B1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{051E6C50-198F-4F50-98D7-B3498DA01B1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{051E6C50-198F-4F50-98D7-B3498DA01B1D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal