-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSource.sln
More file actions
37 lines (37 loc) · 2.09 KB
/
Source.sln
File metadata and controls
37 lines (37 loc) · 2.09 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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelativeTestClassLib", "Source\RelativeTestClassLib\RelativeTestClassLib.csproj", "{3EDA5F0D-C3C0-4790-9DB8-DB7B98E0705E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "Source\TestConsole\TestConsole.csproj", "{0884A64F-0A8A-4399-8E72-2E4F0B98D67C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FancyTestClassLib", "Source\FancyTestClassLib\FancyTestClassLib.csproj", "{BC55FADE-F62A-46FC-B9F7-30721256E29F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3EDA5F0D-C3C0-4790-9DB8-DB7B98E0705E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EDA5F0D-C3C0-4790-9DB8-DB7B98E0705E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EDA5F0D-C3C0-4790-9DB8-DB7B98E0705E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EDA5F0D-C3C0-4790-9DB8-DB7B98E0705E}.Release|Any CPU.Build.0 = Release|Any CPU
{0884A64F-0A8A-4399-8E72-2E4F0B98D67C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0884A64F-0A8A-4399-8E72-2E4F0B98D67C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0884A64F-0A8A-4399-8E72-2E4F0B98D67C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0884A64F-0A8A-4399-8E72-2E4F0B98D67C}.Release|Any CPU.Build.0 = Release|Any CPU
{BC55FADE-F62A-46FC-B9F7-30721256E29F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC55FADE-F62A-46FC-B9F7-30721256E29F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC55FADE-F62A-46FC-B9F7-30721256E29F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC55FADE-F62A-46FC-B9F7-30721256E29F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6938CB0-7B64-4A31-981B-79A0768EA9A2}
EndGlobalSection
EndGlobal