-
Notifications
You must be signed in to change notification settings - Fork 1
/
GitComAPI.sln
21 lines (21 loc) · 1.12 KB
/
GitComAPI.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{245F1596-71E7-4043-9493-B27320299CAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "App\App.csproj", "{BF5A4059-1744-489D-8A8C-5FABA559ACDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{245F1596-71E7-4043-9493-B27320299CAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{245F1596-71E7-4043-9493-B27320299CAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{245F1596-71E7-4043-9493-B27320299CAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF5A4059-1744-489D-8A8C-5FABA559ACDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF5A4059-1744-489D-8A8C-5FABA559ACDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF5A4059-1744-489D-8A8C-5FABA559ACDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF5A4059-1744-489D-8A8C-5FABA559ACDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal