-
Notifications
You must be signed in to change notification settings - Fork 0
/
LeetCode.sln
47 lines (46 loc) · 1.89 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCode", "LeetCode\LeetCode.csproj", "{615ABA11-2F32-484D-8467-D13CBDC950F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCode.Tests", "LeetCode.Tests\LeetCode.Tests.csproj", "{CBDC7AF9-B209-409D-91A6-20DD648E43FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{615ABA11-2F32-484D-8467-D13CBDC950F2}.Debug|x86.ActiveCfg = Debug|x86
{615ABA11-2F32-484D-8467-D13CBDC950F2}.Debug|x86.Build.0 = Debug|x86
{615ABA11-2F32-484D-8467-D13CBDC950F2}.Release|x86.ActiveCfg = Release|x86
{615ABA11-2F32-484D-8467-D13CBDC950F2}.Release|x86.Build.0 = Release|x86
{CBDC7AF9-B209-409D-91A6-20DD648E43FD}.Debug|x86.ActiveCfg = Debug|Any CPU
{CBDC7AF9-B209-409D-91A6-20DD648E43FD}.Debug|x86.Build.0 = Debug|Any CPU
{CBDC7AF9-B209-409D-91A6-20DD648E43FD}.Release|x86.ActiveCfg = Release|Any CPU
{CBDC7AF9-B209-409D-91A6-20DD648E43FD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedFlat
$0.TextStylePolicy = $2
$2.FileWidth = 80
$2.scope = text/x-csharp
$2.TabsToSpaces = True
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.FileWidth = 80
$4.TabWidth = 8
$4.IndentWidth = 8
$4.scope = text/plain
$0.TextStylePolicy = $5
$5.inheritsSet = null
$5.scope = application/config+xml
$0.XmlFormattingPolicy = $6
$6.inheritsSet = null
$6.scope = application/config+xml
$0.StandardHeader = $7
$0.VersionControlPolicy = $8
EndGlobalSection
EndGlobal