-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSPWebCache16.sln
56 lines (56 loc) · 2.99 KB
/
SPWebCache16.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E69B627E-1BC4-41E3-8A0F-2C1939BD4FF5}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SPWebCache16", "SPWebCache\SPWebCache16.csproj", "{0CF7CEA0-FF3E-4CC9-9A09-4A434A90B6E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SPWebCache.Tests16", "SPWebCache.Tests\SPWebCache.Tests16.csproj", "{25FF9D63-7252-4EF3-BAD5-550F8BBBBD6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SPWebCache.LoadTest16", "SPWebCache.LoadTest\SPWebCache.LoadTest16.csproj", "{D5738F4F-7EC9-4C37-B4D4-F2441E181629}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CF7CEA0-FF3E-4CC9-9A09-4A434A90B6E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CF7CEA0-FF3E-4CC9-9A09-4A434A90B6E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CF7CEA0-FF3E-4CC9-9A09-4A434A90B6E3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{0CF7CEA0-FF3E-4CC9-9A09-4A434A90B6E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CF7CEA0-FF3E-4CC9-9A09-4A434A90B6E3}.Release|Any CPU.Build.0 = Release|Any CPU
{0CF7CEA0-FF3E-4CC9-9A09-4A434A90B6E3}.Release|Any CPU.Deploy.0 = Release|Any CPU
{25FF9D63-7252-4EF3-BAD5-550F8BBBBD6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25FF9D63-7252-4EF3-BAD5-550F8BBBBD6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25FF9D63-7252-4EF3-BAD5-550F8BBBBD6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25FF9D63-7252-4EF3-BAD5-550F8BBBBD6C}.Release|Any CPU.Build.0 = Release|Any CPU
{D5738F4F-7EC9-4C37-B4D4-F2441E181629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5738F4F-7EC9-4C37-B4D4-F2441E181629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5738F4F-7EC9-4C37-B4D4-F2441E181629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5738F4F-7EC9-4C37-B4D4-F2441E181629}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs40
SccProjectUniqueName0 = SPWebCache\\SPWebCache16.csproj
SccProjectName0 = SPWebCache
SccLocalPath0 = SPWebCache
SccProjectUniqueName1 = SPWebCache.Tests\\SPWebCache.Tests16.csproj
SccProjectName1 = SPWebCache.Tests
SccLocalPath1 = SPWebCache.Tests
SccProjectUniqueName2 = SPWebCache.LoadTest\\SPWebCache.LoadTest16.csproj
SccProjectName2 = SPWebCache.LoadTest
SccLocalPath2 = SPWebCache.LoadTest
SccLocalPath3 = .
EndGlobalSection
EndGlobal