-
Notifications
You must be signed in to change notification settings - Fork 0
/
Test.sln
43 lines (43 loc) · 2.53 KB
/
Test.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31727.386
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject2", "tests\TestProject2\TestProject2.csproj", "{E143A685-7559-4438-A4A6-AED6C1FEC4F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject1", "tests\TestProject1\TestProject1.csproj", "{25B48E1F-8440-4802-8ABA-349C7E17C510}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "src\ClassLibrary1\ClassLibrary1.csproj", "{4F590258-7DD4-4A3F-A39A-D3E06CE6956E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary2", "src\ClassLibrary2\ClassLibrary2.csproj", "{F9F22F12-88E9-469F-83AE-AF043AACA979}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E143A685-7559-4438-A4A6-AED6C1FEC4F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E143A685-7559-4438-A4A6-AED6C1FEC4F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E143A685-7559-4438-A4A6-AED6C1FEC4F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E143A685-7559-4438-A4A6-AED6C1FEC4F5}.Release|Any CPU.Build.0 = Release|Any CPU
{25B48E1F-8440-4802-8ABA-349C7E17C510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25B48E1F-8440-4802-8ABA-349C7E17C510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25B48E1F-8440-4802-8ABA-349C7E17C510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25B48E1F-8440-4802-8ABA-349C7E17C510}.Release|Any CPU.Build.0 = Release|Any CPU
{4F590258-7DD4-4A3F-A39A-D3E06CE6956E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F590258-7DD4-4A3F-A39A-D3E06CE6956E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F590258-7DD4-4A3F-A39A-D3E06CE6956E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F590258-7DD4-4A3F-A39A-D3E06CE6956E}.Release|Any CPU.Build.0 = Release|Any CPU
{F9F22F12-88E9-469F-83AE-AF043AACA979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9F22F12-88E9-469F-83AE-AF043AACA979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9F22F12-88E9-469F-83AE-AF043AACA979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9F22F12-88E9-469F-83AE-AF043AACA979}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE7C5BD1-3CF9-4610-BA94-F20482774467}
EndGlobalSection
EndGlobal