-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLargeList.sln
55 lines (55 loc) · 2.9 KB
/
LargeList.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
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LargeList", "LargeList\LargeList.csproj", "{49708123-FFCC-4FDA-9D6A-53D7D07FAC52}"
ProjectSection(ProjectDependencies) = postProject
{193D320B-0812-4596-8100-75FB99F5BC89} = {193D320B-0812-4596-8100-75FB99F5BC89}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test-LargeList", "Test\Test-LargeList\Test-LargeList.csproj", "{C9B82DA8-7D2B-4DB9-8BE5-E4A475C38787}"
ProjectSection(ProjectDependencies) = postProject
{49708123-FFCC-4FDA-9D6A-53D7D07FAC52} = {49708123-FFCC-4FDA-9D6A-53D7D07FAC52}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA284666-9B2D-413D-A5CB-339CFAF062B1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PreBuild", "PreBuild\PreBuild.csproj", "{193D320B-0812-4596-8100-75FB99F5BC89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
Travis|x64 = Travis|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49708123-FFCC-4FDA-9D6A-53D7D07FAC52}.Debug|x64.ActiveCfg = Debug|x64
{49708123-FFCC-4FDA-9D6A-53D7D07FAC52}.Debug|x64.Build.0 = Debug|x64
{49708123-FFCC-4FDA-9D6A-53D7D07FAC52}.Release|x64.ActiveCfg = Release|x64
{49708123-FFCC-4FDA-9D6A-53D7D07FAC52}.Release|x64.Build.0 = Release|x64
{49708123-FFCC-4FDA-9D6A-53D7D07FAC52}.Travis|x64.ActiveCfg = Travis|x64
{49708123-FFCC-4FDA-9D6A-53D7D07FAC52}.Travis|x64.Build.0 = Travis|x64
{C9B82DA8-7D2B-4DB9-8BE5-E4A475C38787}.Debug|x64.ActiveCfg = Debug|x64
{C9B82DA8-7D2B-4DB9-8BE5-E4A475C38787}.Debug|x64.Build.0 = Debug|x64
{C9B82DA8-7D2B-4DB9-8BE5-E4A475C38787}.Release|x64.ActiveCfg = Release|x64
{C9B82DA8-7D2B-4DB9-8BE5-E4A475C38787}.Release|x64.Build.0 = Release|x64
{C9B82DA8-7D2B-4DB9-8BE5-E4A475C38787}.Travis|x64.ActiveCfg = Travis|x64
{C9B82DA8-7D2B-4DB9-8BE5-E4A475C38787}.Travis|x64.Build.0 = Travis|x64
{193D320B-0812-4596-8100-75FB99F5BC89}.Debug|x64.ActiveCfg = Debug|x64
{193D320B-0812-4596-8100-75FB99F5BC89}.Debug|x64.Build.0 = Debug|x64
{193D320B-0812-4596-8100-75FB99F5BC89}.Release|x64.ActiveCfg = Release|x64
{193D320B-0812-4596-8100-75FB99F5BC89}.Release|x64.Build.0 = Release|x64
{193D320B-0812-4596-8100-75FB99F5BC89}.Travis|x64.ActiveCfg = Debug|x64
{193D320B-0812-4596-8100-75FB99F5BC89}.Travis|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B901087C-BC6D-41C5-B070-677A75D53F38}
EndGlobalSection
EndGlobal