-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnitTesting.sln
31 lines (31 loc) · 1.55 KB
/
UnitTesting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTesting", "UnitTesting\UnitTesting.csproj", "{AFE15A60-A7AD-4A3D-9D14-102A5618EF78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestUnit", "TestUnit\TestUnit.csproj", "{24075C45-E1DC-47BC-ABC5-B7B9C298FA0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFE15A60-A7AD-4A3D-9D14-102A5618EF78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFE15A60-A7AD-4A3D-9D14-102A5618EF78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFE15A60-A7AD-4A3D-9D14-102A5618EF78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFE15A60-A7AD-4A3D-9D14-102A5618EF78}.Release|Any CPU.Build.0 = Release|Any CPU
{24075C45-E1DC-47BC-ABC5-B7B9C298FA0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24075C45-E1DC-47BC-ABC5-B7B9C298FA0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24075C45-E1DC-47BC-ABC5-B7B9C298FA0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24075C45-E1DC-47BC-ABC5-B7B9C298FA0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79D09906-B855-43E4-B0CE-8222B5DEFA96}
EndGlobalSection
EndGlobal