-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reflection.sln
37 lines (37 loc) · 2.05 KB
/
Reflection.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 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reflection01", "Reflection01\Reflection01.csproj", "{15301761-C6E3-492C-9D82-4652BCC5DD5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReflectionLibrary", "ReflectionLibrary\ReflectionLibrary.csproj", "{FE9D44BC-0D7E-4A37-BBA6-A8C2892F63DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reflection02", "Reflection02\Reflection02.csproj", "{0E5AFB39-16D1-4C0B-9E97-0C1BDEC65CC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15301761-C6E3-492C-9D82-4652BCC5DD5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15301761-C6E3-492C-9D82-4652BCC5DD5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15301761-C6E3-492C-9D82-4652BCC5DD5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15301761-C6E3-492C-9D82-4652BCC5DD5A}.Release|Any CPU.Build.0 = Release|Any CPU
{FE9D44BC-0D7E-4A37-BBA6-A8C2892F63DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE9D44BC-0D7E-4A37-BBA6-A8C2892F63DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE9D44BC-0D7E-4A37-BBA6-A8C2892F63DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE9D44BC-0D7E-4A37-BBA6-A8C2892F63DC}.Release|Any CPU.Build.0 = Release|Any CPU
{0E5AFB39-16D1-4C0B-9E97-0C1BDEC65CC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E5AFB39-16D1-4C0B-9E97-0C1BDEC65CC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E5AFB39-16D1-4C0B-9E97-0C1BDEC65CC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E5AFB39-16D1-4C0B-9E97-0C1BDEC65CC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA596E83-AD09-40EF-A95B-91B0730EDD98}
EndGlobalSection
EndGlobal