-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectToTest.sln
More file actions
31 lines (31 loc) · 1.58 KB
/
ProjectToTest.sln
File metadata and controls
31 lines (31 loc) · 1.58 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectToTest", "ProjectToTest\ProjectToTest.csproj", "{C4C92F5E-5C90-4596-9D25-8B5429D8025C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectToTest.Tests", "TestProject\ProjectToTest.Tests.csproj", "{4681612F-CEB6-443B-ACF1-AF02B843723A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4C92F5E-5C90-4596-9D25-8B5429D8025C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C92F5E-5C90-4596-9D25-8B5429D8025C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C92F5E-5C90-4596-9D25-8B5429D8025C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C92F5E-5C90-4596-9D25-8B5429D8025C}.Release|Any CPU.Build.0 = Release|Any CPU
{4681612F-CEB6-443B-ACF1-AF02B843723A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4681612F-CEB6-443B-ACF1-AF02B843723A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4681612F-CEB6-443B-ACF1-AF02B843723A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4681612F-CEB6-443B-ACF1-AF02B843723A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F7B2A42-6A3D-43FB-AC6A-39444A6FF54A}
EndGlobalSection
EndGlobal