-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRefTest.sln
37 lines (37 loc) · 2 KB
/
RefTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project1", "Project1\Project1.csproj", "{4489FEED-349D-4C95-999D-35A4F71C926E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project2", "Project2\Project2.csproj", "{97839C7A-3D02-4101-8EAA-6AF47C2CA5D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project3", "Project3\Project3.csproj", "{72A4B2BD-0732-40EB-B315-9060883A265C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4489FEED-349D-4C95-999D-35A4F71C926E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4489FEED-349D-4C95-999D-35A4F71C926E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4489FEED-349D-4C95-999D-35A4F71C926E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4489FEED-349D-4C95-999D-35A4F71C926E}.Release|Any CPU.Build.0 = Release|Any CPU
{97839C7A-3D02-4101-8EAA-6AF47C2CA5D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97839C7A-3D02-4101-8EAA-6AF47C2CA5D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97839C7A-3D02-4101-8EAA-6AF47C2CA5D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97839C7A-3D02-4101-8EAA-6AF47C2CA5D5}.Release|Any CPU.Build.0 = Release|Any CPU
{72A4B2BD-0732-40EB-B315-9060883A265C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72A4B2BD-0732-40EB-B315-9060883A265C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72A4B2BD-0732-40EB-B315-9060883A265C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72A4B2BD-0732-40EB-B315-9060883A265C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC1D163F-A115-42AD-B90F-8132DC5E6D0B}
EndGlobalSection
EndGlobal