-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathSaveAllTheTime.sln
31 lines (31 loc) · 1.62 KB
/
SaveAllTheTime.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaveAllTheTime", "SaveAllTheTime\SaveAllTheTime.csproj", "{53DC2B7F-77BF-4235-B0BB-18373B86DCFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaveAllTheTime.Tests", "SaveAllTheTime.Tests\SaveAllTheTime.Tests.csproj", "{55F19DE4-97DA-4AA4-878D-7CAFA924AB88}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{BDBFBCD2-1D1D-4F6D-8868-6085A741AC64}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53DC2B7F-77BF-4235-B0BB-18373B86DCFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53DC2B7F-77BF-4235-B0BB-18373B86DCFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53DC2B7F-77BF-4235-B0BB-18373B86DCFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53DC2B7F-77BF-4235-B0BB-18373B86DCFC}.Release|Any CPU.Build.0 = Release|Any CPU
{55F19DE4-97DA-4AA4-878D-7CAFA924AB88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55F19DE4-97DA-4AA4-878D-7CAFA924AB88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55F19DE4-97DA-4AA4-878D-7CAFA924AB88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55F19DE4-97DA-4AA4-878D-7CAFA924AB88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal