-
Notifications
You must be signed in to change notification settings - Fork 114
/
NVEnc.sln
183 lines (183 loc) · 13.3 KB
/
NVEnc.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 11.0.50727.42
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NVEnc", "NVEnc\NVEnc.vcxproj", "{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NVEncCore", "NVEncCore\NVEncCore.vcxproj", "{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NVEncC", "NVEncC\NVEncC.vcxproj", "{2EEB3276-C363-4820-92EA-FEA8BF1045FE}"
ProjectSection(ProjectDependencies) = postProject
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72} = {FE9E0A80-E492-45BF-AB4D-042F8B44CC72}
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5} = {1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "tinyxml2\tinyxml2.vcxproj", "{A34CA86D-6C2B-482F-984E-2687459E65E9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NVEncSDK", "NVEncSDK\NVEncSDK.vcxproj", "{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NVVfxLinker", "NVVfxLinker\NVVfxLinker.vcxproj", "{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NVEncNVOFFRUC", "NVEncNVOFFRUC\NVEncNVOFFRUC.vcxproj", "{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NVEncNVSDKNGX", "NVEncNVSDKNGX\NVEncNVSDKNGX.vcxproj", "{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
DebugNVDLL|Win32 = DebugNVDLL|Win32
DebugNVDLL|x64 = DebugNVDLL|x64
DebugStatic|Win32 = DebugStatic|Win32
DebugStatic|x64 = DebugStatic|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
ReleaseNVDLL|Win32 = ReleaseNVDLL|Win32
ReleaseNVDLL|x64 = ReleaseNVDLL|x64
RelStatic|Win32 = RelStatic|Win32
RelStatic|x64 = RelStatic|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.Debug|Win32.ActiveCfg = Debug|Win32
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.Debug|Win32.Build.0 = Debug|Win32
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.Debug|x64.ActiveCfg = Debug|x64
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.DebugNVDLL|Win32.ActiveCfg = DebugNVDLL|Win32
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.DebugNVDLL|x64.ActiveCfg = DebugNVDLL|x64
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.Release|Win32.ActiveCfg = Release|Win32
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.Release|Win32.Build.0 = Release|Win32
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.Release|x64.ActiveCfg = Release|x64
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.ReleaseNVDLL|Win32.ActiveCfg = ReleaseNVDLL|Win32
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.ReleaseNVDLL|x64.ActiveCfg = ReleaseNVDLL|x64
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{CA657958-0BE8-4D0F-95CD-602BF2C33D2D}.RelStatic|x64.ActiveCfg = RelStatic|x64
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.Debug|Win32.ActiveCfg = Debug|Win32
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.Debug|Win32.Build.0 = Debug|Win32
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.Debug|x64.ActiveCfg = Debug|x64
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.Debug|x64.Build.0 = Debug|x64
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.DebugNVDLL|Win32.ActiveCfg = DebugNVDLL|Win32
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.DebugNVDLL|x64.ActiveCfg = DebugNVDLL|x64
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.DebugStatic|Win32.Build.0 = DebugStatic|Win32
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.DebugStatic|x64.Build.0 = DebugStatic|x64
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.Release|Win32.ActiveCfg = Release|Win32
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.Release|Win32.Build.0 = Release|Win32
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.Release|x64.ActiveCfg = Release|x64
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.ReleaseNVDLL|Win32.ActiveCfg = ReleaseNVDLL|Win32
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.ReleaseNVDLL|x64.ActiveCfg = ReleaseNVDLL|x64
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.RelStatic|Win32.Build.0 = RelStatic|Win32
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.RelStatic|x64.ActiveCfg = RelStatic|x64
{1CD1CF80-E971-4A92-93E0-4AEA5F4032B5}.RelStatic|x64.Build.0 = RelStatic|x64
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.Debug|Win32.ActiveCfg = Debug|Win32
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.Debug|x64.ActiveCfg = Debug|x64
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.Debug|x64.Build.0 = Debug|x64
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.DebugNVDLL|Win32.ActiveCfg = DebugNVDLL|Win32
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.DebugNVDLL|x64.ActiveCfg = DebugNVDLL|x64
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.DebugStatic|Win32.Build.0 = DebugStatic|Win32
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.DebugStatic|x64.Build.0 = DebugStatic|x64
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.Release|Win32.ActiveCfg = Release|Win32
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.Release|x64.ActiveCfg = Release|x64
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.ReleaseNVDLL|Win32.ActiveCfg = ReleaseNVDLL|Win32
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.ReleaseNVDLL|x64.ActiveCfg = ReleaseNVDLL|x64
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.RelStatic|Win32.Build.0 = RelStatic|Win32
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.RelStatic|x64.ActiveCfg = RelStatic|x64
{2EEB3276-C363-4820-92EA-FEA8BF1045FE}.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}.Debug|x64.Build.0 = Debug|x64
{A34CA86D-6C2B-482F-984E-2687459E65E9}.DebugNVDLL|Win32.ActiveCfg = DebugNVDLL|Win32
{A34CA86D-6C2B-482F-984E-2687459E65E9}.DebugNVDLL|x64.ActiveCfg = DebugNVDLL|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}.ReleaseNVDLL|Win32.ActiveCfg = ReleaseNVDLL|Win32
{A34CA86D-6C2B-482F-984E-2687459E65E9}.ReleaseNVDLL|x64.ActiveCfg = ReleaseNVDLL|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
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.Debug|Win32.ActiveCfg = Debug|Win32
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.Debug|Win32.Build.0 = Debug|Win32
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.Debug|x64.ActiveCfg = Debug|x64
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.Debug|x64.Build.0 = Debug|x64
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.DebugNVDLL|Win32.ActiveCfg = DebugNVDLL|Win32
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.DebugNVDLL|x64.ActiveCfg = DebugNVDLL|x64
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.DebugStatic|Win32.Build.0 = DebugStatic|Win32
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.DebugStatic|x64.Build.0 = DebugStatic|x64
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.Release|Win32.ActiveCfg = Release|Win32
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.Release|Win32.Build.0 = Release|Win32
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.Release|x64.ActiveCfg = Release|x64
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.ReleaseNVDLL|Win32.ActiveCfg = ReleaseNVDLL|Win32
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.ReleaseNVDLL|x64.ActiveCfg = ReleaseNVDLL|x64
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.RelStatic|Win32.Build.0 = RelStatic|Win32
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.RelStatic|x64.ActiveCfg = RelStatic|x64
{C1CF32C5-A001-42AA-8F6A-B1A697EA8D5B}.RelStatic|x64.Build.0 = RelStatic|x64
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.Debug|Win32.ActiveCfg = Debug|Win32
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.Debug|x64.ActiveCfg = Debug|x64
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.Debug|x64.Build.0 = Debug|x64
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.DebugNVDLL|Win32.ActiveCfg = DebugNVDLL|Win32
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.DebugNVDLL|x64.ActiveCfg = DebugNVDLL|x64
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.DebugStatic|Win32.Build.0 = DebugStatic|Win32
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.DebugStatic|x64.Build.0 = DebugStatic|x64
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.Release|Win32.ActiveCfg = Release|Win32
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.Release|x64.ActiveCfg = Release|x64
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.ReleaseNVDLL|Win32.ActiveCfg = ReleaseNVDLL|Win32
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.ReleaseNVDLL|x64.ActiveCfg = ReleaseNVDLL|x64
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.RelStatic|Win32.Build.0 = RelStatic|Win32
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.RelStatic|x64.ActiveCfg = RelStatic|x64
{FE9E0A80-E492-45BF-AB4D-042F8B44CC72}.RelStatic|x64.Build.0 = RelStatic|x64
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.Debug|Win32.ActiveCfg = Debug|Win32
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.Debug|x64.ActiveCfg = Debug|x64
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.DebugNVDLL|Win32.ActiveCfg = DebugNVDLL|Win32
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.DebugNVDLL|x64.ActiveCfg = DebugNVDLL|x64
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.DebugNVDLL|x64.Build.0 = DebugNVDLL|x64
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.Release|Win32.ActiveCfg = Release|Win32
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.Release|x64.ActiveCfg = Release|x64
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.ReleaseNVDLL|Win32.ActiveCfg = ReleaseNVDLL|Win32
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.ReleaseNVDLL|x64.ActiveCfg = ReleaseNVDLL|x64
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.ReleaseNVDLL|x64.Build.0 = ReleaseNVDLL|x64
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{2D61DC96-8CC5-4780-8FA2-A3497DE3E533}.RelStatic|x64.ActiveCfg = RelStatic|x64
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.Debug|Win32.ActiveCfg = Debug|Win32
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.Debug|x64.ActiveCfg = Debug|x64
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.DebugNVDLL|Win32.ActiveCfg = DebugNVDLL|Win32
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.DebugNVDLL|Win32.Build.0 = DebugNVDLL|Win32
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.DebugNVDLL|x64.ActiveCfg = DebugNVDLL|x64
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.DebugNVDLL|x64.Build.0 = DebugNVDLL|x64
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.DebugStatic|x64.ActiveCfg = DebugStatic|x64
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.Release|Win32.ActiveCfg = Release|Win32
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.Release|x64.ActiveCfg = Release|x64
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.ReleaseNVDLL|Win32.ActiveCfg = ReleaseNVDLL|Win32
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.ReleaseNVDLL|x64.ActiveCfg = ReleaseNVDLL|x64
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.ReleaseNVDLL|x64.Build.0 = ReleaseNVDLL|x64
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.RelStatic|Win32.ActiveCfg = RelStatic|Win32
{30A3C9C9-3EC3-4D42-89BC-A94EC756BC4D}.RelStatic|x64.ActiveCfg = RelStatic|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D277B4DF-B858-4C1E-960B-6965806607E0}
EndGlobalSection
EndGlobal