-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVendingMachine.sln
34 lines (34 loc) · 1.97 KB
/
VendingMachine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31010.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VendingMachine.Tests", "VendingMachine.Tests\VendingMachine.Tests.csproj", "{ECE575F4-B753-4928-9905-83C90A6527DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VendingMachine.UI", "VendingMachine.UI\VendingMachine.UI.csproj", "{CDE14600-590C-4560-A5EA-0E5A3DB7AA63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VendingMachine.Domain", "VendingMachine.Domain\VendingMachine.Domain.csproj", "{F269D5C3-A5CB-4AF2-8798-6FE45BD0258D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECE575F4-B753-4928-9905-83C90A6527DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECE575F4-B753-4928-9905-83C90A6527DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECE575F4-B753-4928-9905-83C90A6527DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECE575F4-B753-4928-9905-83C90A6527DF}.Release|Any CPU.Build.0 = Release|Any CPU
{CDE14600-590C-4560-A5EA-0E5A3DB7AA63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDE14600-590C-4560-A5EA-0E5A3DB7AA63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDE14600-590C-4560-A5EA-0E5A3DB7AA63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDE14600-590C-4560-A5EA-0E5A3DB7AA63}.Release|Any CPU.Build.0 = Release|Any CPU
{F269D5C3-A5CB-4AF2-8798-6FE45BD0258D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F269D5C3-A5CB-4AF2-8798-6FE45BD0258D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F269D5C3-A5CB-4AF2-8798-6FE45BD0258D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F269D5C3-A5CB-4AF2-8798-6FE45BD0258D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal