-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGitInsight.sln
40 lines (40 loc) · 2.44 KB
/
GitInsight.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitInsight", "GitInsight\GitInsight.csproj", "{B0B265B7-D8A4-42E9-885F-F3A99EDF17E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitInsight.Tests", "GitInsight.Tests\GitInsight.Tests.csproj", "{76E7E76E-04DE-4E43-9305-285ABE4C30F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitInsight.Web", "GitInsight.Web\GitInsight.Web.csproj", "{C20C88FC-3E20-440D-9809-2CF5A5D55D02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitInsight.Api", "GitInsight.Api\GitInsight.Api.csproj", "{6C40167A-45EA-4D26-8306-1E622E1970E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0B265B7-D8A4-42E9-885F-F3A99EDF17E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0B265B7-D8A4-42E9-885F-F3A99EDF17E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0B265B7-D8A4-42E9-885F-F3A99EDF17E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0B265B7-D8A4-42E9-885F-F3A99EDF17E4}.Release|Any CPU.Build.0 = Release|Any CPU
{76E7E76E-04DE-4E43-9305-285ABE4C30F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76E7E76E-04DE-4E43-9305-285ABE4C30F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76E7E76E-04DE-4E43-9305-285ABE4C30F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76E7E76E-04DE-4E43-9305-285ABE4C30F3}.Release|Any CPU.Build.0 = Release|Any CPU
{C20C88FC-3E20-440D-9809-2CF5A5D55D02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C20C88FC-3E20-440D-9809-2CF5A5D55D02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C20C88FC-3E20-440D-9809-2CF5A5D55D02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C20C88FC-3E20-440D-9809-2CF5A5D55D02}.Release|Any CPU.Build.0 = Release|Any CPU
{6C40167A-45EA-4D26-8306-1E622E1970E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C40167A-45EA-4D26-8306-1E622E1970E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C40167A-45EA-4D26-8306-1E622E1970E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C40167A-45EA-4D26-8306-1E622E1970E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal