-
Notifications
You must be signed in to change notification settings - Fork 0
/
TheKitchen.sln
49 lines (49 loc) · 2.93 KB
/
TheKitchen.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
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheKitchen", "TheKitchen\TheKitchen.csproj", "{0C04BEB4-2EE4-4FEA-952D-EB2A2FD6EBAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{1F9044BF-2915-45D8-9A32-3E15496804F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fork", "Fork\Fork.csproj", "{B43447ED-794D-41B9-B177-BB834ED836EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForkCore", "ForkCore\ForkCore.csproj", "{893CF09C-2021-4A91-BF36-371E4D53FCDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ForkDataHandling", "ForkDataHandling\ForkDataHandling.csproj", "{C34658D8-084C-4C56-B177-0C7463A93E29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C04BEB4-2EE4-4FEA-952D-EB2A2FD6EBAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C04BEB4-2EE4-4FEA-952D-EB2A2FD6EBAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C04BEB4-2EE4-4FEA-952D-EB2A2FD6EBAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C04BEB4-2EE4-4FEA-952D-EB2A2FD6EBAF}.Release|Any CPU.Build.0 = Release|Any CPU
{1F9044BF-2915-45D8-9A32-3E15496804F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F9044BF-2915-45D8-9A32-3E15496804F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F9044BF-2915-45D8-9A32-3E15496804F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F9044BF-2915-45D8-9A32-3E15496804F0}.Release|Any CPU.Build.0 = Release|Any CPU
{B43447ED-794D-41B9-B177-BB834ED836EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B43447ED-794D-41B9-B177-BB834ED836EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B43447ED-794D-41B9-B177-BB834ED836EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B43447ED-794D-41B9-B177-BB834ED836EC}.Release|Any CPU.Build.0 = Release|Any CPU
{893CF09C-2021-4A91-BF36-371E4D53FCDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{893CF09C-2021-4A91-BF36-371E4D53FCDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{893CF09C-2021-4A91-BF36-371E4D53FCDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{893CF09C-2021-4A91-BF36-371E4D53FCDB}.Release|Any CPU.Build.0 = Release|Any CPU
{C34658D8-084C-4C56-B177-0C7463A93E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C34658D8-084C-4C56-B177-0C7463A93E29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C34658D8-084C-4C56-B177-0C7463A93E29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C34658D8-084C-4C56-B177-0C7463A93E29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7831615E-D32C-4721-B3DF-34D0B37BA146}
EndGlobalSection
EndGlobal