-
Notifications
You must be signed in to change notification settings - Fork 0
/
WindowQuotePro.sln
60 lines (60 loc) · 3.64 KB
/
WindowQuotePro.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{A4F516C3-3D99-4C9D-A43C-4E5D03344483}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowQuoteProCommon", "WindowQuoteProCommon\WindowQuoteProCommon.vcxproj", "{D859E49B-747C-4D29-902D-3B8E0E5A065A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowQuoteProBusinessLogic", "WindowQuoteProBusinessLogic\WindowQuoteProBusinessLogic.vcxproj", "{BEB2C0DD-8274-4BFA-ABF7-09DDBF60C1E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{9A70C03C-31A5-443A-93D0-55129AB9E2D3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowQuoteProDataAccess", "WindowQuoteProDataAccess\WindowQuoteProDataAccess.vcxproj", "{F205E763-FFB9-4C8B-9C37-5075F57B516D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PricerService", "PricerService\PricerService.vcxproj", "{F5F8E8C0-A604-446D-B4B1-D851DA489E75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowQuoteProGUI", "WindowQuoteProGUI\WindowQuoteProGUI.csproj", "{C694AFA7-B121-4861-ADD4-3502DF154B06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D859E49B-747C-4D29-902D-3B8E0E5A065A}.Debug|x64.ActiveCfg = Debug|x64
{D859E49B-747C-4D29-902D-3B8E0E5A065A}.Debug|x64.Build.0 = Debug|x64
{D859E49B-747C-4D29-902D-3B8E0E5A065A}.Release|x64.ActiveCfg = Release|x64
{D859E49B-747C-4D29-902D-3B8E0E5A065A}.Release|x64.Build.0 = Release|x64
{BEB2C0DD-8274-4BFA-ABF7-09DDBF60C1E1}.Debug|x64.ActiveCfg = Debug|x64
{BEB2C0DD-8274-4BFA-ABF7-09DDBF60C1E1}.Debug|x64.Build.0 = Debug|x64
{BEB2C0DD-8274-4BFA-ABF7-09DDBF60C1E1}.Release|x64.ActiveCfg = Release|x64
{BEB2C0DD-8274-4BFA-ABF7-09DDBF60C1E1}.Release|x64.Build.0 = Release|x64
{F205E763-FFB9-4C8B-9C37-5075F57B516D}.Debug|x64.ActiveCfg = Debug|x64
{F205E763-FFB9-4C8B-9C37-5075F57B516D}.Debug|x64.Build.0 = Debug|x64
{F205E763-FFB9-4C8B-9C37-5075F57B516D}.Release|x64.ActiveCfg = Release|x64
{F205E763-FFB9-4C8B-9C37-5075F57B516D}.Release|x64.Build.0 = Release|x64
{F5F8E8C0-A604-446D-B4B1-D851DA489E75}.Debug|x64.ActiveCfg = Debug|x64
{F5F8E8C0-A604-446D-B4B1-D851DA489E75}.Debug|x64.Build.0 = Debug|x64
{F5F8E8C0-A604-446D-B4B1-D851DA489E75}.Release|x64.ActiveCfg = Release|x64
{F5F8E8C0-A604-446D-B4B1-D851DA489E75}.Release|x64.Build.0 = Release|x64
{C694AFA7-B121-4861-ADD4-3502DF154B06}.Debug|x64.ActiveCfg = Debug|x64
{C694AFA7-B121-4861-ADD4-3502DF154B06}.Debug|x64.Build.0 = Debug|x64
{C694AFA7-B121-4861-ADD4-3502DF154B06}.Release|x64.ActiveCfg = Release|x64
{C694AFA7-B121-4861-ADD4-3502DF154B06}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D859E49B-747C-4D29-902D-3B8E0E5A065A} = {A4F516C3-3D99-4C9D-A43C-4E5D03344483}
{BEB2C0DD-8274-4BFA-ABF7-09DDBF60C1E1} = {A4F516C3-3D99-4C9D-A43C-4E5D03344483}
{F205E763-FFB9-4C8B-9C37-5075F57B516D} = {9A70C03C-31A5-443A-93D0-55129AB9E2D3}
{F5F8E8C0-A604-446D-B4B1-D851DA489E75} = {9A70C03C-31A5-443A-93D0-55129AB9E2D3}
{C694AFA7-B121-4861-ADD4-3502DF154B06} = {9A70C03C-31A5-443A-93D0-55129AB9E2D3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72DD37EE-C2A3-4AC8-B10E-5FB06CD54020}
EndGlobalSection
EndGlobal