-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVectorEngine.sln
More file actions
64 lines (64 loc) · 3.92 KB
/
VectorEngine.sln
File metadata and controls
64 lines (64 loc) · 3.92 KB
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
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{8249BEE1-6EAC-4D86-1732-863C03741909}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VEditor", "Engine\VEditor\VEditor.vcxproj", "{021C1188-6EFB-8F23-7713-1BFAE371F684}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VectorEngine", "Engine\VectorEngine\VectorEngine.vcxproj", "{8E186021-7A7B-EFC5-2301-287C0F43BB48}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{15A0C35D-0158-05AB-6A5F-DE065636A09B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Core", "Core\Core\Core.vcxproj", "{2EB4837C-1AEB-840D-C3D7-6A10AFED000F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Logger", "Core\Logger\Logger.vcxproj", "{25F339C1-1195-6497-FA4F-78EBE690EBE7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Unitest", "Core\Unitest\Unitest.vcxproj", "{71A41A9B-DD83-9936-E69B-240D52FAFF97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1FCE6517-8B83-DE0C-1478-D8E3802CD510}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestUnitest", "Tests\TestUnitest\TestUnitest.vcxproj", "{B1C3163F-1D79-8F34-A66D-890B12228638}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{021C1188-6EFB-8F23-7713-1BFAE371F684}.Debug|x64.ActiveCfg = Debug|x64
{021C1188-6EFB-8F23-7713-1BFAE371F684}.Debug|x64.Build.0 = Debug|x64
{021C1188-6EFB-8F23-7713-1BFAE371F684}.Release|x64.ActiveCfg = Release|x64
{021C1188-6EFB-8F23-7713-1BFAE371F684}.Release|x64.Build.0 = Release|x64
{8E186021-7A7B-EFC5-2301-287C0F43BB48}.Debug|x64.ActiveCfg = Debug|x64
{8E186021-7A7B-EFC5-2301-287C0F43BB48}.Debug|x64.Build.0 = Debug|x64
{8E186021-7A7B-EFC5-2301-287C0F43BB48}.Release|x64.ActiveCfg = Release|x64
{8E186021-7A7B-EFC5-2301-287C0F43BB48}.Release|x64.Build.0 = Release|x64
{2EB4837C-1AEB-840D-C3D7-6A10AFED000F}.Debug|x64.ActiveCfg = Debug|x64
{2EB4837C-1AEB-840D-C3D7-6A10AFED000F}.Debug|x64.Build.0 = Debug|x64
{2EB4837C-1AEB-840D-C3D7-6A10AFED000F}.Release|x64.ActiveCfg = Release|x64
{2EB4837C-1AEB-840D-C3D7-6A10AFED000F}.Release|x64.Build.0 = Release|x64
{25F339C1-1195-6497-FA4F-78EBE690EBE7}.Debug|x64.ActiveCfg = Debug|x64
{25F339C1-1195-6497-FA4F-78EBE690EBE7}.Debug|x64.Build.0 = Debug|x64
{25F339C1-1195-6497-FA4F-78EBE690EBE7}.Release|x64.ActiveCfg = Release|x64
{25F339C1-1195-6497-FA4F-78EBE690EBE7}.Release|x64.Build.0 = Release|x64
{71A41A9B-DD83-9936-E69B-240D52FAFF97}.Debug|x64.ActiveCfg = Debug|x64
{71A41A9B-DD83-9936-E69B-240D52FAFF97}.Debug|x64.Build.0 = Debug|x64
{71A41A9B-DD83-9936-E69B-240D52FAFF97}.Release|x64.ActiveCfg = Release|x64
{71A41A9B-DD83-9936-E69B-240D52FAFF97}.Release|x64.Build.0 = Release|x64
{B1C3163F-1D79-8F34-A66D-890B12228638}.Debug|x64.ActiveCfg = Debug|x64
{B1C3163F-1D79-8F34-A66D-890B12228638}.Debug|x64.Build.0 = Debug|x64
{B1C3163F-1D79-8F34-A66D-890B12228638}.Release|x64.ActiveCfg = Release|x64
{B1C3163F-1D79-8F34-A66D-890B12228638}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{021C1188-6EFB-8F23-7713-1BFAE371F684} = {8249BEE1-6EAC-4D86-1732-863C03741909}
{8E186021-7A7B-EFC5-2301-287C0F43BB48} = {8249BEE1-6EAC-4D86-1732-863C03741909}
{2EB4837C-1AEB-840D-C3D7-6A10AFED000F} = {15A0C35D-0158-05AB-6A5F-DE065636A09B}
{25F339C1-1195-6497-FA4F-78EBE690EBE7} = {15A0C35D-0158-05AB-6A5F-DE065636A09B}
{71A41A9B-DD83-9936-E69B-240D52FAFF97} = {15A0C35D-0158-05AB-6A5F-DE065636A09B}
{B1C3163F-1D79-8F34-A66D-890B12228638} = {1FCE6517-8B83-DE0C-1478-D8E3802CD510}
EndGlobalSection
EndGlobal