-
Notifications
You must be signed in to change notification settings - Fork 4
/
SteamParty.sln
39 lines (39 loc) · 2.08 KB
/
SteamParty.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{C2A99450-48EA-4895-A0E8-E2F081B0C1DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Test", "Core.Test\Core.Test.csproj", "{260CE3F9-F5CB-423B-AD45-6372462CEF7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{89CB9E15-C12E-4C8F-99A6-59F39E64868B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CA1E9FAC-8FA0-49A5-B287-8A205DD488C3}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2A99450-48EA-4895-A0E8-E2F081B0C1DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2A99450-48EA-4895-A0E8-E2F081B0C1DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2A99450-48EA-4895-A0E8-E2F081B0C1DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2A99450-48EA-4895-A0E8-E2F081B0C1DF}.Release|Any CPU.Build.0 = Release|Any CPU
{260CE3F9-F5CB-423B-AD45-6372462CEF7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{260CE3F9-F5CB-423B-AD45-6372462CEF7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{260CE3F9-F5CB-423B-AD45-6372462CEF7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{260CE3F9-F5CB-423B-AD45-6372462CEF7D}.Release|Any CPU.Build.0 = Release|Any CPU
{89CB9E15-C12E-4C8F-99A6-59F39E64868B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89CB9E15-C12E-4C8F-99A6-59F39E64868B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89CB9E15-C12E-4C8F-99A6-59F39E64868B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89CB9E15-C12E-4C8F-99A6-59F39E64868B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal