-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSoftRender_2019.sln
56 lines (56 loc) · 3.08 KB
/
SoftRender_2019.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
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33130.400
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Application2019", "Application\Application2019.vcxproj", "{361ACB84-D06C-4DFE-9B72-48CE832908A2}"
ProjectSection(ProjectDependencies) = postProject
{AE8F323E-44E4-44B0-BFDA-022CB7F60087} = {AE8F323E-44E4-44B0-BFDA-022CB7F60087}
{A173769D-AEDE-473C-8170-F3B58AABF748} = {A173769D-AEDE-473C-8170-F3B58AABF748}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Math2019", "Math\Math2019.vcxproj", "{A173769D-AEDE-473C-8170-F3B58AABF748}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pipeline2019", "Pipeline\Pipeline2019.vcxproj", "{AE8F323E-44E4-44B0-BFDA-022CB7F60087}"
ProjectSection(ProjectDependencies) = postProject
{A173769D-AEDE-473C-8170-F3B58AABF748} = {A173769D-AEDE-473C-8170-F3B58AABF748}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{361ACB84-D06C-4DFE-9B72-48CE832908A2}.Debug|x64.ActiveCfg = Debug|x64
{361ACB84-D06C-4DFE-9B72-48CE832908A2}.Debug|x64.Build.0 = Debug|x64
{361ACB84-D06C-4DFE-9B72-48CE832908A2}.Debug|x86.ActiveCfg = Debug|x64
{361ACB84-D06C-4DFE-9B72-48CE832908A2}.Release|x64.ActiveCfg = Release|x64
{361ACB84-D06C-4DFE-9B72-48CE832908A2}.Release|x64.Build.0 = Release|x64
{361ACB84-D06C-4DFE-9B72-48CE832908A2}.Release|x86.ActiveCfg = Release|x64
{A173769D-AEDE-473C-8170-F3B58AABF748}.Debug|x64.ActiveCfg = Debug|x64
{A173769D-AEDE-473C-8170-F3B58AABF748}.Debug|x64.Build.0 = Debug|x64
{A173769D-AEDE-473C-8170-F3B58AABF748}.Debug|x86.ActiveCfg = Debug|Win32
{A173769D-AEDE-473C-8170-F3B58AABF748}.Debug|x86.Build.0 = Debug|Win32
{A173769D-AEDE-473C-8170-F3B58AABF748}.Release|x64.ActiveCfg = Release|x64
{A173769D-AEDE-473C-8170-F3B58AABF748}.Release|x64.Build.0 = Release|x64
{A173769D-AEDE-473C-8170-F3B58AABF748}.Release|x86.ActiveCfg = Release|Win32
{A173769D-AEDE-473C-8170-F3B58AABF748}.Release|x86.Build.0 = Release|Win32
{AE8F323E-44E4-44B0-BFDA-022CB7F60087}.Debug|x64.ActiveCfg = Debug|x64
{AE8F323E-44E4-44B0-BFDA-022CB7F60087}.Debug|x64.Build.0 = Debug|x64
{AE8F323E-44E4-44B0-BFDA-022CB7F60087}.Debug|x86.ActiveCfg = Debug|Win32
{AE8F323E-44E4-44B0-BFDA-022CB7F60087}.Debug|x86.Build.0 = Debug|Win32
{AE8F323E-44E4-44B0-BFDA-022CB7F60087}.Release|x64.ActiveCfg = Release|x64
{AE8F323E-44E4-44B0-BFDA-022CB7F60087}.Release|x64.Build.0 = Release|x64
{AE8F323E-44E4-44B0-BFDA-022CB7F60087}.Release|x86.ActiveCfg = Release|Win32
{AE8F323E-44E4-44B0-BFDA-022CB7F60087}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3C910A0-EA7E-4E1E-B713-041BB171B81C}
EndGlobalSection
EndGlobal