-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUpos.ServiceObject.sln
62 lines (62 loc) · 4.12 KB
/
Upos.ServiceObject.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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Upos.ServiceObject", "Upos.ServiceObject\Upos.ServiceObject.csproj", "{FA35D58E-5D10-4C66-9205-E4C48FC345A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Upos.ServiceObject.Tests", "Upos.ServiceObject.Tests\Upos.ServiceObject.Tests.csproj", "{A83AF042-2C5C-4780-952A-11D2CCAB16B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Upos.ServiceObject.IntegrationTests", "Upos.ServiceObject.IntegrationTests\Upos.ServiceObject.IntegrationTests.csproj", "{2A8317DE-929C-407C-9824-99EAB05BEA80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoServiceObjects", "DemoServiceObjects\DemoServiceObjects.csproj", "{917D8419-9A23-44DD-9885-3676E6F2800D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3DA5033A-080C-4AB7-B414-E9D64752E286}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoServiceObjects.IntegrationTests", "DemoServiceObjects.IntegrationTests\DemoServiceObjects.IntegrationTests.csproj", "{8A622C64-A644-4685-B092-A5205D9CE46B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Upos.ServiceObject.CashDrawer", "Upos.ServiceObject.CashDrawer\Upos.ServiceObject.CashDrawer.csproj", "{6E15CD57-F3EC-4366-8CA1-4AEF3350F28D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA35D58E-5D10-4C66-9205-E4C48FC345A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA35D58E-5D10-4C66-9205-E4C48FC345A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA35D58E-5D10-4C66-9205-E4C48FC345A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA35D58E-5D10-4C66-9205-E4C48FC345A5}.Release|Any CPU.Build.0 = Release|Any CPU
{A83AF042-2C5C-4780-952A-11D2CCAB16B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A83AF042-2C5C-4780-952A-11D2CCAB16B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A83AF042-2C5C-4780-952A-11D2CCAB16B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A83AF042-2C5C-4780-952A-11D2CCAB16B5}.Release|Any CPU.Build.0 = Release|Any CPU
{2A8317DE-929C-407C-9824-99EAB05BEA80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A8317DE-929C-407C-9824-99EAB05BEA80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A8317DE-929C-407C-9824-99EAB05BEA80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A8317DE-929C-407C-9824-99EAB05BEA80}.Release|Any CPU.Build.0 = Release|Any CPU
{917D8419-9A23-44DD-9885-3676E6F2800D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{917D8419-9A23-44DD-9885-3676E6F2800D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{917D8419-9A23-44DD-9885-3676E6F2800D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{917D8419-9A23-44DD-9885-3676E6F2800D}.Release|Any CPU.Build.0 = Release|Any CPU
{8A622C64-A644-4685-B092-A5205D9CE46B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A622C64-A644-4685-B092-A5205D9CE46B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A622C64-A644-4685-B092-A5205D9CE46B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A622C64-A644-4685-B092-A5205D9CE46B}.Release|Any CPU.Build.0 = Release|Any CPU
{6E15CD57-F3EC-4366-8CA1-4AEF3350F28D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E15CD57-F3EC-4366-8CA1-4AEF3350F28D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E15CD57-F3EC-4366-8CA1-4AEF3350F28D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E15CD57-F3EC-4366-8CA1-4AEF3350F28D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A83AF042-2C5C-4780-952A-11D2CCAB16B5} = {3DA5033A-080C-4AB7-B414-E9D64752E286}
{2A8317DE-929C-407C-9824-99EAB05BEA80} = {3DA5033A-080C-4AB7-B414-E9D64752E286}
{8A622C64-A644-4685-B092-A5205D9CE46B} = {3DA5033A-080C-4AB7-B414-E9D64752E286}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A63547F-7AE8-4E37-8ACA-A49AD6DFB5A0}
EndGlobalSection
EndGlobal