-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathReviewBot.sln
53 lines (53 loc) · 3.15 KB
/
ReviewBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9832A85F-E943-4545-B983-A42C46A3CBFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{40AF5E3B-EFB8-4D45-BAA6-DE3907DD6D95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Review.Core", "Src\Review.Core\Review.Core.csproj", "{3950E48A-3398-4CBA-9C0D-5B3D7F6676EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReviewBot", "Src\ReviewBot\ReviewBot.csproj", "{16F22AC4-982A-43EB-8514-4F1BC4825560}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Review.Core.Tests", "Tests\Review.Core.Tests\Review.Core.Tests.csproj", "{9212B011-0074-42A3-9519-9A95D2D7BF6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReviewBot.Tests", "Tests\ReviewBotTests\ReviewBot.Tests.csproj", "{FB550777-5626-4956-9688-326E2E212F7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3950E48A-3398-4CBA-9C0D-5B3D7F6676EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3950E48A-3398-4CBA-9C0D-5B3D7F6676EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3950E48A-3398-4CBA-9C0D-5B3D7F6676EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3950E48A-3398-4CBA-9C0D-5B3D7F6676EE}.Release|Any CPU.Build.0 = Release|Any CPU
{16F22AC4-982A-43EB-8514-4F1BC4825560}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16F22AC4-982A-43EB-8514-4F1BC4825560}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16F22AC4-982A-43EB-8514-4F1BC4825560}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16F22AC4-982A-43EB-8514-4F1BC4825560}.Release|Any CPU.Build.0 = Release|Any CPU
{9212B011-0074-42A3-9519-9A95D2D7BF6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9212B011-0074-42A3-9519-9A95D2D7BF6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9212B011-0074-42A3-9519-9A95D2D7BF6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9212B011-0074-42A3-9519-9A95D2D7BF6F}.Release|Any CPU.Build.0 = Release|Any CPU
{FB550777-5626-4956-9688-326E2E212F7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB550777-5626-4956-9688-326E2E212F7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB550777-5626-4956-9688-326E2E212F7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB550777-5626-4956-9688-326E2E212F7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3950E48A-3398-4CBA-9C0D-5B3D7F6676EE} = {40AF5E3B-EFB8-4D45-BAA6-DE3907DD6D95}
{16F22AC4-982A-43EB-8514-4F1BC4825560} = {40AF5E3B-EFB8-4D45-BAA6-DE3907DD6D95}
{9212B011-0074-42A3-9519-9A95D2D7BF6F} = {9832A85F-E943-4545-B983-A42C46A3CBFD}
{FB550777-5626-4956-9688-326E2E212F7B} = {9832A85F-E943-4545-B983-A42C46A3CBFD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26EBC9AF-C11B-4AD5-8F09-B1B5E04846DD}
EndGlobalSection
EndGlobal