-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStuff.sln
44 lines (42 loc) · 2.51 KB
/
Stuff.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
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stuff.Service", "Stuff.Service\Stuff.Service.csproj", "{C6CFB045-EDF6-42DB-AD7E-4A9CE6740D3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stuff.Console", "Stuff.Console\Stuff.Console.csproj", "{5B9ADBC1-3805-45EA-A1EA-D07710F5F7C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stuff.Data", "Stuff.Data\Stuff.Data.csproj", "{357ECD43-3876-4EF3-BDCE-B4B4CD9D7239}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stuff.Domain", "Stuff.Domain\Stuff.Domain.csproj", "{9A52BC85-38FF-41A1-B4E1-E280952BE6BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B9ADBC1-3805-45EA-A1EA-D07710F5F7C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B9ADBC1-3805-45EA-A1EA-D07710F5F7C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B9ADBC1-3805-45EA-A1EA-D07710F5F7C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B9ADBC1-3805-45EA-A1EA-D07710F5F7C9}.Release|Any CPU.Build.0 = Release|Any CPU
{C6CFB045-EDF6-42DB-AD7E-4A9CE6740D3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6CFB045-EDF6-42DB-AD7E-4A9CE6740D3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6CFB045-EDF6-42DB-AD7E-4A9CE6740D3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6CFB045-EDF6-42DB-AD7E-4A9CE6740D3B}.Release|Any CPU.Build.0 = Release|Any CPU
{9A52BC85-38FF-41A1-B4E1-E280952BE6BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A52BC85-38FF-41A1-B4E1-E280952BE6BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A52BC85-38FF-41A1-B4E1-E280952BE6BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A52BC85-38FF-41A1-B4E1-E280952BE6BE}.Release|Any CPU.Build.0 = Release|Any CPU
{357ECD43-3876-4EF3-BDCE-B4B4CD9D7239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{357ECD43-3876-4EF3-BDCE-B4B4CD9D7239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{357ECD43-3876-4EF3-BDCE-B4B4CD9D7239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{357ECD43-3876-4EF3-BDCE-B4B4CD9D7239}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {383D349A-13EF-435F-BE35-F77F438475DE}
EndGlobalSection
EndGlobal