-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSifter.sln
58 lines (58 loc) · 3.01 KB
/
Sifter.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
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sifter", "src\Sifter\Sifter.csproj", "{0A6BC938-9CB3-4963-89D8-D9919F21CDA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D99BDB36-6F14-4020-97F5-A03D7625DDDA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cake = build.cake
LICENSE = LICENSE
NOTICE.md = NOTICE.md
semver.txt = semver.txt
Sifter.ruleset = Sifter.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FD381C60-66A7-48A2-A63F-C10262054E3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6AB42002-8B17-4AB6-B9E3-1C3CE2AB88CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sifter.Tests", "tests\Sifter.Tests\Sifter.Tests.csproj", "{3810931D-5047-48CE-8A77-39DE79D16CEE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sifter.PerformanceTests", "tests\Sifter.PerformanceTests\Sifter.PerformanceTests.csproj", "{9A4ECF1E-3C82-4821-8ACA-55204A0B5C59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A6BC938-9CB3-4963-89D8-D9919F21CDA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A6BC938-9CB3-4963-89D8-D9919F21CDA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A6BC938-9CB3-4963-89D8-D9919F21CDA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A6BC938-9CB3-4963-89D8-D9919F21CDA8}.Release|Any CPU.Build.0 = Release|Any CPU
{3810931D-5047-48CE-8A77-39DE79D16CEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3810931D-5047-48CE-8A77-39DE79D16CEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3810931D-5047-48CE-8A77-39DE79D16CEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3810931D-5047-48CE-8A77-39DE79D16CEE}.Release|Any CPU.Build.0 = Release|Any CPU
{9A4ECF1E-3C82-4821-8ACA-55204A0B5C59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A4ECF1E-3C82-4821-8ACA-55204A0B5C59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A4ECF1E-3C82-4821-8ACA-55204A0B5C59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A4ECF1E-3C82-4821-8ACA-55204A0B5C59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0A6BC938-9CB3-4963-89D8-D9919F21CDA8} = {FD381C60-66A7-48A2-A63F-C10262054E3C}
{3810931D-5047-48CE-8A77-39DE79D16CEE} = {6AB42002-8B17-4AB6-B9E3-1C3CE2AB88CE}
{9A4ECF1E-3C82-4821-8ACA-55204A0B5C59} = {6AB42002-8B17-4AB6-B9E3-1C3CE2AB88CE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82024E5B-45D2-491B-9A27-28D438B2247A}
EndGlobalSection
EndGlobal