-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTweetbookAPI.sln
49 lines (49 loc) · 3.11 KB
/
TweetbookAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TweetbookAPI.Contracts", "TweetbookAPI.Contracts\TweetbookAPI.Contracts.csproj", "{100FC461-45CC-49E6-8461-E43B2D7DA792}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TweetbookAPI.Sdk", "TweetbookAPI.Sdk\TweetbookAPI.Sdk.csproj", "{2735F479-8767-4563-AE27-AB96DC7634C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TweetbookAPI.Sdk.Samples", "TweetbookAPI.Sdk.Samples\TweetbookAPI.Sdk.Samples.csproj", "{25AA2120-7A42-41A0-BC58-0DD29672C812}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TweetbookAPI", "TweetbookAPI\TweetbookAPI.csproj", "{549AB5FB-5AB2-48E3-B699-7BE57903DF59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TweetbookAPI.IntegrationTests", "TweetbookAPI.IntegrationTests\TweetbookAPI.IntegrationTests.csproj", "{2F8542F6-34B5-46FC-833D-50FD883DCE0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{100FC461-45CC-49E6-8461-E43B2D7DA792}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{100FC461-45CC-49E6-8461-E43B2D7DA792}.Debug|Any CPU.Build.0 = Debug|Any CPU
{100FC461-45CC-49E6-8461-E43B2D7DA792}.Release|Any CPU.ActiveCfg = Release|Any CPU
{100FC461-45CC-49E6-8461-E43B2D7DA792}.Release|Any CPU.Build.0 = Release|Any CPU
{2735F479-8767-4563-AE27-AB96DC7634C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2735F479-8767-4563-AE27-AB96DC7634C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2735F479-8767-4563-AE27-AB96DC7634C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2735F479-8767-4563-AE27-AB96DC7634C4}.Release|Any CPU.Build.0 = Release|Any CPU
{25AA2120-7A42-41A0-BC58-0DD29672C812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25AA2120-7A42-41A0-BC58-0DD29672C812}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25AA2120-7A42-41A0-BC58-0DD29672C812}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25AA2120-7A42-41A0-BC58-0DD29672C812}.Release|Any CPU.Build.0 = Release|Any CPU
{549AB5FB-5AB2-48E3-B699-7BE57903DF59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{549AB5FB-5AB2-48E3-B699-7BE57903DF59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{549AB5FB-5AB2-48E3-B699-7BE57903DF59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{549AB5FB-5AB2-48E3-B699-7BE57903DF59}.Release|Any CPU.Build.0 = Release|Any CPU
{2F8542F6-34B5-46FC-833D-50FD883DCE0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F8542F6-34B5-46FC-833D-50FD883DCE0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F8542F6-34B5-46FC-833D-50FD883DCE0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F8542F6-34B5-46FC-833D-50FD883DCE0D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B072769-4A9C-45F1-AB17-D7786BCED79A}
EndGlobalSection
EndGlobal