forked from Socialtalents/SocialTalents.hp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SocialTalents.Hp.sln
59 lines (59 loc) · 3.9 KB
/
SocialTalents.Hp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B45746D5-1DC5-4E0F-A0E2-BB6B5232EB9D}"
ProjectSection(SolutionItems) = preProject
Develop.md = Develop.md
ReadMe.md = ReadMe.md
release.sh = release.sh
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples.Console", "Samples.Console\Samples.Console.csproj", "{4C9DD5E1-99FF-4E43-A695-932D2290384F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocialTalents.Hp.Events.net45", "SocialTalents.Hp.Events.net45\SocialTalents.Hp.Events.net45.csproj", "{60657264-183F-4CC9-AFA4-D925A7B76197}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocialTalents.Hp.Events.netstandard", "SocialTalents.Hp.Events.netstandard\SocialTalents.Hp.Events.netstandard.csproj", "{CA8367D6-73AC-4E35-AB01-D26A6483C7B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocialTalents.Hp.UnitTests.net45", "SocialTalents.Hp.UnitTests.net45\SocialTalents.Hp.UnitTests.net45.csproj", "{7DAA8209-5BBE-4549-828D-00F58E33E265}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocialTalents.Hp.MongoDB.net45", "SocialTalents.Hp.MongoDb.net45\SocialTalents.Hp.MongoDB.net45.csproj", "{D5224F8C-5CCD-45C0-B3CB-267460040070}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocialTalents.Hp.MongoDB.netstandard", "SocialTalents.Hp.MongoDb.netstandard\SocialTalents.Hp.MongoDB.netstandard.csproj", "{75E1EFB3-0112-4CD5-8CB3-6C38467B6FB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C9DD5E1-99FF-4E43-A695-932D2290384F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C9DD5E1-99FF-4E43-A695-932D2290384F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C9DD5E1-99FF-4E43-A695-932D2290384F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C9DD5E1-99FF-4E43-A695-932D2290384F}.Release|Any CPU.Build.0 = Release|Any CPU
{60657264-183F-4CC9-AFA4-D925A7B76197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60657264-183F-4CC9-AFA4-D925A7B76197}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60657264-183F-4CC9-AFA4-D925A7B76197}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60657264-183F-4CC9-AFA4-D925A7B76197}.Release|Any CPU.Build.0 = Release|Any CPU
{CA8367D6-73AC-4E35-AB01-D26A6483C7B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA8367D6-73AC-4E35-AB01-D26A6483C7B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA8367D6-73AC-4E35-AB01-D26A6483C7B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA8367D6-73AC-4E35-AB01-D26A6483C7B5}.Release|Any CPU.Build.0 = Release|Any CPU
{7DAA8209-5BBE-4549-828D-00F58E33E265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DAA8209-5BBE-4549-828D-00F58E33E265}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DAA8209-5BBE-4549-828D-00F58E33E265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DAA8209-5BBE-4549-828D-00F58E33E265}.Release|Any CPU.Build.0 = Release|Any CPU
{D5224F8C-5CCD-45C0-B3CB-267460040070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5224F8C-5CCD-45C0-B3CB-267460040070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5224F8C-5CCD-45C0-B3CB-267460040070}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5224F8C-5CCD-45C0-B3CB-267460040070}.Release|Any CPU.Build.0 = Release|Any CPU
{75E1EFB3-0112-4CD5-8CB3-6C38467B6FB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75E1EFB3-0112-4CD5-8CB3-6C38467B6FB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75E1EFB3-0112-4CD5-8CB3-6C38467B6FB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75E1EFB3-0112-4CD5-8CB3-6C38467B6FB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal