-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathListDiff.sln
48 lines (48 loc) · 2.25 KB
/
ListDiff.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ListDiff", "ListDiff\ListDiff.csproj", "{6F34679D-7CC3-4383-B823-B290D244BDC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ListDiffTests", "Tests\ListDiffTests.csproj", "{BD9FF6F8-358B-4E15-9553-2B288BC6E4C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F34679D-7CC3-4383-B823-B290D244BDC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F34679D-7CC3-4383-B823-B290D244BDC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F34679D-7CC3-4383-B823-B290D244BDC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F34679D-7CC3-4383-B823-B290D244BDC4}.Release|Any CPU.Build.0 = Release|Any CPU
{BD9FF6F8-358B-4E15-9553-2B288BC6E4C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD9FF6F8-358B-4E15-9553-2B288BC6E4C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD9FF6F8-358B-4E15-9553-2B288BC6E4C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD9FF6F8-358B-4E15-9553-2B288BC6E4C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C157A391-48B9-4629-9C1B-314FDE21E1E1}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 128
$1.NoTabsAfterNonTabs = True
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.NewLinesForBracesInProperties = False
$2.NewLinesForBracesInAccessors = False
$2.NewLinesForBracesInAnonymousMethods = False
$2.NewLinesForBracesInControlBlocks = False
$2.NewLinesForBracesInAnonymousTypes = False
$2.NewLinesForBracesInObjectCollectionArrayInitializers = False
$2.NewLinesForBracesInLambdaExpressionBody = False
$2.SpacingAfterMethodDeclarationName = True
$2.SpaceAfterMethodCallName = True
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal