forked from syncromatics/JUnitTestLogger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJunitTestLogger.sln
More file actions
43 lines (43 loc) · 2.62 KB
/
JunitTestLogger.sln
File metadata and controls
43 lines (43 loc) · 2.62 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JUnitTestLogger", "src\JunitTestLogger\JUnitTestLogger.csproj", "{22303D26-0F4D-4AA3-BD4D-B67B758A69E4}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "TestLevel1_NUnit3Test", "NUnit3Test\TestLevel1_NUnit3Test.vbproj", "{8532FF21-2B75-48F8-A420-1B8E64E64115}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "TestLevel1_xUnitTest", "xUnitTest\TestLevel1_xUnitTest.vbproj", "{0398628F-6A14-457F-A5CB-EABDA81780B1}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "TestLevel2_FinalUnitTestOutputVerifyTests", "FinalUnitTestOutputVerifyTests\TestLevel2_FinalUnitTestOutputVerifyTests.vbproj", "{46130D18-2376-4BCF-95CF-A24A98D3D626}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22303D26-0F4D-4AA3-BD4D-B67B758A69E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22303D26-0F4D-4AA3-BD4D-B67B758A69E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22303D26-0F4D-4AA3-BD4D-B67B758A69E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22303D26-0F4D-4AA3-BD4D-B67B758A69E4}.Release|Any CPU.Build.0 = Release|Any CPU
{8532FF21-2B75-48F8-A420-1B8E64E64115}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8532FF21-2B75-48F8-A420-1B8E64E64115}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8532FF21-2B75-48F8-A420-1B8E64E64115}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8532FF21-2B75-48F8-A420-1B8E64E64115}.Release|Any CPU.Build.0 = Release|Any CPU
{0398628F-6A14-457F-A5CB-EABDA81780B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0398628F-6A14-457F-A5CB-EABDA81780B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0398628F-6A14-457F-A5CB-EABDA81780B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0398628F-6A14-457F-A5CB-EABDA81780B1}.Release|Any CPU.Build.0 = Release|Any CPU
{46130D18-2376-4BCF-95CF-A24A98D3D626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46130D18-2376-4BCF-95CF-A24A98D3D626}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46130D18-2376-4BCF-95CF-A24A98D3D626}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46130D18-2376-4BCF-95CF-A24A98D3D626}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {351B064D-E68A-41DF-97A6-BE0AB08B3FC8}
EndGlobalSection
EndGlobal