-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBakery.sln
31 lines (31 loc) · 1.56 KB
/
Bakery.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BakeryProject", "Bakery\BakeryProject.csproj", "{D5138951-E8A6-4BA5-8BD8-DDD1F023B06B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BakeryTests", "BakeryTests\BakeryTests.csproj", "{407DB5BC-2672-46F3-84E6-D1750F08AC32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5138951-E8A6-4BA5-8BD8-DDD1F023B06B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5138951-E8A6-4BA5-8BD8-DDD1F023B06B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5138951-E8A6-4BA5-8BD8-DDD1F023B06B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5138951-E8A6-4BA5-8BD8-DDD1F023B06B}.Release|Any CPU.Build.0 = Release|Any CPU
{407DB5BC-2672-46F3-84E6-D1750F08AC32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{407DB5BC-2672-46F3-84E6-D1750F08AC32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{407DB5BC-2672-46F3-84E6-D1750F08AC32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{407DB5BC-2672-46F3-84E6-D1750F08AC32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E978CB6-E91F-426A-9826-26CAD66774C3}
EndGlobalSection
EndGlobal