-
Notifications
You must be signed in to change notification settings - Fork 1
/
DatedTodo.sln
43 lines (43 loc) · 1.91 KB
/
DatedTodo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatedTodo", "DatedTodo\DatedTodo.csproj", "{E7C1C2CB-F18B-4D56-ABB1-77378ADCC520}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F6A79587-A9F5-4884-BA93-CC7A2661BDE7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{09E87D38-0185-463A-9C74-2C5FAF52D981}"
ProjectSection(SolutionItems) = preProject
NuGet\DatedTodo.nuspec = NuGet\DatedTodo.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A7A65FD4-A9A8-4FBB-B2E5-2AAF67B12FD3}"
ProjectSection(SolutionItems) = preProject
NuGet\build\DatedTodo.targets = NuGet\build\DatedTodo.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7C1C2CB-F18B-4D56-ABB1-77378ADCC520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7C1C2CB-F18B-4D56-ABB1-77378ADCC520}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7C1C2CB-F18B-4D56-ABB1-77378ADCC520}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7C1C2CB-F18B-4D56-ABB1-77378ADCC520}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{09E87D38-0185-463A-9C74-2C5FAF52D981} = {F6A79587-A9F5-4884-BA93-CC7A2661BDE7}
{A7A65FD4-A9A8-4FBB-B2E5-2AAF67B12FD3} = {09E87D38-0185-463A-9C74-2C5FAF52D981}
EndGlobalSection
EndGlobal