-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNeelEngine.sln
43 lines (43 loc) · 2.22 KB
/
NeelEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29201.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReflectionsDemo", "ReflectionsDemo\ReflectionsDemo.vcxproj", "{3D26B789-49E4-4D2C-A51E-4F6BA12E07DF}"
ProjectSection(ProjectDependencies) = postProject
{F481DBD2-6580-492B-B2F8-309AC54E5693} = {F481DBD2-6580-492B-B2F8-309AC54E5693}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NeelEngine", "NeelEngine\NeelEngine.vcxproj", "{F481DBD2-6580-492B-B2F8-309AC54E5693}"
ProjectSection(ProjectDependencies) = postProject
{023A52DB-4BE6-4F36-BD8E-5E1DB6B95998} = {023A52DB-4BE6-4F36-BD8E-5E1DB6B95998}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTex", "DirectXTex\DirectXTex.vcxproj", "{023A52DB-4BE6-4F36-BD8E-5E1DB6B95998}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D26B789-49E4-4D2C-A51E-4F6BA12E07DF}.Debug|x64.ActiveCfg = Debug|x64
{3D26B789-49E4-4D2C-A51E-4F6BA12E07DF}.Debug|x64.Build.0 = Debug|x64
{3D26B789-49E4-4D2C-A51E-4F6BA12E07DF}.Release|x64.ActiveCfg = Release|x64
{3D26B789-49E4-4D2C-A51E-4F6BA12E07DF}.Release|x64.Build.0 = Release|x64
{F481DBD2-6580-492B-B2F8-309AC54E5693}.Debug|x64.ActiveCfg = Debug|x64
{F481DBD2-6580-492B-B2F8-309AC54E5693}.Debug|x64.Build.0 = Debug|x64
{F481DBD2-6580-492B-B2F8-309AC54E5693}.Release|x64.ActiveCfg = Release|x64
{F481DBD2-6580-492B-B2F8-309AC54E5693}.Release|x64.Build.0 = Release|x64
{023A52DB-4BE6-4F36-BD8E-5E1DB6B95998}.Debug|x64.ActiveCfg = Debug|x64
{023A52DB-4BE6-4F36-BD8E-5E1DB6B95998}.Debug|x64.Build.0 = Debug|x64
{023A52DB-4BE6-4F36-BD8E-5E1DB6B95998}.Release|x64.ActiveCfg = Release|x64
{023A52DB-4BE6-4F36-BD8E-5E1DB6B95998}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33673837-A1A0-40AC-86A3-FB26280C33C7}
EndGlobalSection
EndGlobal