-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFunctionalSamples.sln
43 lines (43 loc) · 2.58 KB
/
FunctionalSamples.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.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperMarket.Service", "SuperMarket.Service\SuperMarket.Service.csproj", "{6800F3DE-6FB3-48CD-9D15-A82720D696BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperMarket.Entities", "SuperMarket.Entities\SuperMarket.Entities.csproj", "{81BEE310-36E3-4CA6-A131-6AB820F5FC41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperMarket.Tests", "SuperMarket.Tests\SuperMarket.Tests.csproj", "{9255B273-3F6B-4765-8999-AF99EB8D5950}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunctionalExtensions", "FunctionalExtensions\FunctionalExtensions.csproj", "{700C739D-13CF-417D-B82A-12FB0CF806D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6800F3DE-6FB3-48CD-9D15-A82720D696BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6800F3DE-6FB3-48CD-9D15-A82720D696BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6800F3DE-6FB3-48CD-9D15-A82720D696BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6800F3DE-6FB3-48CD-9D15-A82720D696BD}.Release|Any CPU.Build.0 = Release|Any CPU
{81BEE310-36E3-4CA6-A131-6AB820F5FC41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81BEE310-36E3-4CA6-A131-6AB820F5FC41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81BEE310-36E3-4CA6-A131-6AB820F5FC41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81BEE310-36E3-4CA6-A131-6AB820F5FC41}.Release|Any CPU.Build.0 = Release|Any CPU
{9255B273-3F6B-4765-8999-AF99EB8D5950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9255B273-3F6B-4765-8999-AF99EB8D5950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9255B273-3F6B-4765-8999-AF99EB8D5950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9255B273-3F6B-4765-8999-AF99EB8D5950}.Release|Any CPU.Build.0 = Release|Any CPU
{700C739D-13CF-417D-B82A-12FB0CF806D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{700C739D-13CF-417D-B82A-12FB0CF806D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{700C739D-13CF-417D-B82A-12FB0CF806D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{700C739D-13CF-417D-B82A-12FB0CF806D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A2C0203-5386-4C59-90EB-82D3097CA360}
EndGlobalSection
EndGlobal