-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCustomDataLabels.sln
37 lines (37 loc) · 2.08 KB
/
CustomDataLabels.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}") = "CustomDataLabels.Server", "Server\CustomDataLabels.Server.csproj", "{18324006-765E-4F87-8EEE-83776828A12D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomDataLabels.Client", "Client\CustomDataLabels.Client.csproj", "{63608ABA-064E-482D-B8C1-ACC64D538F99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomDataLabels.Shared", "Shared\CustomDataLabels.Shared.csproj", "{30AB0E34-0A6E-41E2-B56A-D59B0A3AC04F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18324006-765E-4F87-8EEE-83776828A12D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18324006-765E-4F87-8EEE-83776828A12D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18324006-765E-4F87-8EEE-83776828A12D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18324006-765E-4F87-8EEE-83776828A12D}.Release|Any CPU.Build.0 = Release|Any CPU
{63608ABA-064E-482D-B8C1-ACC64D538F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63608ABA-064E-482D-B8C1-ACC64D538F99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63608ABA-064E-482D-B8C1-ACC64D538F99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63608ABA-064E-482D-B8C1-ACC64D538F99}.Release|Any CPU.Build.0 = Release|Any CPU
{30AB0E34-0A6E-41E2-B56A-D59B0A3AC04F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30AB0E34-0A6E-41E2-B56A-D59B0A3AC04F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30AB0E34-0A6E-41E2-B56A-D59B0A3AC04F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30AB0E34-0A6E-41E2-B56A-D59B0A3AC04F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9621D111-41B4-4582-8248-4FEF36631E1A}
EndGlobalSection
EndGlobal