-
Notifications
You must be signed in to change notification settings - Fork 9
/
RPSTrackerASPCore.sln
41 lines (41 loc) · 2.23 KB
/
RPSTrackerASPCore.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
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RPS.Data", "RPS.Data\RPS.Data.csproj", "{7D7442CE-C1AD-4EDA-AABE-2F8AA2ACAA1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RPS.Core", "RPS.Core\RPS.Core.csproj", "{9BDBA9BC-B9FE-41F8-8F0E-D0CFCE4ECB42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RPS.Web", "RPS.Web\RPS.Web.csproj", "{E1D49463-68F3-46E8-BE21-A0AA7651A4EA}"
ProjectSection(ProjectDependencies) = postProject
{9BDBA9BC-B9FE-41F8-8F0E-D0CFCE4ECB42} = {9BDBA9BC-B9FE-41F8-8F0E-D0CFCE4ECB42}
{7D7442CE-C1AD-4EDA-AABE-2F8AA2ACAA1B} = {7D7442CE-C1AD-4EDA-AABE-2F8AA2ACAA1B}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D7442CE-C1AD-4EDA-AABE-2F8AA2ACAA1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D7442CE-C1AD-4EDA-AABE-2F8AA2ACAA1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D7442CE-C1AD-4EDA-AABE-2F8AA2ACAA1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D7442CE-C1AD-4EDA-AABE-2F8AA2ACAA1B}.Release|Any CPU.Build.0 = Release|Any CPU
{9BDBA9BC-B9FE-41F8-8F0E-D0CFCE4ECB42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BDBA9BC-B9FE-41F8-8F0E-D0CFCE4ECB42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BDBA9BC-B9FE-41F8-8F0E-D0CFCE4ECB42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BDBA9BC-B9FE-41F8-8F0E-D0CFCE4ECB42}.Release|Any CPU.Build.0 = Release|Any CPU
{E1D49463-68F3-46E8-BE21-A0AA7651A4EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1D49463-68F3-46E8-BE21-A0AA7651A4EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1D49463-68F3-46E8-BE21-A0AA7651A4EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1D49463-68F3-46E8-BE21-A0AA7651A4EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4965A8CA-1735-421D-9BD8-24698651D527}
EndGlobalSection
EndGlobal