-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLinkMe.sln
60 lines (60 loc) · 3.54 KB
/
LinkMe.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
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinkMe", "LinkMe\LinkMe.csproj", "{E5427DBE-B27F-4B53-9F31-8CBAD182FC3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinkMe.Core", "LinkMe.Core\LinkMe.Core.csproj", "{DFD89CF4-C71B-4E47-B825-E81D2D902BF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinkMe.Data", "LinkMe.Data\LinkMe.Data.csproj", "{576FB4E4-BC85-432E-A661-A8AC611CBD03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{868FD0A8-9D5C-4639-902F-47EF521F2E09}"
ProjectSection(SolutionItems) = preProject
LinkMe.ruleset = LinkMe.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinkMe.Tests", "LinkMe.Tests\LinkMe.Tests.csproj", "{165A693F-CD8D-4A0B-B4C4-85123D1C5537}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5F415EE0-597E-433A-9F75-1C690FAC1480}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinkMe.UITests", "LinkMe.UITests\LinkMe.UITests.csproj", "{C76171C1-62D7-4AB5-87B0-65549F7F6781}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5427DBE-B27F-4B53-9F31-8CBAD182FC3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5427DBE-B27F-4B53-9F31-8CBAD182FC3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5427DBE-B27F-4B53-9F31-8CBAD182FC3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5427DBE-B27F-4B53-9F31-8CBAD182FC3F}.Release|Any CPU.Build.0 = Release|Any CPU
{DFD89CF4-C71B-4E47-B825-E81D2D902BF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFD89CF4-C71B-4E47-B825-E81D2D902BF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFD89CF4-C71B-4E47-B825-E81D2D902BF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFD89CF4-C71B-4E47-B825-E81D2D902BF3}.Release|Any CPU.Build.0 = Release|Any CPU
{576FB4E4-BC85-432E-A661-A8AC611CBD03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{576FB4E4-BC85-432E-A661-A8AC611CBD03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{576FB4E4-BC85-432E-A661-A8AC611CBD03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{576FB4E4-BC85-432E-A661-A8AC611CBD03}.Release|Any CPU.Build.0 = Release|Any CPU
{165A693F-CD8D-4A0B-B4C4-85123D1C5537}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{165A693F-CD8D-4A0B-B4C4-85123D1C5537}.Debug|Any CPU.Build.0 = Debug|Any CPU
{165A693F-CD8D-4A0B-B4C4-85123D1C5537}.Release|Any CPU.ActiveCfg = Release|Any CPU
{165A693F-CD8D-4A0B-B4C4-85123D1C5537}.Release|Any CPU.Build.0 = Release|Any CPU
{C76171C1-62D7-4AB5-87B0-65549F7F6781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C76171C1-62D7-4AB5-87B0-65549F7F6781}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C76171C1-62D7-4AB5-87B0-65549F7F6781}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C76171C1-62D7-4AB5-87B0-65549F7F6781}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{165A693F-CD8D-4A0B-B4C4-85123D1C5537} = {5F415EE0-597E-433A-9F75-1C690FAC1480}
{C76171C1-62D7-4AB5-87B0-65549F7F6781} = {5F415EE0-597E-433A-9F75-1C690FAC1480}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BF45D3B-B4BC-4190-BF02-431058AE8991}
EndGlobalSection
EndGlobal