-
Notifications
You must be signed in to change notification settings - Fork 2
/
nunit-results.sln
38 lines (38 loc) · 1.94 KB
/
nunit-results.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D41429C3-1D46-4947-A047-74B4FCDE7D09}"
ProjectSection(SolutionItems) = preProject
CHANGES.txt = CHANGES.txt
LICENSE.txt = LICENSE.txt
mock-assembly-2.6.2.xml = mock-assembly-2.6.2.xml
README.txt = README.txt
TestResult-2.2.10.xml = TestResult-2.2.10.xml
TestResult-2.4.8.xml = TestResult-2.4.8.xml
TestResult-2.5.10.xml = TestResult-2.5.10.xml
TestResult-2.5.2.xml = TestResult-2.5.2.xml
TestResult-2.6.0.xml = TestResult-2.6.0.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit-results", "src\NUnitResults\nunit-results.csproj", "{C9E758A6-82AF-488B-AA99-CA2916D0E482}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit-results.tests", "src\NUnitResultsTests\nunit-results.tests.csproj", "{FED2549E-DE13-498B-A569-51AA33D0B654}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9E758A6-82AF-488B-AA99-CA2916D0E482}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9E758A6-82AF-488B-AA99-CA2916D0E482}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9E758A6-82AF-488B-AA99-CA2916D0E482}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9E758A6-82AF-488B-AA99-CA2916D0E482}.Release|Any CPU.Build.0 = Release|Any CPU
{FED2549E-DE13-498B-A569-51AA33D0B654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FED2549E-DE13-498B-A569-51AA33D0B654}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FED2549E-DE13-498B-A569-51AA33D0B654}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FED2549E-DE13-498B-A569-51AA33D0B654}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal