-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathSdl.Community.GroupShareKit.sln
44 lines (44 loc) · 2.22 KB
/
Sdl.Community.GroupShareKit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sdl.Community.GroupShareKit", "Sdl.Community.GroupShareKit\Sdl.Community.GroupShareKit.csproj", "{2A8A6988-57DD-4779-8888-6B5301E489CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sdl.Community.GroupShareKit.Tests.Integration", "Sdl.Community.GroupShareKit.Tests.Integration\Sdl.Community.GroupShareKit.Tests.Integration.csproj", "{D29100C2-941B-4047-9E89-6790B9B08F51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{E3BD33A5-C04C-4E94-A10B-A66075051573}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{488B436E-130C-4FFD-970E-0E0F0CACF416}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
groupsharekit.nuspec = groupsharekit.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A8A6988-57DD-4779-8888-6B5301E489CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A8A6988-57DD-4779-8888-6B5301E489CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A8A6988-57DD-4779-8888-6B5301E489CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A8A6988-57DD-4779-8888-6B5301E489CE}.Release|Any CPU.Build.0 = Release|Any CPU
{D29100C2-941B-4047-9E89-6790B9B08F51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D29100C2-941B-4047-9E89-6790B9B08F51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D29100C2-941B-4047-9E89-6790B9B08F51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D29100C2-941B-4047-9E89-6790B9B08F51}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CCE1939-7F5F-4181-A8EC-FD059EE885B6}
EndGlobalSection
EndGlobal