-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fuzzy.sln
53 lines (53 loc) · 2.49 KB
/
Fuzzy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fuzzy", "src\Fuzzy.csproj", "{3DE1FECC-02B8-43B5-81DF-2D979816C145}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "test\Tests.csproj", "{BF862D0F-7C4C-456B-BE96-5EF10AE4D623}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{DC6A0333-3329-4A80-AFF7-543A8BA62089}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
CONTRIBUTING.md = CONTRIBUTING.md
directory.build.props = directory.build.props
fuzzy.snk = fuzzy.snk
LICENSE = LICENSE
README.md = README.md
test.ps1 = test.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples", "examples\Examples.csproj", "{99264849-2C94-49A1-A325-83711B1A7D08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DE1FECC-02B8-43B5-81DF-2D979816C145}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DE1FECC-02B8-43B5-81DF-2D979816C145}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DE1FECC-02B8-43B5-81DF-2D979816C145}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DE1FECC-02B8-43B5-81DF-2D979816C145}.Release|Any CPU.Build.0 = Release|Any CPU
{BF862D0F-7C4C-456B-BE96-5EF10AE4D623}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF862D0F-7C4C-456B-BE96-5EF10AE4D623}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF862D0F-7C4C-456B-BE96-5EF10AE4D623}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF862D0F-7C4C-456B-BE96-5EF10AE4D623}.Release|Any CPU.Build.0 = Release|Any CPU
{99264849-2C94-49A1-A325-83711B1A7D08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99264849-2C94-49A1-A325-83711B1A7D08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99264849-2C94-49A1-A325-83711B1A7D08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99264849-2C94-49A1-A325-83711B1A7D08}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82E45EF4-33CC-4D7E-96E1-8381C347FEEF}
EndGlobalSection
EndGlobal