-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdvCap.sln
More file actions
37 lines (37 loc) · 2.05 KB
/
AdvCap.sln
File metadata and controls
37 lines (37 loc) · 2.05 KB
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 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdvCap.Server", "AdvCap\Server\AdvCap.Server.csproj", "{19D17ED5-69E4-4916-B9B7-DBF49095C024}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdvCap.Client", "AdvCap\Client\AdvCap.Client.csproj", "{7B3E2A1C-B988-44FF-A363-5F30D827DBAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdvCap.Shared", "AdvCap\Shared\AdvCap.Shared.csproj", "{29425A53-C4E7-4049-88D2-BB7968E7EF10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19D17ED5-69E4-4916-B9B7-DBF49095C024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19D17ED5-69E4-4916-B9B7-DBF49095C024}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19D17ED5-69E4-4916-B9B7-DBF49095C024}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19D17ED5-69E4-4916-B9B7-DBF49095C024}.Release|Any CPU.Build.0 = Release|Any CPU
{7B3E2A1C-B988-44FF-A363-5F30D827DBAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B3E2A1C-B988-44FF-A363-5F30D827DBAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B3E2A1C-B988-44FF-A363-5F30D827DBAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B3E2A1C-B988-44FF-A363-5F30D827DBAE}.Release|Any CPU.Build.0 = Release|Any CPU
{29425A53-C4E7-4049-88D2-BB7968E7EF10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29425A53-C4E7-4049-88D2-BB7968E7EF10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29425A53-C4E7-4049-88D2-BB7968E7EF10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29425A53-C4E7-4049-88D2-BB7968E7EF10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21EA0133-23B2-492F-9835-7C9B4D0187F4}
EndGlobalSection
EndGlobal