-
Notifications
You must be signed in to change notification settings - Fork 1
/
Mossharbor.ActivityStreams.sln
47 lines (47 loc) · 2.64 KB
/
Mossharbor.ActivityStreams.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mossharbor.ActivityStreams", "Mossharbor.ActivityStreams\Mossharbor.ActivityStreams.csproj", "{22930502-098D-4BD6-89E9-530A7914847B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{69807D10-F83A-405C-ACFE-7F7120A2D077}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "Testing\UnitTests\UnitTests.csproj", "{8D141E28-9821-4883-B7BA-D806A5D3178D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A03E26C5-35B0-4E6D-B41F-7A2D8B36B527}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mossharbor.ActivityStreams.Security", "Mossharbor.ActivityStreams.Security\Mossharbor.ActivityStreams.Security.csproj", "{A89A834D-46C8-4576-B465-85B6EF2E72F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22930502-098D-4BD6-89E9-530A7914847B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22930502-098D-4BD6-89E9-530A7914847B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22930502-098D-4BD6-89E9-530A7914847B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22930502-098D-4BD6-89E9-530A7914847B}.Release|Any CPU.Build.0 = Release|Any CPU
{8D141E28-9821-4883-B7BA-D806A5D3178D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D141E28-9821-4883-B7BA-D806A5D3178D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D141E28-9821-4883-B7BA-D806A5D3178D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D141E28-9821-4883-B7BA-D806A5D3178D}.Release|Any CPU.Build.0 = Release|Any CPU
{A89A834D-46C8-4576-B465-85B6EF2E72F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A89A834D-46C8-4576-B465-85B6EF2E72F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A89A834D-46C8-4576-B465-85B6EF2E72F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A89A834D-46C8-4576-B465-85B6EF2E72F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8D141E28-9821-4883-B7BA-D806A5D3178D} = {69807D10-F83A-405C-ACFE-7F7120A2D077}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E0B94E8-380B-4A09-AB09-9895FA89D631}
EndGlobalSection
EndGlobal