-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCharDecoder.sln
More file actions
executable file
·34 lines (34 loc) · 1.93 KB
/
CharDecoder.sln
File metadata and controls
executable file
·34 lines (34 loc) · 1.93 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
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}") = "Base64Converter", "CharDecoder\Base64Converter.csproj", "{E5ACB387-DEBE-4FDD-8D97-90E140FAC75A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base64Library", "Base64Library\Base64Library.csproj", "{654D6F88-80D0-4ADD-9186-831864BE8051}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base64LibraryTests", "Base64LibraryTests\Base64LibraryTests.csproj", "{84F830A4-B484-43D1-BD3F-6250EC34A78D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5ACB387-DEBE-4FDD-8D97-90E140FAC75A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5ACB387-DEBE-4FDD-8D97-90E140FAC75A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5ACB387-DEBE-4FDD-8D97-90E140FAC75A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5ACB387-DEBE-4FDD-8D97-90E140FAC75A}.Release|Any CPU.Build.0 = Release|Any CPU
{654D6F88-80D0-4ADD-9186-831864BE8051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{654D6F88-80D0-4ADD-9186-831864BE8051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{654D6F88-80D0-4ADD-9186-831864BE8051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{654D6F88-80D0-4ADD-9186-831864BE8051}.Release|Any CPU.Build.0 = Release|Any CPU
{84F830A4-B484-43D1-BD3F-6250EC34A78D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84F830A4-B484-43D1-BD3F-6250EC34A78D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84F830A4-B484-43D1-BD3F-6250EC34A78D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84F830A4-B484-43D1-BD3F-6250EC34A78D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal