-
Notifications
You must be signed in to change notification settings - Fork 0
/
MSTest2XUnit.sln
47 lines (47 loc) · 2.72 KB
/
MSTest2XUnit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSTest2XUnit", "MSTest2XUnit\MSTest2XUnit.csproj", "{C702AA13-8CE1-4845-81F7-C334789D813E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XUnitConverter.Core", "XUnitConverter\XUnitConverter.Core.csproj", "{81B0FF57-C128-4F6B-83C7-94DBAF261582}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C448A22-2C2C-4262-AB43-0523CC3EAC23}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XUnitConverter.Runner", "XUnitConverter.Runner\XUnitConverter.Runner.csproj", "{39ED6E1A-F189-422F-9ED6-F228A19C35DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XUnitConverter.Tests", "XUnitConverter.Tests\XUnitConverter.Tests.csproj", "{BA4C1700-8A72-4F33-AF67-0E60F324E521}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C702AA13-8CE1-4845-81F7-C334789D813E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C702AA13-8CE1-4845-81F7-C334789D813E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C702AA13-8CE1-4845-81F7-C334789D813E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C702AA13-8CE1-4845-81F7-C334789D813E}.Release|Any CPU.Build.0 = Release|Any CPU
{81B0FF57-C128-4F6B-83C7-94DBAF261582}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81B0FF57-C128-4F6B-83C7-94DBAF261582}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81B0FF57-C128-4F6B-83C7-94DBAF261582}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81B0FF57-C128-4F6B-83C7-94DBAF261582}.Release|Any CPU.Build.0 = Release|Any CPU
{39ED6E1A-F189-422F-9ED6-F228A19C35DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39ED6E1A-F189-422F-9ED6-F228A19C35DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39ED6E1A-F189-422F-9ED6-F228A19C35DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39ED6E1A-F189-422F-9ED6-F228A19C35DD}.Release|Any CPU.Build.0 = Release|Any CPU
{BA4C1700-8A72-4F33-AF67-0E60F324E521}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA4C1700-8A72-4F33-AF67-0E60F324E521}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA4C1700-8A72-4F33-AF67-0E60F324E521}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA4C1700-8A72-4F33-AF67-0E60F324E521}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal