-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBindingListDataSample.sln
37 lines (37 loc) · 2.11 KB
/
BindingListDataSample.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 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BindingListDataSample.Server", "Server\BindingListDataSample.Server.csproj", "{E341CF35-1ADE-4BDE-A8F2-76A16C00A7A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BindingListDataSample.Client", "Client\BindingListDataSample.Client.csproj", "{B25B191D-2208-4C1F-A408-8C3A6CEC5C01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BindingListDataSample.Shared", "Shared\BindingListDataSample.Shared.csproj", "{D649B4DB-9BDC-4AB4-831F-864047C703C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E341CF35-1ADE-4BDE-A8F2-76A16C00A7A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E341CF35-1ADE-4BDE-A8F2-76A16C00A7A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E341CF35-1ADE-4BDE-A8F2-76A16C00A7A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E341CF35-1ADE-4BDE-A8F2-76A16C00A7A0}.Release|Any CPU.Build.0 = Release|Any CPU
{B25B191D-2208-4C1F-A408-8C3A6CEC5C01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B25B191D-2208-4C1F-A408-8C3A6CEC5C01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B25B191D-2208-4C1F-A408-8C3A6CEC5C01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B25B191D-2208-4C1F-A408-8C3A6CEC5C01}.Release|Any CPU.Build.0 = Release|Any CPU
{D649B4DB-9BDC-4AB4-831F-864047C703C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D649B4DB-9BDC-4AB4-831F-864047C703C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D649B4DB-9BDC-4AB4-831F-864047C703C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D649B4DB-9BDC-4AB4-831F-864047C703C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7ECFA0AA-EADB-43B3-98B4-C8DC92CB1C78}
EndGlobalSection
EndGlobal