This repository was archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHwProj.sln
More file actions
49 lines (49 loc) · 3.02 KB
/
HwProj.sln
File metadata and controls
49 lines (49 loc) · 3.02 KB
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 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HwProj", "HwProj\HwProj.csproj", "{2DBC85DC-7CC4-4F66-99A4-C90DA83B21BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HwProj.Tests", "HwProj.Tests\HwProj.Tests.csproj", "{635CD50D-4064-42A2-ABBA-2E635BE575E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HwProj.GitHubService", "HwProj.GitHubService\HwProj.GitHubService.csproj", "{D2030229-C169-4F37-AB72-286DE4737F61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HwProj.Models", "HwProj.Models\HwProj.Models.csproj", "{51E07460-9BB9-4C14-9E2A-8C3E6A167825}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HwProj.GitHubService.Test", "HwProj.GitHubService.Test\HwProj.GitHubService.Test.csproj", "{B997D51E-4437-4A28-8903-12857ABB4510}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DBC85DC-7CC4-4F66-99A4-C90DA83B21BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DBC85DC-7CC4-4F66-99A4-C90DA83B21BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DBC85DC-7CC4-4F66-99A4-C90DA83B21BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DBC85DC-7CC4-4F66-99A4-C90DA83B21BA}.Release|Any CPU.Build.0 = Release|Any CPU
{635CD50D-4064-42A2-ABBA-2E635BE575E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{635CD50D-4064-42A2-ABBA-2E635BE575E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{635CD50D-4064-42A2-ABBA-2E635BE575E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{635CD50D-4064-42A2-ABBA-2E635BE575E1}.Release|Any CPU.Build.0 = Release|Any CPU
{D2030229-C169-4F37-AB72-286DE4737F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2030229-C169-4F37-AB72-286DE4737F61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2030229-C169-4F37-AB72-286DE4737F61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2030229-C169-4F37-AB72-286DE4737F61}.Release|Any CPU.Build.0 = Release|Any CPU
{51E07460-9BB9-4C14-9E2A-8C3E6A167825}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51E07460-9BB9-4C14-9E2A-8C3E6A167825}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51E07460-9BB9-4C14-9E2A-8C3E6A167825}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51E07460-9BB9-4C14-9E2A-8C3E6A167825}.Release|Any CPU.Build.0 = Release|Any CPU
{B997D51E-4437-4A28-8903-12857ABB4510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B997D51E-4437-4A28-8903-12857ABB4510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B997D51E-4437-4A28-8903-12857ABB4510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B997D51E-4437-4A28-8903-12857ABB4510}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4ED7576-8E12-4CAB-B833-C9134FB102E8}
EndGlobalSection
EndGlobal