-
Notifications
You must be signed in to change notification settings - Fork 19
/
Parse-MD.sln
44 lines (44 loc) · 2.18 KB
/
Parse-MD.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parse", "Parse\Parse.csproj", "{334F362D-C504-4B7C-AD9E-9D73A6858320}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3402EE87-9620-4594-86C2-81481CE5D4D6}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
Parse.vsmdi = Parse.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParseNUnitTests", "ParseNUnitTests\ParseNUnitTests.csproj", "{89979CCB-915D-4400-97DE-4987163E7C62}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Default|Any CPU = Default|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{334F362D-C504-4B7C-AD9E-9D73A6858320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{334F362D-C504-4B7C-AD9E-9D73A6858320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{334F362D-C504-4B7C-AD9E-9D73A6858320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{334F362D-C504-4B7C-AD9E-9D73A6858320}.Release|Any CPU.Build.0 = Release|Any CPU
{89979CCB-915D-4400-97DE-4987163E7C62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89979CCB-915D-4400-97DE-4987163E7C62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89979CCB-915D-4400-97DE-4987163E7C62}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{89979CCB-915D-4400-97DE-4987163E7C62}.Default|Any CPU.Build.0 = Debug|Any CPU
{89979CCB-915D-4400-97DE-4987163E7C62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89979CCB-915D-4400-97DE-4987163E7C62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Parse\Parse.csproj
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Parse.vsmdi
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal