-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQAShop_System.sln
37 lines (37 loc) · 2.03 KB
/
QAShop_System.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QAShop_System", "QAShop_System\QAShop_System.csproj", "{5714F978-9CFD-4FE6-A748-D06D6B902A77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLayer", "ServiceLayer\ServiceLayer.csproj", "{6E1CD0AF-5444-42BC-B32C-2B6B5EB5B634}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QAShopWPF", "QAShopWPF\QAShopWPF.csproj", "{AD68D90E-0D3C-4E60-B2A9-F9B68E9E9034}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5714F978-9CFD-4FE6-A748-D06D6B902A77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5714F978-9CFD-4FE6-A748-D06D6B902A77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5714F978-9CFD-4FE6-A748-D06D6B902A77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5714F978-9CFD-4FE6-A748-D06D6B902A77}.Release|Any CPU.Build.0 = Release|Any CPU
{6E1CD0AF-5444-42BC-B32C-2B6B5EB5B634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E1CD0AF-5444-42BC-B32C-2B6B5EB5B634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E1CD0AF-5444-42BC-B32C-2B6B5EB5B634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E1CD0AF-5444-42BC-B32C-2B6B5EB5B634}.Release|Any CPU.Build.0 = Release|Any CPU
{AD68D90E-0D3C-4E60-B2A9-F9B68E9E9034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD68D90E-0D3C-4E60-B2A9-F9B68E9E9034}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD68D90E-0D3C-4E60-B2A9-F9B68E9E9034}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD68D90E-0D3C-4E60-B2A9-F9B68E9E9034}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2582361-2457-4DAB-A3EC-DB7A3BB7E293}
EndGlobalSection
EndGlobal