-
Notifications
You must be signed in to change notification settings - Fork 0
/
NullableReferenceTypes.StrictMode.sln
47 lines (47 loc) · 2.66 KB
/
NullableReferenceTypes.StrictMode.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 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NullableReferenceTypes.StrictMode", "NullableReferenceTypes.StrictMode\NullableReferenceTypes.StrictMode.csproj", "{FCE4CBC4-E7E9-4C94-9C2E-9065D1416141}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NullableReferenceTypes.StrictMode.Package", "NullableReferenceTypes.StrictMode.Package\NullableReferenceTypes.StrictMode.Package.csproj", "{BBD23DF2-C688-4862-A2B6-36015C74032D}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "NullableReferenceTypes.StrictMode.Tests", "NullableReferenceTypes.StrictMode.Tests\NullableReferenceTypes.StrictMode.Tests.fsproj", "{D8C035E1-3F9A-4B3D-A935-51712EF37422}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DE8853F-0273-4E28-A060-1FADEBB034FF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
.husky\pre-commit = .husky\pre-commit
.husky\task-runner.json = .husky\task-runner.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FCE4CBC4-E7E9-4C94-9C2E-9065D1416141}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCE4CBC4-E7E9-4C94-9C2E-9065D1416141}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCE4CBC4-E7E9-4C94-9C2E-9065D1416141}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCE4CBC4-E7E9-4C94-9C2E-9065D1416141}.Release|Any CPU.Build.0 = Release|Any CPU
{BBD23DF2-C688-4862-A2B6-36015C74032D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBD23DF2-C688-4862-A2B6-36015C74032D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBD23DF2-C688-4862-A2B6-36015C74032D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBD23DF2-C688-4862-A2B6-36015C74032D}.Release|Any CPU.Build.0 = Release|Any CPU
{D8C035E1-3F9A-4B3D-A935-51712EF37422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8C035E1-3F9A-4B3D-A935-51712EF37422}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8C035E1-3F9A-4B3D-A935-51712EF37422}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8C035E1-3F9A-4B3D-A935-51712EF37422}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D75EDAA-FA03-423B-B80F-54F1575548E0}
EndGlobalSection
EndGlobal