This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCatalogTest.sln
37 lines (37 loc) · 1.85 KB
/
CatalogTest.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 = 25.0.1700.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Catalog.Server", "Catalog\Server\Catalog.Server.csproj", "{76C4FF73-510B-48A8-BC42-E96481022BA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Catalog.Client", "Catalog\Client\Catalog.Client.csproj", "{7D0D9FEF-F46F-4498-9A82-89803E2470E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BDC067EB-054F-44EA-B2FF-8BABB01D5D82}"
ProjectSection(SolutionItems) = preProject
tye.yaml = tye.yaml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76C4FF73-510B-48A8-BC42-E96481022BA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76C4FF73-510B-48A8-BC42-E96481022BA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76C4FF73-510B-48A8-BC42-E96481022BA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76C4FF73-510B-48A8-BC42-E96481022BA0}.Release|Any CPU.Build.0 = Release|Any CPU
{7D0D9FEF-F46F-4498-9A82-89803E2470E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D0D9FEF-F46F-4498-9A82-89803E2470E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D0D9FEF-F46F-4498-9A82-89803E2470E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D0D9FEF-F46F-4498-9A82-89803E2470E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA421561-AAF2-47D3-82F2-9F706CF4C28E}
EndGlobalSection
EndGlobal