-
Notifications
You must be signed in to change notification settings - Fork 1
/
WhatIfDemo-Functions.sln
43 lines (43 loc) · 2.69 KB
/
WhatIfDemo-Functions.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 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatIfDemo-Functions", "WhatIfDemo-Functions\WhatIfDemo-Functions.csproj", "{5377C5AE-DB63-45CF-8294-3486FEC9CC36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatIfDemo-Functions.UnitTest", "WhatIfDemo-Functions.UnitTest\WhatIfDemo-Functions.UnitTest.csproj", "{A1377FA6-17C1-4204-8F07-DFB13D62F02C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatIfDemo-Functions.IntegrationTest", "WhatIfDemo-Functions.IntegrationTest\WhatIfDemo-Functions.IntegrationTest.csproj", "{CDFEFE0D-32CB-49C5-B1F6-89C710C4A68A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhatIfDemo-Functions.Common", "WhatIfDemo-Functions.Common\WhatIfDemo-Functions.Common.csproj", "{5C8F44D4-52B8-443D-9D64-AE54FB8BCABE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5377C5AE-DB63-45CF-8294-3486FEC9CC36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5377C5AE-DB63-45CF-8294-3486FEC9CC36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5377C5AE-DB63-45CF-8294-3486FEC9CC36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5377C5AE-DB63-45CF-8294-3486FEC9CC36}.Release|Any CPU.Build.0 = Release|Any CPU
{A1377FA6-17C1-4204-8F07-DFB13D62F02C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1377FA6-17C1-4204-8F07-DFB13D62F02C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1377FA6-17C1-4204-8F07-DFB13D62F02C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1377FA6-17C1-4204-8F07-DFB13D62F02C}.Release|Any CPU.Build.0 = Release|Any CPU
{CDFEFE0D-32CB-49C5-B1F6-89C710C4A68A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDFEFE0D-32CB-49C5-B1F6-89C710C4A68A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDFEFE0D-32CB-49C5-B1F6-89C710C4A68A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDFEFE0D-32CB-49C5-B1F6-89C710C4A68A}.Release|Any CPU.Build.0 = Release|Any CPU
{5C8F44D4-52B8-443D-9D64-AE54FB8BCABE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C8F44D4-52B8-443D-9D64-AE54FB8BCABE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C8F44D4-52B8-443D-9D64-AE54FB8BCABE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C8F44D4-52B8-443D-9D64-AE54FB8BCABE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7EFCF8D0-B6EA-414C-99EA-60E4740C265C}
EndGlobalSection
EndGlobal