forked from vkhorikov/CSharpFunctionalExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSharpFunctionalExtensions.sln
47 lines (47 loc) · 2.58 KB
/
CSharpFunctionalExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.64
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpFunctionalExtensions", "CSharpFunctionalExtensions\CSharpFunctionalExtensions.csproj", "{9598EC2B-2119-4FC4-9AC0-9AD5E41CA6A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpFunctionalExtensions.Examples", "CSharpFunctionalExtensions.Examples\CSharpFunctionalExtensions.Examples.csproj", "{C05C3261-447D-40F6-B516-791A01BA5052}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpFunctionalExtensions.Tests", "CSharpFunctionalExtensions.Tests\CSharpFunctionalExtensions.Tests.csproj", "{AAC59D01-6546-4366-B990-4A765EF4D796}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5F7A734-F78E-405C-A173-5A8907AAC3E0}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Dockerfile = Dockerfile
README.md = README.md
version.txt = version.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9598EC2B-2119-4FC4-9AC0-9AD5E41CA6A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9598EC2B-2119-4FC4-9AC0-9AD5E41CA6A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9598EC2B-2119-4FC4-9AC0-9AD5E41CA6A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9598EC2B-2119-4FC4-9AC0-9AD5E41CA6A0}.Release|Any CPU.Build.0 = Release|Any CPU
{C05C3261-447D-40F6-B516-791A01BA5052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C05C3261-447D-40F6-B516-791A01BA5052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C05C3261-447D-40F6-B516-791A01BA5052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C05C3261-447D-40F6-B516-791A01BA5052}.Release|Any CPU.Build.0 = Release|Any CPU
{AAC59D01-6546-4366-B990-4A765EF4D796}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAC59D01-6546-4366-B990-4A765EF4D796}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAC59D01-6546-4366-B990-4A765EF4D796}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAC59D01-6546-4366-B990-4A765EF4D796}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24983D81-8FE6-4B71-A64C-6F86C7DFB0B8}
EndGlobalSection
EndGlobal