forked from ullmark/hashids.net
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHashids.net.sln
More file actions
52 lines (52 loc) · 2.76 KB
/
Hashids.net.sln
File metadata and controls
52 lines (52 loc) · 2.76 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hashids.net", "Hashids.net\Hashids.net.csproj", "{77F06BF2-B75A-498E-BE61-C84754D9F789}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A6015393-39EA-44E3-BF0A-37D2BC5CC874}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hashids.net.test", "Hashids.net.test\Hashids.net.test.csproj", "{CCEDE06C-E296-4B83-9900-07749E4ED07F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{28CDD7E8-D995-4428-81F3-86598C9C1FFF}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
NET40|Any CPU = NET40|Any CPU
NET45|Any CPU = NET45|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77F06BF2-B75A-498E-BE61-C84754D9F789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77F06BF2-B75A-498E-BE61-C84754D9F789}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77F06BF2-B75A-498E-BE61-C84754D9F789}.NET40|Any CPU.ActiveCfg = NET40|Any CPU
{77F06BF2-B75A-498E-BE61-C84754D9F789}.NET40|Any CPU.Build.0 = NET40|Any CPU
{77F06BF2-B75A-498E-BE61-C84754D9F789}.NET45|Any CPU.ActiveCfg = NET45|Any CPU
{77F06BF2-B75A-498E-BE61-C84754D9F789}.NET45|Any CPU.Build.0 = NET45|Any CPU
{77F06BF2-B75A-498E-BE61-C84754D9F789}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77F06BF2-B75A-498E-BE61-C84754D9F789}.Release|Any CPU.Build.0 = Release|Any CPU
{CCEDE06C-E296-4B83-9900-07749E4ED07F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCEDE06C-E296-4B83-9900-07749E4ED07F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCEDE06C-E296-4B83-9900-07749E4ED07F}.NET40|Any CPU.ActiveCfg = NET40|Any CPU
{CCEDE06C-E296-4B83-9900-07749E4ED07F}.NET40|Any CPU.Build.0 = NET40|Any CPU
{CCEDE06C-E296-4B83-9900-07749E4ED07F}.NET45|Any CPU.ActiveCfg = NET45|Any CPU
{CCEDE06C-E296-4B83-9900-07749E4ED07F}.NET45|Any CPU.Build.0 = NET45|Any CPU
{CCEDE06C-E296-4B83-9900-07749E4ED07F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCEDE06C-E296-4B83-9900-07749E4ED07F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal