forked from pmcvtm/birthdayclub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BirthdayClub.sln
51 lines (51 loc) · 2.61 KB
/
BirthdayClub.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
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{17456F4B-9ED3-4C8E-B60A-7473A38FFC75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{64FA6655-14FC-4CDB-A2CE-FD7400DCD702}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Runner", "Runner\Runner.csproj", "{6A861728-B2DC-4534-9FAC-8EFC0329C2D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B8FEF3D4-16F4-4353-B201-C49FF2DC35C6}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{37C7129B-52F9-4695-8368-29B45C291166}"
ProjectSection(SolutionItems) = preProject
..\files\all-people.txt = ..\files\all-people.txt
..\files\off-limits.txt = ..\files\off-limits.txt
..\files\results.txt = ..\files\results.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17456F4B-9ED3-4C8E-B60A-7473A38FFC75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17456F4B-9ED3-4C8E-B60A-7473A38FFC75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17456F4B-9ED3-4C8E-B60A-7473A38FFC75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17456F4B-9ED3-4C8E-B60A-7473A38FFC75}.Release|Any CPU.Build.0 = Release|Any CPU
{64FA6655-14FC-4CDB-A2CE-FD7400DCD702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64FA6655-14FC-4CDB-A2CE-FD7400DCD702}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64FA6655-14FC-4CDB-A2CE-FD7400DCD702}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64FA6655-14FC-4CDB-A2CE-FD7400DCD702}.Release|Any CPU.Build.0 = Release|Any CPU
{6A861728-B2DC-4534-9FAC-8EFC0329C2D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A861728-B2DC-4534-9FAC-8EFC0329C2D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A861728-B2DC-4534-9FAC-8EFC0329C2D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A861728-B2DC-4534-9FAC-8EFC0329C2D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42C06C87-6D44-43FA-B02F-30060430701A}
EndGlobalSection
EndGlobal