This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOrderedTestFileGenerator.sln
34 lines (34 loc) · 1.99 KB
/
OrderedTestFileGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderedTestFileGenerator", "OrderedTestFileGenerator\OrderedTestFileGenerator.csproj", "{C54E176F-E7D6-4216-818A-04EB40FD74C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderedTestFileGeneratorTests", "OrderedTestFileGeneratorTests\OrderedTestFileGeneratorTests.csproj", "{DBD13439-DFDC-4954-A640-46703DF7E1CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{47B994C0-3DAB-48EC-9F73-B2952905A7C5}"
ProjectSection(SolutionItems) = preProject
Dependencies\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll = Dependencies\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
Dependencies\Microsoft.VisualStudio.TestPlatform.TestFramework.dll = Dependencies\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C54E176F-E7D6-4216-818A-04EB40FD74C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C54E176F-E7D6-4216-818A-04EB40FD74C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C54E176F-E7D6-4216-818A-04EB40FD74C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C54E176F-E7D6-4216-818A-04EB40FD74C1}.Release|Any CPU.Build.0 = Release|Any CPU
{DBD13439-DFDC-4954-A640-46703DF7E1CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBD13439-DFDC-4954-A640-46703DF7E1CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBD13439-DFDC-4954-A640-46703DF7E1CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBD13439-DFDC-4954-A640-46703DF7E1CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal