-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMSDI.KeyedServices.sln
More file actions
57 lines (57 loc) · 3.12 KB
/
MSDI.KeyedServices.sln
File metadata and controls
57 lines (57 loc) · 3.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{62416C8E-B6A1-4CFA-81FC-B42A45EE6F68}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{15973C2A-3246-4F3B-AEF2-48FBDEF995A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSDI.KeyedServices", "src\MSDI.KeyedServices\MSDI.KeyedServices.csproj", "{C7D0DCE0-37B3-4103-A332-37326E9EEF09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSDI.KeyedServices.Tests", "tests\MSDI.KeyedServices.Tests\MSDI.KeyedServices.Tests.csproj", "{1549ABA3-91DB-4715-9198-201D6359DE54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{CE89664F-13DA-4E20-AF0A-F8C41A71BED8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSDI.KeyedServices.Example", "examples\MSDI.KeyedServices.Example\MSDI.KeyedServices.Example.csproj", "{FAB40FDC-9983-4DA2-B515-52E7C77722F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AFECBD8C-1A72-4865-89BF-2B06CFBBEA9E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.cake = build.cake
LICENCE = LICENCE
README.md = README.md
Upgrade.md = Upgrade.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7D0DCE0-37B3-4103-A332-37326E9EEF09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7D0DCE0-37B3-4103-A332-37326E9EEF09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7D0DCE0-37B3-4103-A332-37326E9EEF09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7D0DCE0-37B3-4103-A332-37326E9EEF09}.Release|Any CPU.Build.0 = Release|Any CPU
{1549ABA3-91DB-4715-9198-201D6359DE54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1549ABA3-91DB-4715-9198-201D6359DE54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1549ABA3-91DB-4715-9198-201D6359DE54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1549ABA3-91DB-4715-9198-201D6359DE54}.Release|Any CPU.Build.0 = Release|Any CPU
{FAB40FDC-9983-4DA2-B515-52E7C77722F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAB40FDC-9983-4DA2-B515-52E7C77722F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAB40FDC-9983-4DA2-B515-52E7C77722F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAB40FDC-9983-4DA2-B515-52E7C77722F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C7D0DCE0-37B3-4103-A332-37326E9EEF09} = {62416C8E-B6A1-4CFA-81FC-B42A45EE6F68}
{1549ABA3-91DB-4715-9198-201D6359DE54} = {15973C2A-3246-4F3B-AEF2-48FBDEF995A4}
{FAB40FDC-9983-4DA2-B515-52E7C77722F9} = {CE89664F-13DA-4E20-AF0A-F8C41A71BED8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AF3E52C-80FA-4175-9F1B-232E792887D4}
EndGlobalSection
EndGlobal