-
Notifications
You must be signed in to change notification settings - Fork 2
/
Nullable.Extensions.sln
52 lines (52 loc) · 2.48 KB
/
Nullable.Extensions.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
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nullable.Extensions", "src\Nullable.Extensions\Nullable.Extensions.csproj", "{6E09F52C-E104-4339-B226-F4A3F29E2386}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{4BFF2D9B-DD6D-4AE1-8EFB-129677480A26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96302F3C-3701-4F1D-A7B2-A477E80BE36F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{734EA20A-B6E5-46AA-B7CD-3FB3A51B7DCF}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build\build.cake = build\build.cake
build.ps1 = build.ps1
build\format-rel-notes.cake = build\format-rel-notes.cake
GitVersion.yml = GitVersion.yml
build\prompt.cake = build\prompt.cake
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E09F52C-E104-4339-B226-F4A3F29E2386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E09F52C-E104-4339-B226-F4A3F29E2386}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E09F52C-E104-4339-B226-F4A3F29E2386}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E09F52C-E104-4339-B226-F4A3F29E2386}.Release|Any CPU.Build.0 = Release|Any CPU
{4BFF2D9B-DD6D-4AE1-8EFB-129677480A26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BFF2D9B-DD6D-4AE1-8EFB-129677480A26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BFF2D9B-DD6D-4AE1-8EFB-129677480A26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BFF2D9B-DD6D-4AE1-8EFB-129677480A26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{734EA20A-B6E5-46AA-B7CD-3FB3A51B7DCF} = {96302F3C-3701-4F1D-A7B2-A477E80BE36F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D7F832B-3091-4B8F-AB90-29D1C157E5D0}
EndGlobalSection
EndGlobal