-
Notifications
You must be signed in to change notification settings - Fork 3
/
GithubContributionArt.sln
37 lines (37 loc) · 2.21 KB
/
GithubContributionArt.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.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GithubContributionArt.Server", "GithubContributionArt\Server\GithubContributionArt.Server.csproj", "{0B7B4665-C5A0-4963-B233-9CD8FF5856B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GithubContributionArt.Client", "GithubContributionArt\Client\GithubContributionArt.Client.csproj", "{2E144836-C57C-4021-AB8B-AF9C515AF1C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GithubContributionArt.Shared", "GithubContributionArt\Shared\GithubContributionArt.Shared.csproj", "{172ABEFE-7D04-4687-B4A1-991285A0244B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B7B4665-C5A0-4963-B233-9CD8FF5856B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B7B4665-C5A0-4963-B233-9CD8FF5856B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B7B4665-C5A0-4963-B233-9CD8FF5856B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B7B4665-C5A0-4963-B233-9CD8FF5856B6}.Release|Any CPU.Build.0 = Release|Any CPU
{2E144836-C57C-4021-AB8B-AF9C515AF1C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E144836-C57C-4021-AB8B-AF9C515AF1C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E144836-C57C-4021-AB8B-AF9C515AF1C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E144836-C57C-4021-AB8B-AF9C515AF1C8}.Release|Any CPU.Build.0 = Release|Any CPU
{172ABEFE-7D04-4687-B4A1-991285A0244B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{172ABEFE-7D04-4687-B4A1-991285A0244B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{172ABEFE-7D04-4687-B4A1-991285A0244B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{172ABEFE-7D04-4687-B4A1-991285A0244B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4E6E759-42A8-4E11-9784-86D6B02B90F7}
EndGlobalSection
EndGlobal