-
Notifications
You must be signed in to change notification settings - Fork 4
/
AdoAutoStateTransitions.sln
43 lines (43 loc) · 2.73 KB
/
AdoAutoStateTransitions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "AdoAutoStateTransitionsAzure", "AdoAutoStateTransitionsAzure\AdoAutoStateTransitionsAzure.deployproj", "{2E9296DE-9946-47D1-BC78-E27FAE93976D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdoAutoStateTransitionsEngine", "AdoAutoStateTransitionsEngine\AdoAutoStateTransitionsEngine.csproj", "{8C537CA4-01B4-40B3-B089-0C3F3B38A552}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdoAutoStateTransitionsEngineTests", "AdoAutoStateTransitionsEngineTest\AdoAutoStateTransitionsEngineTests.csproj", "{2FC501C6-77BB-41A2-85A5-4CFA65DBC687}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdoAutoStateTransitionsFunctions", "AdoAutoStateTransitionsFunctions\AdoAutoStateTransitionsFunctions.csproj", "{B9501062-69C3-442F-B49A-A22F5B199E8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E9296DE-9946-47D1-BC78-E27FAE93976D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E9296DE-9946-47D1-BC78-E27FAE93976D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E9296DE-9946-47D1-BC78-E27FAE93976D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E9296DE-9946-47D1-BC78-E27FAE93976D}.Release|Any CPU.Build.0 = Release|Any CPU
{8C537CA4-01B4-40B3-B089-0C3F3B38A552}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C537CA4-01B4-40B3-B089-0C3F3B38A552}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C537CA4-01B4-40B3-B089-0C3F3B38A552}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C537CA4-01B4-40B3-B089-0C3F3B38A552}.Release|Any CPU.Build.0 = Release|Any CPU
{2FC501C6-77BB-41A2-85A5-4CFA65DBC687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FC501C6-77BB-41A2-85A5-4CFA65DBC687}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FC501C6-77BB-41A2-85A5-4CFA65DBC687}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FC501C6-77BB-41A2-85A5-4CFA65DBC687}.Release|Any CPU.Build.0 = Release|Any CPU
{B9501062-69C3-442F-B49A-A22F5B199E8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9501062-69C3-442F-B49A-A22F5B199E8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9501062-69C3-442F-B49A-A22F5B199E8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9501062-69C3-442F-B49A-A22F5B199E8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C88E8815-F51A-488E-9B6C-D29EE6AB2CD7}
EndGlobalSection
EndGlobal