-
Notifications
You must be signed in to change notification settings - Fork 1
/
ImasiEngine.sln
53 lines (53 loc) · 3.04 KB
/
ImasiEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Demo", "Demo\Demo.vcxproj", "{EC3D1560-B3B5-4467-807B-B2586DED91E8}"
ProjectSection(ProjectDependencies) = postProject
{B6505002-09D2-4178-ADA0-B8B0429DA5B5} = {B6505002-09D2-4178-ADA0-B8B0429DA5B5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImasiEngine", "ImasiEngine\ImasiEngine.vcxproj", "{B6505002-09D2-4178-ADA0-B8B0429DA5B5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FormatConverter", "FormatConverter\FormatConverter.vcxproj", "{445D6CED-F96B-41F0-984A-FF32B78C6AE1}"
ProjectSection(ProjectDependencies) = postProject
{B6505002-09D2-4178-ADA0-B8B0429DA5B5} = {B6505002-09D2-4178-ADA0-B8B0429DA5B5}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{CD09C234-D63C-49D9-9D4A-7E96846B13CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release Static|x64 = Release Static|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC3D1560-B3B5-4467-807B-B2586DED91E8}.Debug|x64.ActiveCfg = Debug|x64
{EC3D1560-B3B5-4467-807B-B2586DED91E8}.Debug|x64.Build.0 = Debug|x64
{EC3D1560-B3B5-4467-807B-B2586DED91E8}.Release Static|x64.ActiveCfg = Release Static|x64
{EC3D1560-B3B5-4467-807B-B2586DED91E8}.Release Static|x64.Build.0 = Release Static|x64
{EC3D1560-B3B5-4467-807B-B2586DED91E8}.Release|x64.ActiveCfg = Release|x64
{EC3D1560-B3B5-4467-807B-B2586DED91E8}.Release|x64.Build.0 = Release|x64
{B6505002-09D2-4178-ADA0-B8B0429DA5B5}.Debug|x64.ActiveCfg = Debug|x64
{B6505002-09D2-4178-ADA0-B8B0429DA5B5}.Debug|x64.Build.0 = Debug|x64
{B6505002-09D2-4178-ADA0-B8B0429DA5B5}.Release Static|x64.ActiveCfg = Release Static|x64
{B6505002-09D2-4178-ADA0-B8B0429DA5B5}.Release Static|x64.Build.0 = Release Static|x64
{B6505002-09D2-4178-ADA0-B8B0429DA5B5}.Release|x64.ActiveCfg = Release|x64
{B6505002-09D2-4178-ADA0-B8B0429DA5B5}.Release|x64.Build.0 = Release|x64
{445D6CED-F96B-41F0-984A-FF32B78C6AE1}.Debug|x64.ActiveCfg = Debug|x64
{445D6CED-F96B-41F0-984A-FF32B78C6AE1}.Debug|x64.Build.0 = Debug|x64
{445D6CED-F96B-41F0-984A-FF32B78C6AE1}.Release Static|x64.ActiveCfg = Release Static|x64
{445D6CED-F96B-41F0-984A-FF32B78C6AE1}.Release Static|x64.Build.0 = Release Static|x64
{445D6CED-F96B-41F0-984A-FF32B78C6AE1}.Release|x64.ActiveCfg = Release|x64
{445D6CED-F96B-41F0-984A-FF32B78C6AE1}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B6505002-09D2-4178-ADA0-B8B0429DA5B5} = {CD09C234-D63C-49D9-9D4A-7E96846B13CD}
{445D6CED-F96B-41F0-984A-FF32B78C6AE1} = {CD09C234-D63C-49D9-9D4A-7E96846B13CD}
EndGlobalSection
EndGlobal