This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathIISCI.Web.sln
70 lines (70 loc) · 4.04 KB
/
IISCI.Web.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISCI.Web", "IISCI.Web\IISCI.Web.csproj", "{DCD420B5-3660-40D8-BA98-B1C314E08759}"
ProjectSection(ProjectDependencies) = postProject
{A187AF38-557F-4D2C-8B92-763C198266C9} = {A187AF38-557F-4D2C-8B92-763C198266C9}
{9BA08987-42E4-413A-9B6E-F8DC35F7C9EB} = {9BA08987-42E4-413A-9B6E-F8DC35F7C9EB}
{7A18B8B5-F91D-45CF-94C2-78766BBC2BB1} = {7A18B8B5-F91D-45CF-94C2-78766BBC2BB1}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TFSRestAPI", "TFSRestAPI\TFSRestAPI.csproj", "{E3E0EE6D-0585-4624-9E99-5195BC877FF5}"
ProjectSection(ProjectDependencies) = postProject
{A187AF38-557F-4D2C-8B92-763C198266C9} = {A187AF38-557F-4D2C-8B92-763C198266C9}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F018866E-2070-4E9A-940C-ED20A933C2AC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{07B4C279-DD43-4142-B315-E2AF9CC4310D}"
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}") = "IISCI.Build", "IISCI.Build\IISCI.Build.csproj", "{9BA08987-42E4-413A-9B6E-F8DC35F7C9EB}"
ProjectSection(ProjectDependencies) = postProject
{A187AF38-557F-4D2C-8B92-763C198266C9} = {A187AF38-557F-4D2C-8B92-763C198266C9}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISCI.Core", "IISCI.Core\IISCI.Core.csproj", "{A187AF38-557F-4D2C-8B92-763C198266C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISCI.Git", "IISCI.Git\IISCI.Git.csproj", "{7A18B8B5-F91D-45CF-94C2-78766BBC2BB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCD420B5-3660-40D8-BA98-B1C314E08759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCD420B5-3660-40D8-BA98-B1C314E08759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCD420B5-3660-40D8-BA98-B1C314E08759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCD420B5-3660-40D8-BA98-B1C314E08759}.Release|Any CPU.Build.0 = Release|Any CPU
{E3E0EE6D-0585-4624-9E99-5195BC877FF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3E0EE6D-0585-4624-9E99-5195BC877FF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3E0EE6D-0585-4624-9E99-5195BC877FF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3E0EE6D-0585-4624-9E99-5195BC877FF5}.Release|Any CPU.Build.0 = Release|Any CPU
{9BA08987-42E4-413A-9B6E-F8DC35F7C9EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BA08987-42E4-413A-9B6E-F8DC35F7C9EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BA08987-42E4-413A-9B6E-F8DC35F7C9EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BA08987-42E4-413A-9B6E-F8DC35F7C9EB}.Release|Any CPU.Build.0 = Release|Any CPU
{A187AF38-557F-4D2C-8B92-763C198266C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A187AF38-557F-4D2C-8B92-763C198266C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A187AF38-557F-4D2C-8B92-763C198266C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A187AF38-557F-4D2C-8B92-763C198266C9}.Release|Any CPU.Build.0 = Release|Any CPU
{7A18B8B5-F91D-45CF-94C2-78766BBC2BB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A18B8B5-F91D-45CF-94C2-78766BBC2BB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A18B8B5-F91D-45CF-94C2-78766BBC2BB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A18B8B5-F91D-45CF-94C2-78766BBC2BB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal