-
Notifications
You must be signed in to change notification settings - Fork 9
/
Base62.sln
39 lines (39 loc) · 1.85 KB
/
Base62.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Base62", "Base62\Base62.csproj", "{AE1B5455-F004-4948-AE22-AC59C03C53BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Base62.Tests", "Base62.Tests\Base62.Tests.csproj", "{11235960-3E83-46D3-A66B-F493894471C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5CF4F621-110B-4ADF-A464-A75042EFCF6B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.editorconfig = .editorconfig
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE1B5455-F004-4948-AE22-AC59C03C53BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE1B5455-F004-4948-AE22-AC59C03C53BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE1B5455-F004-4948-AE22-AC59C03C53BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE1B5455-F004-4948-AE22-AC59C03C53BC}.Release|Any CPU.Build.0 = Release|Any CPU
{11235960-3E83-46D3-A66B-F493894471C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11235960-3E83-46D3-A66B-F493894471C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11235960-3E83-46D3-A66B-F493894471C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11235960-3E83-46D3-A66B-F493894471C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8510CFB9-442B-4F8A-BE3E-D87E5F9B0BA5}
EndGlobalSection
EndGlobal