-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathBeginCollectionItem.sln
50 lines (50 loc) · 2.77 KB
/
BeginCollectionItem.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeginCollectionItem", "BeginCollectionItem\BeginCollectionItem.csproj", "{CF17966C-80C2-4ABE-BD0B-F58AEF0DDB05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{85C16142-EC9A-460E-A3DF-C085C71984D8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
BeginCollectionItem.vsmdi = BeginCollectionItem.vsmdi
Local.testsettings = Local.testsettings
README.md = README.md
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A7E4D821-B98F-4322-86CA-00C73A74772C}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeginCollectionItem.Tests", "BeginCollectionItem.Tests\BeginCollectionItem.Tests.csproj", "{4EB8623B-A836-42D1-B90C-00886750101B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeginCollectionItem.Mvc3Demo", "BeginCollectionItem.Mvc3Demo\BeginCollectionItem.Mvc3Demo.csproj", "{163E0179-DD7E-4CF7-B28F-FEC7C888D987}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = BeginCollectionItem.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF17966C-80C2-4ABE-BD0B-F58AEF0DDB05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF17966C-80C2-4ABE-BD0B-F58AEF0DDB05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF17966C-80C2-4ABE-BD0B-F58AEF0DDB05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF17966C-80C2-4ABE-BD0B-F58AEF0DDB05}.Release|Any CPU.Build.0 = Release|Any CPU
{4EB8623B-A836-42D1-B90C-00886750101B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EB8623B-A836-42D1-B90C-00886750101B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EB8623B-A836-42D1-B90C-00886750101B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EB8623B-A836-42D1-B90C-00886750101B}.Release|Any CPU.Build.0 = Release|Any CPU
{163E0179-DD7E-4CF7-B28F-FEC7C888D987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163E0179-DD7E-4CF7-B28F-FEC7C888D987}.Debug|Any CPU.Build.0 = Debug|Any CPU
{163E0179-DD7E-4CF7-B28F-FEC7C888D987}.Release|Any CPU.ActiveCfg = Release|Any CPU
{163E0179-DD7E-4CF7-B28F-FEC7C888D987}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal