-
Notifications
You must be signed in to change notification settings - Fork 0
/
ServerProductWebService.sln
34 lines (34 loc) · 1.78 KB
/
ServerProductWebService.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 Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerProductWebService", "ServerProductWebService\ServerProductWebService.csproj", "{A30F37C9-F7E6-4ED7-9F53-4AD02326C032}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientProductWebService", "ClientProductWebService\ClientProductWebService.csproj", "{8D394AAC-0DC2-4EE4-9A2B-CAFD39D5E734}"
ProjectSection(ProjectDependencies) = postProject
{A30F37C9-F7E6-4ED7-9F53-4AD02326C032} = {A30F37C9-F7E6-4ED7-9F53-4AD02326C032}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A30F37C9-F7E6-4ED7-9F53-4AD02326C032}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A30F37C9-F7E6-4ED7-9F53-4AD02326C032}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A30F37C9-F7E6-4ED7-9F53-4AD02326C032}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A30F37C9-F7E6-4ED7-9F53-4AD02326C032}.Release|Any CPU.Build.0 = Release|Any CPU
{8D394AAC-0DC2-4EE4-9A2B-CAFD39D5E734}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D394AAC-0DC2-4EE4-9A2B-CAFD39D5E734}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D394AAC-0DC2-4EE4-9A2B-CAFD39D5E734}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D394AAC-0DC2-4EE4-9A2B-CAFD39D5E734}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB181EC7-301B-460F-969F-844C4E9A916E}
EndGlobalSection
EndGlobal