-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustomListviewUsingTemplate.sln
37 lines (37 loc) · 2.15 KB
/
CustomListviewUsingTemplate.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}") = "CustomListviewUsingTemplate.Server", "Server\CustomListviewUsingTemplate.Server.csproj", "{F1F05CEE-78E0-45D5-9DE7-5968AEC2E3B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomListviewUsingTemplate.Client", "Client\CustomListviewUsingTemplate.Client.csproj", "{F15090BB-E400-4489-8F6B-D81FE1B50BD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomListviewUsingTemplate.Shared", "Shared\CustomListviewUsingTemplate.Shared.csproj", "{27C7F27B-66CF-41F0-9C96-61CD8DE54BF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1F05CEE-78E0-45D5-9DE7-5968AEC2E3B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1F05CEE-78E0-45D5-9DE7-5968AEC2E3B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1F05CEE-78E0-45D5-9DE7-5968AEC2E3B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1F05CEE-78E0-45D5-9DE7-5968AEC2E3B5}.Release|Any CPU.Build.0 = Release|Any CPU
{F15090BB-E400-4489-8F6B-D81FE1B50BD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F15090BB-E400-4489-8F6B-D81FE1B50BD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F15090BB-E400-4489-8F6B-D81FE1B50BD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F15090BB-E400-4489-8F6B-D81FE1B50BD7}.Release|Any CPU.Build.0 = Release|Any CPU
{27C7F27B-66CF-41F0-9C96-61CD8DE54BF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27C7F27B-66CF-41F0-9C96-61CD8DE54BF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27C7F27B-66CF-41F0-9C96-61CD8DE54BF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27C7F27B-66CF-41F0-9C96-61CD8DE54BF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E259A84-0527-466E-A31E-FEDF7F7BBF28}
EndGlobalSection
EndGlobal