-
Notifications
You must be signed in to change notification settings - Fork 174
/
Hashids.net.sln
44 lines (44 loc) · 2.41 KB
/
Hashids.net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A6015393-39EA-44E3-BF0A-37D2BC5CC874}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hashids.net", "src\Hashids.net\Hashids.net.csproj", "{4802CAD5-1B10-4C3F-9333-B80664A9A4FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hashids.net.test", "test\Hashids.net.test\Hashids.net.test.csproj", "{3BB2139F-2788-4B8C-9A2E-9F35BFCD3EBB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hashids.net.benchmark", "test\Hashids.net.benchmark\Hashids.net.benchmark.csproj", "{5A9F0EB0-FFE0-41BF-8A8D-11CD23B283B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4802CAD5-1B10-4C3F-9333-B80664A9A4FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4802CAD5-1B10-4C3F-9333-B80664A9A4FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4802CAD5-1B10-4C3F-9333-B80664A9A4FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4802CAD5-1B10-4C3F-9333-B80664A9A4FC}.Release|Any CPU.Build.0 = Release|Any CPU
{3BB2139F-2788-4B8C-9A2E-9F35BFCD3EBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BB2139F-2788-4B8C-9A2E-9F35BFCD3EBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BB2139F-2788-4B8C-9A2E-9F35BFCD3EBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BB2139F-2788-4B8C-9A2E-9F35BFCD3EBB}.Release|Any CPU.Build.0 = Release|Any CPU
{5A9F0EB0-FFE0-41BF-8A8D-11CD23B283B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A9F0EB0-FFE0-41BF-8A8D-11CD23B283B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A9F0EB0-FFE0-41BF-8A8D-11CD23B283B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A9F0EB0-FFE0-41BF-8A8D-11CD23B283B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC10B2B5-0872-4BEA-92F8-35570DFAC84F}
EndGlobalSection
EndGlobal