-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTreeGridSelectionSample.sln
More file actions
37 lines (37 loc) · 2.12 KB
/
Copy pathTreeGridSelectionSample.sln
File metadata and controls
37 lines (37 loc) · 2.12 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.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeGridSelectionSample.Server", "Server\TreeGridSelectionSample.Server.csproj", "{BCCF51B1-A1C4-4E26-9732-537FEAF5FCD0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeGridSelectionSample.Client", "Client\TreeGridSelectionSample.Client.csproj", "{6A60687F-2CBB-4508-B95C-5C38C102B0E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeGridSelectionSample.Shared", "Shared\TreeGridSelectionSample.Shared.csproj", "{28DB85B0-43FE-4EED-A88A-474C7A93FB42}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCCF51B1-A1C4-4E26-9732-537FEAF5FCD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCCF51B1-A1C4-4E26-9732-537FEAF5FCD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCCF51B1-A1C4-4E26-9732-537FEAF5FCD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCCF51B1-A1C4-4E26-9732-537FEAF5FCD0}.Release|Any CPU.Build.0 = Release|Any CPU
{6A60687F-2CBB-4508-B95C-5C38C102B0E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A60687F-2CBB-4508-B95C-5C38C102B0E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A60687F-2CBB-4508-B95C-5C38C102B0E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A60687F-2CBB-4508-B95C-5C38C102B0E0}.Release|Any CPU.Build.0 = Release|Any CPU
{28DB85B0-43FE-4EED-A88A-474C7A93FB42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28DB85B0-43FE-4EED-A88A-474C7A93FB42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28DB85B0-43FE-4EED-A88A-474C7A93FB42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28DB85B0-43FE-4EED-A88A-474C7A93FB42}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94181068-06A8-4EB1-80B0-FF10C1ADDFB8}
EndGlobalSection
EndGlobal