-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathWiry.Base32.sln
39 lines (39 loc) · 2.02 KB
/
Wiry.Base32.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 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wiry.Base32", "src\Wiry.Base32\Wiry.Base32.csproj", "{07CE5D50-2CE8-420D-A9E0-A518F85EF6F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FB422B18-1F63-46E4-A023-CDBBFAF84B78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{19073F34-9B29-4F8E-BD87-9CDE5083C80C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{59C64A90-7054-465A-8A2A-EC5EA561130D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07CE5D50-2CE8-420D-A9E0-A518F85EF6F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07CE5D50-2CE8-420D-A9E0-A518F85EF6F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07CE5D50-2CE8-420D-A9E0-A518F85EF6F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07CE5D50-2CE8-420D-A9E0-A518F85EF6F9}.Release|Any CPU.Build.0 = Release|Any CPU
{59C64A90-7054-465A-8A2A-EC5EA561130D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59C64A90-7054-465A-8A2A-EC5EA561130D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59C64A90-7054-465A-8A2A-EC5EA561130D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59C64A90-7054-465A-8A2A-EC5EA561130D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{07CE5D50-2CE8-420D-A9E0-A518F85EF6F9} = {FB422B18-1F63-46E4-A023-CDBBFAF84B78}
{59C64A90-7054-465A-8A2A-EC5EA561130D} = {19073F34-9B29-4F8E-BD87-9CDE5083C80C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF636CA7-B17D-43B5-BF5A-79C99B861091}
EndGlobalSection
EndGlobal