-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTrelloScripts.sln
More file actions
47 lines (47 loc) · 2.83 KB
/
TrelloScripts.sln
File metadata and controls
47 lines (47 loc) · 2.83 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateTrelloWeekBoard", "CreateTrelloWeekBoard\CreateTrelloWeekBoard.csproj", "{2522ABCD-AC21-4296-9781-FB5857028D1D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateTrelloWeekBoard.unittest", "CreateTrelloWeekBoard.unittest\CreateTrelloWeekBoard.unittest.csproj", "{0825B02E-ECEB-45BB-8428-3F624436F490}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoveTrelloCardDueDate", "MoveTrelloCardDueDate\MoveTrelloCardDueDate.csproj", "{4AB75252-4D0C-4FCC-842B-4D0B5A885527}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateTrelloTrainingBoard", "UpdateTrelloTrainingBoard\UpdateTrelloTrainingBoard.csproj", "{36A3695A-AB62-43CE-AAD0-41E0AC2E2DF7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8659AE8D-A6E8-41D7-A170-63356B0C935D}"
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
{2522ABCD-AC21-4296-9781-FB5857028D1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2522ABCD-AC21-4296-9781-FB5857028D1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2522ABCD-AC21-4296-9781-FB5857028D1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2522ABCD-AC21-4296-9781-FB5857028D1D}.Release|Any CPU.Build.0 = Release|Any CPU
{0825B02E-ECEB-45BB-8428-3F624436F490}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0825B02E-ECEB-45BB-8428-3F624436F490}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0825B02E-ECEB-45BB-8428-3F624436F490}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0825B02E-ECEB-45BB-8428-3F624436F490}.Release|Any CPU.Build.0 = Release|Any CPU
{4AB75252-4D0C-4FCC-842B-4D0B5A885527}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AB75252-4D0C-4FCC-842B-4D0B5A885527}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AB75252-4D0C-4FCC-842B-4D0B5A885527}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AB75252-4D0C-4FCC-842B-4D0B5A885527}.Release|Any CPU.Build.0 = Release|Any CPU
{36A3695A-AB62-43CE-AAD0-41E0AC2E2DF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36A3695A-AB62-43CE-AAD0-41E0AC2E2DF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36A3695A-AB62-43CE-AAD0-41E0AC2E2DF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36A3695A-AB62-43CE-AAD0-41E0AC2E2DF7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal