-
Notifications
You must be signed in to change notification settings - Fork 24
/
VCEEnc.sln
97 lines (97 loc) · 6.4 KB
/
VCEEnc.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VCEEnc", "VCEEnc\VCEEnc.vcxproj", "{05D4409E-70DD-489B-9A83-268E6CB1B4C5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VCECore", "VCECore\VCECore.vcxproj", "{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VCEEncC", "VCEEncC\VCEEncC.vcxproj", "{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "tinyxml2\tinyxml2.vcxproj", "{A34CA86D-6C2B-482F-984E-2687459E65E9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "clRNG", "clRNG.vcxproj", "{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
DebugStatic|Win32 = DebugStatic|Win32
DebugStatic|x64 = DebugStatic|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
RelStatic|Win32 = RelStatic|Win32
RelStatic|x64 = RelStatic|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05D4409E-70DD-489B-9A83-268E6CB1B4C5}.Debug|Win32.ActiveCfg = Debug|Win32
{05D4409E-70DD-489B-9A83-268E6CB1B4C5}.Debug|Win32.Build.0 = Debug|Win32
{05D4409E-70DD-489B-9A83-268E6CB1B4C5}.Debug|x64.ActiveCfg = Debug|x64
{05D4409E-70DD-489B-9A83-268E6CB1B4C5}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{05D4409E-70DD-489B-9A83-268E6CB1B4C5}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{05D4409E-70DD-489B-9A83-268E6CB1B4C5}.Release|Win32.ActiveCfg = Release|Win32
{05D4409E-70DD-489B-9A83-268E6CB1B4C5}.Release|Win32.Build.0 = Release|Win32
{05D4409E-70DD-489B-9A83-268E6CB1B4C5}.Release|x64.ActiveCfg = Release|x64
{05D4409E-70DD-489B-9A83-268E6CB1B4C5}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{05D4409E-70DD-489B-9A83-268E6CB1B4C5}.RelStatic|x64.ActiveCfg = RelStatic|x64
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.Debug|Win32.ActiveCfg = Debug|Win32
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.Debug|Win32.Build.0 = Debug|Win32
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.Debug|x64.ActiveCfg = Debug|x64
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.DebugStatic|Win32.Build.0 = DebugStatic|Win32
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.DebugStatic|x64.Build.0 = DebugStatic|x64
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.Release|Win32.ActiveCfg = Release|Win32
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.Release|Win32.Build.0 = Release|Win32
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.Release|x64.ActiveCfg = Release|x64
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.RelStatic|Win32.Build.0 = RelStatic|Win32
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.RelStatic|x64.ActiveCfg = RelStatic|x64
{06E67B5B-0DA2-4503-A1CA-D75F94BD977A}.RelStatic|x64.Build.0 = RelStatic|x64
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.Debug|Win32.ActiveCfg = Debug|Win32
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.Debug|x64.ActiveCfg = Debug|x64
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.DebugStatic|Win32.Build.0 = DebugStatic|Win32
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.DebugStatic|x64.Build.0 = DebugStatic|x64
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.Release|Win32.ActiveCfg = Release|Win32
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.Release|x64.ActiveCfg = Release|x64
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.RelStatic|Win32.Build.0 = RelStatic|Win32
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.RelStatic|x64.ActiveCfg = RelStatic|x64
{6F2D2D39-4BA4-4AB5-9D57-A7C1417EAFFA}.RelStatic|x64.Build.0 = RelStatic|x64
{A34CA86D-6C2B-482F-984E-2687459E65E9}.Debug|Win32.ActiveCfg = Debug|Win32
{A34CA86D-6C2B-482F-984E-2687459E65E9}.Debug|Win32.Build.0 = Debug|Win32
{A34CA86D-6C2B-482F-984E-2687459E65E9}.Debug|x64.ActiveCfg = Debug|x64
{A34CA86D-6C2B-482F-984E-2687459E65E9}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{A34CA86D-6C2B-482F-984E-2687459E65E9}.DebugStatic|Win32.Build.0 = DebugStatic|Win32
{A34CA86D-6C2B-482F-984E-2687459E65E9}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{A34CA86D-6C2B-482F-984E-2687459E65E9}.DebugStatic|x64.Build.0 = DebugStatic|x64
{A34CA86D-6C2B-482F-984E-2687459E65E9}.Release|Win32.ActiveCfg = Release|Win32
{A34CA86D-6C2B-482F-984E-2687459E65E9}.Release|Win32.Build.0 = Release|Win32
{A34CA86D-6C2B-482F-984E-2687459E65E9}.Release|x64.ActiveCfg = Release|x64
{A34CA86D-6C2B-482F-984E-2687459E65E9}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{A34CA86D-6C2B-482F-984E-2687459E65E9}.RelStatic|Win32.Build.0 = RelStatic|Win32
{A34CA86D-6C2B-482F-984E-2687459E65E9}.RelStatic|x64.ActiveCfg = RelStatic|x64
{A34CA86D-6C2B-482F-984E-2687459E65E9}.RelStatic|x64.Build.0 = RelStatic|x64
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.Debug|Win32.ActiveCfg = Debug|Win32
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.Debug|x64.ActiveCfg = Debug|x64
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.DebugStatic|Win32.Build.0 = DebugStatic|Win32
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.DebugStatic|x64.Build.0 = DebugStatic|x64
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.Release|Win32.ActiveCfg = Release|Win32
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.Release|x64.ActiveCfg = Release|x64
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.RelStatic|Win32.Build.0 = RelStatic|Win32
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.RelStatic|x64.ActiveCfg = RelStatic|x64
{391C0E63-2ABD-4F61-8F32-AC6CD8321D34}.RelStatic|x64.Build.0 = RelStatic|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {47EED53A-B5E9-4B90-81CF-09172199ACE2}
EndGlobalSection
EndGlobal