-
Notifications
You must be signed in to change notification settings - Fork 0
/
LeetCode.sln
52 lines (52 loc) · 2.7 KB
/
LeetCode.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 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeetCode.CSharp", "LeetCode.CSharp\LeetCode.CSharp.csproj", "{27AD5CF0-9D7E-4358-808D-1737F7C3C0F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A54809E0-DF67-495C-BE99-0294DED27DC6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\workflow.yml = .github\workflows\workflow.yml
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
docker-compose.yml = docker-compose.yml
nuget.config = nuget.config
README.md = README.md
Run.ps1 = Run.ps1
global.json = global.json
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "LeetCode.FSharp", "LeetCode.FSharp\LeetCode.FSharp.fsproj", "{B8401765-DECF-4417-985E-A090E67A2BE8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCode", "LeetCode\LeetCode.csproj", "{D9C4E00E-57FB-46B4-B038-7EDC254DCF46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27AD5CF0-9D7E-4358-808D-1737F7C3C0F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27AD5CF0-9D7E-4358-808D-1737F7C3C0F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27AD5CF0-9D7E-4358-808D-1737F7C3C0F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27AD5CF0-9D7E-4358-808D-1737F7C3C0F1}.Release|Any CPU.Build.0 = Release|Any CPU
{B8401765-DECF-4417-985E-A090E67A2BE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8401765-DECF-4417-985E-A090E67A2BE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8401765-DECF-4417-985E-A090E67A2BE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8401765-DECF-4417-985E-A090E67A2BE8}.Release|Any CPU.Build.0 = Release|Any CPU
{D9C4E00E-57FB-46B4-B038-7EDC254DCF46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9C4E00E-57FB-46B4-B038-7EDC254DCF46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9C4E00E-57FB-46B4-B038-7EDC254DCF46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9C4E00E-57FB-46B4-B038-7EDC254DCF46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30ECA4F5-174F-42B7-A042-C374838DC8BF}
EndGlobalSection
EndGlobal