-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBitJuggling.sln
44 lines (44 loc) · 2.37 KB
/
BitJuggling.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
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitJuggling", "BitJuggling\BitJuggling.csproj", "{BEC95420-5514-46B1-BF10-AE40A36A7603}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitJuggling.Cmd", "BitJuggling.Cmd\BitJuggling.Cmd.csproj", "{6CCB59FA-E8F0-4568-8EEF-B5622C92F40F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "documentation", "documentation", "{7523592E-20D7-47B2-97F1-CBADAC76B56B}"
ProjectSection(SolutionItems) = preProject
documents\console.png = documents\console.png
documents\desktop.png = documents\desktop.png
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitJuggling.Common", "BitJuggling.Common\BitJuggling.Common.csproj", "{316A1084-2699-4031-B43D-5A378F6A52D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BEC95420-5514-46B1-BF10-AE40A36A7603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEC95420-5514-46B1-BF10-AE40A36A7603}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEC95420-5514-46B1-BF10-AE40A36A7603}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEC95420-5514-46B1-BF10-AE40A36A7603}.Release|Any CPU.Build.0 = Release|Any CPU
{6CCB59FA-E8F0-4568-8EEF-B5622C92F40F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CCB59FA-E8F0-4568-8EEF-B5622C92F40F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CCB59FA-E8F0-4568-8EEF-B5622C92F40F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CCB59FA-E8F0-4568-8EEF-B5622C92F40F}.Release|Any CPU.Build.0 = Release|Any CPU
{316A1084-2699-4031-B43D-5A378F6A52D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{316A1084-2699-4031-B43D-5A378F6A52D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{316A1084-2699-4031-B43D-5A378F6A52D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{316A1084-2699-4031-B43D-5A378F6A52D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BB49E75-0EEE-412A-A86C-F1F002871C41}
EndGlobalSection
EndGlobal