-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathBase64Encoder.sln
More file actions
72 lines (72 loc) · 4.32 KB
/
Base64Encoder.sln
File metadata and controls
72 lines (72 loc) · 4.32 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F1E58D5-5FAF-4FB0-A975-3D1E1D33FB2B}"
ProjectSection(SolutionItems) = preProject
Base64Encoder.snk = Base64Encoder.snk
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base64Encoder", "Base64Encoder\Base64Encoder.csproj", "{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base64EncoderTests", "Base64EncoderTests\Base64EncoderTests.csproj", "{77208EBF-E3D7-413F-85DC-26CE7A07C09C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base64EncoderPerformance", "Base64EncoderPerformance\Base64EncoderPerformance.csproj", "{42440F6A-AE26-4131-82FA-93A0E50B976D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Debug|x64.ActiveCfg = Debug|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Debug|x64.Build.0 = Debug|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Debug|x86.ActiveCfg = Debug|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Debug|x86.Build.0 = Debug|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Release|Any CPU.Build.0 = Release|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Release|x64.ActiveCfg = Release|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Release|x64.Build.0 = Release|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Release|x86.ActiveCfg = Release|Any CPU
{F9DB3847-8B78-4F2F-9FAD-ED0A452B6C9D}.Release|x86.Build.0 = Release|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Debug|x64.ActiveCfg = Debug|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Debug|x64.Build.0 = Debug|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Debug|x86.ActiveCfg = Debug|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Debug|x86.Build.0 = Debug|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Release|Any CPU.Build.0 = Release|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Release|x64.ActiveCfg = Release|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Release|x64.Build.0 = Release|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Release|x86.ActiveCfg = Release|Any CPU
{77208EBF-E3D7-413F-85DC-26CE7A07C09C}.Release|x86.Build.0 = Release|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Debug|x64.ActiveCfg = Debug|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Debug|x64.Build.0 = Debug|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Debug|x86.ActiveCfg = Debug|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Debug|x86.Build.0 = Debug|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Release|Any CPU.Build.0 = Release|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Release|x64.ActiveCfg = Release|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Release|x64.Build.0 = Release|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Release|x86.ActiveCfg = Release|Any CPU
{42440F6A-AE26-4131-82FA-93A0E50B976D}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF5C82DF-7889-41A4-B7F6-F6983D22497B}
EndGlobalSection
EndGlobal