-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathLeaderAnalytics.AdaptiveClient.sln
58 lines (58 loc) · 3.24 KB
/
LeaderAnalytics.AdaptiveClient.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaderAnalytics.AdaptiveClient", "LeaderAnalytics.AdaptiveClient\LeaderAnalytics.AdaptiveClient.csproj", "{819FEB01-A162-4128-B20F-894FC3701D78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaderAnalytics.AdaptiveClient.Tests", "tests\LeaderAnalytics.AdaptiveClient.Tests.csproj", "{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EDA24A7-FCED-4B9C-8A9A-46668C4D5BA0}"
ProjectSection(SolutionItems) = preProject
FAQ.md = FAQ.md
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{819FEB01-A162-4128-B20F-894FC3701D78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Debug|x64.ActiveCfg = Debug|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Debug|x64.Build.0 = Debug|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Debug|x86.ActiveCfg = Debug|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Debug|x86.Build.0 = Debug|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Release|Any CPU.Build.0 = Release|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Release|x64.ActiveCfg = Release|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Release|x64.Build.0 = Release|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Release|x86.ActiveCfg = Release|Any CPU
{819FEB01-A162-4128-B20F-894FC3701D78}.Release|x86.Build.0 = Release|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Debug|x64.ActiveCfg = Debug|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Debug|x64.Build.0 = Debug|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Debug|x86.ActiveCfg = Debug|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Debug|x86.Build.0 = Debug|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Release|Any CPU.Build.0 = Release|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Release|x64.ActiveCfg = Release|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Release|x64.Build.0 = Release|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Release|x86.ActiveCfg = Release|Any CPU
{B04683F9-3717-48F6-A7F1-750C3F1E1C0E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A20A0F8-2052-4B19-AB76-C4CCA0F2ABBE}
EndGlobalSection
EndGlobal