-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNovugit.sln
37 lines (37 loc) · 2.02 KB
/
Novugit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novugit", "Novugit\Novugit.csproj", "{51F52185-184E-4D79-B6D2-236F744A7C0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novugit.Base", "Novugit.Base\Novugit.Base.csproj", "{C3435E4C-53E0-4DBE-B0E1-840CC4B39D74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novugit.API", "Novugit.API\Novugit.API.csproj", "{941CBD30-AB95-4FAB-933A-47C3D80500D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51F52185-184E-4D79-B6D2-236F744A7C0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51F52185-184E-4D79-B6D2-236F744A7C0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51F52185-184E-4D79-B6D2-236F744A7C0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51F52185-184E-4D79-B6D2-236F744A7C0E}.Release|Any CPU.Build.0 = Release|Any CPU
{C3435E4C-53E0-4DBE-B0E1-840CC4B39D74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3435E4C-53E0-4DBE-B0E1-840CC4B39D74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3435E4C-53E0-4DBE-B0E1-840CC4B39D74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3435E4C-53E0-4DBE-B0E1-840CC4B39D74}.Release|Any CPU.Build.0 = Release|Any CPU
{941CBD30-AB95-4FAB-933A-47C3D80500D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{941CBD30-AB95-4FAB-933A-47C3D80500D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{941CBD30-AB95-4FAB-933A-47C3D80500D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{941CBD30-AB95-4FAB-933A-47C3D80500D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79613FA5-1895-4E7B-A065-7EFC4697BDA5}
EndGlobalSection
EndGlobal