-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLeet.Corelib.sln
More file actions
65 lines (65 loc) · 3 KB
/
Leet.Corelib.sln
File metadata and controls
65 lines (65 loc) · 3 KB
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
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26510.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{1425CC36-32A5-4FBB-BFE2-79BE666B4EDE}"
ProjectSection(SolutionItems) = preProject
build\CodeAnalysis.ruleset = build\CodeAnalysis.ruleset
build\Common.props = build\Common.props
build\Common.Tests.props = build\Common.Tests.props
build\Leet.public = build\Leet.public
build\Leet.snk = build\Leet.snk
build\repo.targets = build\repo.targets
build\Repository.props = build\Repository.props
build\StyleCop.json = build\StyleCop.json
build\Version.props = build\Version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{32234DBA-1EF5-42F1-81BF-17C991C524F5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.ps1 = build.ps1
build.sh = build.sh
LICENSE.txt = LICENSE.txt
makefile.shade = makefile.shade
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{08A79FF8-4FE8-4F45-8711-69D5F4490413}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leet.Corelib", "src\Leet.Corelib\Leet.Corelib.csproj", "{AF8409B3-7860-4376-94C4-AD686406BEEE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{30DA0C88-B34D-4549-A2B2-4DDB0ACCB6DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leet.Tests.Corelib", "test\Leet.Tests.Corelib\Leet.Tests.Corelib.csproj", "{9C5466BD-9C80-4B10-8DEC-F4BBFC420CC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF8409B3-7860-4376-94C4-AD686406BEEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF8409B3-7860-4376-94C4-AD686406BEEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF8409B3-7860-4376-94C4-AD686406BEEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF8409B3-7860-4376-94C4-AD686406BEEE}.Release|Any CPU.Build.0 = Release|Any CPU
{9C5466BD-9C80-4B10-8DEC-F4BBFC420CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C5466BD-9C80-4B10-8DEC-F4BBFC420CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C5466BD-9C80-4B10-8DEC-F4BBFC420CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C5466BD-9C80-4B10-8DEC-F4BBFC420CC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AF8409B3-7860-4376-94C4-AD686406BEEE} = {08A79FF8-4FE8-4F45-8711-69D5F4490413}
{9C5466BD-9C80-4B10-8DEC-F4BBFC420CC7} = {30DA0C88-B34D-4549-A2B2-4DDB0ACCB6DC}
EndGlobalSection
EndGlobal