-
Notifications
You must be signed in to change notification settings - Fork 2
/
Reflect.sln
42 lines (42 loc) · 2.29 KB
/
Reflect.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReflectTest", "ReflectTest\ReflectTest.vcxproj", "{AA83AD9E-1639-2694-9F2D-206B0BE21C98}"
ProjectSection(ProjectDependencies) = postProject
{CCB2CE04-B86A-1052-2172-E9AD0D49AB42} = {CCB2CE04-B86A-1052-2172-E9AD0D49AB42}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reflect", "Reflect\Reflect.vcxproj", "{EAD1F29E-56B1-713A-5FC9-FC10CB27D89B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReflectEXE", "ReflectEXE\ReflectEXE.vcxproj", "{CCB2CE04-B86A-1052-2172-E9AD0D49AB42}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Dist|x64 = Dist|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA83AD9E-1639-2694-9F2D-206B0BE21C98}.Debug|x64.ActiveCfg = Debug|x64
{AA83AD9E-1639-2694-9F2D-206B0BE21C98}.Debug|x64.Build.0 = Debug|x64
{AA83AD9E-1639-2694-9F2D-206B0BE21C98}.Dist|x64.ActiveCfg = Dist|x64
{AA83AD9E-1639-2694-9F2D-206B0BE21C98}.Dist|x64.Build.0 = Dist|x64
{AA83AD9E-1639-2694-9F2D-206B0BE21C98}.Release|x64.ActiveCfg = Release|x64
{AA83AD9E-1639-2694-9F2D-206B0BE21C98}.Release|x64.Build.0 = Release|x64
{EAD1F29E-56B1-713A-5FC9-FC10CB27D89B}.Debug|x64.ActiveCfg = Debug|x64
{EAD1F29E-56B1-713A-5FC9-FC10CB27D89B}.Debug|x64.Build.0 = Debug|x64
{EAD1F29E-56B1-713A-5FC9-FC10CB27D89B}.Dist|x64.ActiveCfg = Dist|x64
{EAD1F29E-56B1-713A-5FC9-FC10CB27D89B}.Dist|x64.Build.0 = Dist|x64
{EAD1F29E-56B1-713A-5FC9-FC10CB27D89B}.Release|x64.ActiveCfg = Release|x64
{EAD1F29E-56B1-713A-5FC9-FC10CB27D89B}.Release|x64.Build.0 = Release|x64
{CCB2CE04-B86A-1052-2172-E9AD0D49AB42}.Debug|x64.ActiveCfg = Debug|x64
{CCB2CE04-B86A-1052-2172-E9AD0D49AB42}.Debug|x64.Build.0 = Debug|x64
{CCB2CE04-B86A-1052-2172-E9AD0D49AB42}.Dist|x64.ActiveCfg = Dist|x64
{CCB2CE04-B86A-1052-2172-E9AD0D49AB42}.Dist|x64.Build.0 = Dist|x64
{CCB2CE04-B86A-1052-2172-E9AD0D49AB42}.Release|x64.ActiveCfg = Release|x64
{CCB2CE04-B86A-1052-2172-E9AD0D49AB42}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal