-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeCustodian.sln
45 lines (45 loc) · 2.68 KB
/
CodeCustodian.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCustodian", "CodeCustodian\CodeCustodian.csproj", "{A3A389BC-2342-4E59-9D3E-6468C225D4DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCustodian.Core", "CodeCustodian.Core\CodeCustodian.Core.csproj", "{747D3A6A-8E64-461A-AD3F-28A75CCAF3FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCustodian.TFS", "CodeCustodian.TFS\CodeCustodian.TFS.csproj", "{6B28CEAF-5AB4-49CE-BC03-AA3CA68A4339}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FD959574-D9DC-4081-B5B4-85973E7E0D56}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCustodian.TFS.Tests", "CodeCustodian.TFS.Tests\CodeCustodian.TFS.Tests.csproj", "{63F5642B-0617-49D2-9EAB-CC4D86739A8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3A389BC-2342-4E59-9D3E-6468C225D4DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3A389BC-2342-4E59-9D3E-6468C225D4DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3A389BC-2342-4E59-9D3E-6468C225D4DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3A389BC-2342-4E59-9D3E-6468C225D4DC}.Release|Any CPU.Build.0 = Release|Any CPU
{747D3A6A-8E64-461A-AD3F-28A75CCAF3FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{747D3A6A-8E64-461A-AD3F-28A75CCAF3FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{747D3A6A-8E64-461A-AD3F-28A75CCAF3FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{747D3A6A-8E64-461A-AD3F-28A75CCAF3FA}.Release|Any CPU.Build.0 = Release|Any CPU
{6B28CEAF-5AB4-49CE-BC03-AA3CA68A4339}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B28CEAF-5AB4-49CE-BC03-AA3CA68A4339}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B28CEAF-5AB4-49CE-BC03-AA3CA68A4339}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B28CEAF-5AB4-49CE-BC03-AA3CA68A4339}.Release|Any CPU.Build.0 = Release|Any CPU
{63F5642B-0617-49D2-9EAB-CC4D86739A8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63F5642B-0617-49D2-9EAB-CC4D86739A8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63F5642B-0617-49D2-9EAB-CC4D86739A8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63F5642B-0617-49D2-9EAB-CC4D86739A8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal