-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCafe.sln
42 lines (42 loc) · 2.24 KB
/
Cafe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cafe", "Cafe\Cafe.csproj", "{0CC8AB8F-4099-463D-94A1-70EECB828A74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinaryFormatter", "BinaryFormatter\BinaryFormatter.csproj", "{284527D3-F759-4A59-B137-1FFCB25DA49D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinFormat", "BinaryFormatterLib\BinFormat.csproj", "{FCEC5671-DC7C-4F5C-96FF-393A6A78BC20}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2EC9D89-E546-4CFC-9347-D55D4ED38CC6}"
ProjectSection(SolutionItems) = preProject
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
{0CC8AB8F-4099-463D-94A1-70EECB828A74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CC8AB8F-4099-463D-94A1-70EECB828A74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CC8AB8F-4099-463D-94A1-70EECB828A74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CC8AB8F-4099-463D-94A1-70EECB828A74}.Release|Any CPU.Build.0 = Release|Any CPU
{284527D3-F759-4A59-B137-1FFCB25DA49D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{284527D3-F759-4A59-B137-1FFCB25DA49D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{284527D3-F759-4A59-B137-1FFCB25DA49D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{284527D3-F759-4A59-B137-1FFCB25DA49D}.Release|Any CPU.Build.0 = Release|Any CPU
{FCEC5671-DC7C-4F5C-96FF-393A6A78BC20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCEC5671-DC7C-4F5C-96FF-393A6A78BC20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCEC5671-DC7C-4F5C-96FF-393A6A78BC20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCEC5671-DC7C-4F5C-96FF-393A6A78BC20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09F527EE-2C4F-4647-BEFE-35C45697CAE9}
EndGlobalSection
EndGlobal