Commit | Line | Data |
---|---|---|
7879fa15 LOK |
1 | <?xml version="1.0" encoding="Windows-1252"?> |
2 | <VisualStudioProject | |
3 | ProjectType="Visual C++" | |
4 | Version="9,00" | |
4d760b54 | 5 | Name="LibCecSharp" |
7879fa15 | 6 | ProjectGUID="{E54D4581-CD59-4687-BB10-694B8192EABA}" |
4d760b54 | 7 | RootNamespace="LibCecSharp" |
7879fa15 LOK |
8 | Keyword="ManagedCProj" |
9 | AssemblyReferenceSearchPaths=""$(SolutionDir).."" | |
10 | TargetFrameworkVersion="131072" | |
11 | > | |
12 | <Platforms> | |
13 | <Platform | |
14 | Name="Win32" | |
15 | /> | |
f00ff009 LOK |
16 | <Platform |
17 | Name="x64" | |
18 | /> | |
7879fa15 LOK |
19 | </Platforms> |
20 | <ToolFiles> | |
21 | </ToolFiles> | |
22 | <Configurations> | |
23 | <Configuration | |
24 | Name="Debug|Win32" | |
4d760b54 | 25 | OutputDirectory="$(SolutionDir)..\build\" |
7879fa15 LOK |
26 | IntermediateDirectory="$(ConfigurationName)" |
27 | ConfigurationType="2" | |
28 | CharacterSet="1" | |
29 | ManagedExtensions="1" | |
30 | > | |
31 | <Tool | |
32 | Name="VCPreBuildEventTool" | |
33 | /> | |
34 | <Tool | |
35 | Name="VCCustomBuildTool" | |
36 | /> | |
37 | <Tool | |
38 | Name="VCXMLDataGeneratorTool" | |
39 | /> | |
40 | <Tool | |
41 | Name="VCWebServiceProxyGeneratorTool" | |
42 | /> | |
43 | <Tool | |
44 | Name="VCMIDLTool" | |
4d760b54 | 45 | TargetEnvironment="3" |
7879fa15 LOK |
46 | /> |
47 | <Tool | |
48 | Name="VCCLCompilerTool" | |
49 | Optimization="0" | |
50 | AdditionalIncludeDirectories=""$(SolutionDir)..\include";"$(SolutionDir)..\src\lib\platform\windows"" | |
4d760b54 | 51 | PreprocessorDefinitions="_DEBUG" |
7879fa15 LOK |
52 | RuntimeLibrary="3" |
53 | UsePrecompiledHeader="0" | |
54 | WarningLevel="3" | |
55 | WarnAsError="true" | |
56 | DebugInformationFormat="3" | |
57 | /> | |
58 | <Tool | |
59 | Name="VCManagedResourceCompilerTool" | |
60 | /> | |
61 | <Tool | |
62 | Name="VCResourceCompilerTool" | |
63 | /> | |
64 | <Tool | |
65 | Name="VCPreLinkEventTool" | |
66 | /> | |
67 | <Tool | |
68 | Name="VCLinkerTool" | |
4a1bd7d0 | 69 | AdditionalDependencies=""$(OutDir)libcec.lib"" |
7879fa15 LOK |
70 | LinkIncremental="2" |
71 | GenerateDebugInformation="true" | |
72 | AssemblyDebug="1" | |
73 | TargetMachine="1" | |
74 | /> | |
75 | <Tool | |
76 | Name="VCALinkTool" | |
77 | /> | |
78 | <Tool | |
79 | Name="VCManifestTool" | |
80 | /> | |
81 | <Tool | |
82 | Name="VCXDCMakeTool" | |
83 | /> | |
84 | <Tool | |
85 | Name="VCBscMakeTool" | |
86 | /> | |
87 | <Tool | |
88 | Name="VCFxCopTool" | |
89 | /> | |
90 | <Tool | |
91 | Name="VCAppVerifierTool" | |
92 | /> | |
93 | <Tool | |
94 | Name="VCPostBuildEventTool" | |
95 | /> | |
96 | </Configuration> | |
f00ff009 LOK |
97 | <Configuration |
98 | Name="Debug|x64" | |
4d760b54 | 99 | OutputDirectory="$(SolutionDir)..\build\" |
f00ff009 LOK |
100 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
101 | ConfigurationType="2" | |
102 | CharacterSet="1" | |
103 | ManagedExtensions="1" | |
104 | > | |
105 | <Tool | |
106 | Name="VCPreBuildEventTool" | |
107 | /> | |
108 | <Tool | |
109 | Name="VCCustomBuildTool" | |
110 | /> | |
111 | <Tool | |
112 | Name="VCXMLDataGeneratorTool" | |
113 | /> | |
114 | <Tool | |
115 | Name="VCWebServiceProxyGeneratorTool" | |
116 | /> | |
117 | <Tool | |
118 | Name="VCMIDLTool" | |
119 | TargetEnvironment="3" | |
120 | /> | |
121 | <Tool | |
122 | Name="VCCLCompilerTool" | |
123 | Optimization="0" | |
124 | AdditionalIncludeDirectories=""$(SolutionDir)..\include";"$(SolutionDir)..\src\lib\platform\windows"" | |
125 | PreprocessorDefinitions="_DEBUG" | |
126 | RuntimeLibrary="3" | |
127 | UsePrecompiledHeader="0" | |
128 | WarningLevel="3" | |
129 | WarnAsError="true" | |
130 | DebugInformationFormat="3" | |
131 | /> | |
132 | <Tool | |
133 | Name="VCManagedResourceCompilerTool" | |
134 | /> | |
135 | <Tool | |
136 | Name="VCResourceCompilerTool" | |
137 | /> | |
138 | <Tool | |
139 | Name="VCPreLinkEventTool" | |
140 | /> | |
141 | <Tool | |
142 | Name="VCLinkerTool" | |
4d760b54 | 143 | AdditionalDependencies="$(OutDir)libcec.x64.lib" |
f00ff009 LOK |
144 | OutputFile="$(OutDir)\$(ProjectName).x64.dll" |
145 | LinkIncremental="2" | |
146 | GenerateDebugInformation="true" | |
147 | AssemblyDebug="1" | |
148 | TargetMachine="17" | |
f00ff009 LOK |
149 | /> |
150 | <Tool | |
151 | Name="VCALinkTool" | |
152 | /> | |
153 | <Tool | |
154 | Name="VCManifestTool" | |
155 | /> | |
156 | <Tool | |
157 | Name="VCXDCMakeTool" | |
158 | /> | |
159 | <Tool | |
160 | Name="VCBscMakeTool" | |
161 | /> | |
162 | <Tool | |
163 | Name="VCFxCopTool" | |
164 | /> | |
165 | <Tool | |
166 | Name="VCAppVerifierTool" | |
167 | /> | |
168 | <Tool | |
169 | Name="VCPostBuildEventTool" | |
170 | /> | |
171 | </Configuration> | |
7879fa15 LOK |
172 | <Configuration |
173 | Name="Release|Win32" | |
4d760b54 | 174 | OutputDirectory="$(SolutionDir)..\build\" |
7879fa15 LOK |
175 | IntermediateDirectory="$(ConfigurationName)" |
176 | ConfigurationType="2" | |
177 | CharacterSet="1" | |
178 | ManagedExtensions="1" | |
179 | WholeProgramOptimization="1" | |
180 | > | |
181 | <Tool | |
182 | Name="VCPreBuildEventTool" | |
183 | /> | |
184 | <Tool | |
185 | Name="VCCustomBuildTool" | |
186 | /> | |
187 | <Tool | |
188 | Name="VCXMLDataGeneratorTool" | |
189 | /> | |
190 | <Tool | |
191 | Name="VCWebServiceProxyGeneratorTool" | |
192 | /> | |
193 | <Tool | |
194 | Name="VCMIDLTool" | |
4d760b54 | 195 | TargetEnvironment="3" |
7879fa15 LOK |
196 | /> |
197 | <Tool | |
198 | Name="VCCLCompilerTool" | |
199 | AdditionalIncludeDirectories=""$(SolutionDir)..\include";"$(SolutionDir)..\src\lib\platform\windows"" | |
4d760b54 | 200 | PreprocessorDefinitions="NDEBUG" |
7879fa15 LOK |
201 | RuntimeLibrary="2" |
202 | UsePrecompiledHeader="0" | |
203 | WarningLevel="3" | |
204 | WarnAsError="true" | |
205 | DebugInformationFormat="3" | |
206 | /> | |
207 | <Tool | |
208 | Name="VCManagedResourceCompilerTool" | |
209 | /> | |
210 | <Tool | |
211 | Name="VCResourceCompilerTool" | |
212 | /> | |
213 | <Tool | |
214 | Name="VCPreLinkEventTool" | |
215 | /> | |
216 | <Tool | |
217 | Name="VCLinkerTool" | |
4a1bd7d0 | 218 | AdditionalDependencies=""$(OutDir)libcec.lib"" |
7879fa15 LOK |
219 | LinkIncremental="1" |
220 | GenerateDebugInformation="true" | |
221 | TargetMachine="1" | |
222 | /> | |
223 | <Tool | |
224 | Name="VCALinkTool" | |
225 | /> | |
226 | <Tool | |
227 | Name="VCManifestTool" | |
228 | /> | |
229 | <Tool | |
230 | Name="VCXDCMakeTool" | |
231 | /> | |
232 | <Tool | |
233 | Name="VCBscMakeTool" | |
234 | /> | |
235 | <Tool | |
236 | Name="VCFxCopTool" | |
237 | /> | |
238 | <Tool | |
239 | Name="VCAppVerifierTool" | |
240 | /> | |
241 | <Tool | |
242 | Name="VCPostBuildEventTool" | |
243 | /> | |
244 | </Configuration> | |
f00ff009 LOK |
245 | <Configuration |
246 | Name="Release|x64" | |
4d760b54 | 247 | OutputDirectory="$(SolutionDir)..\build\" |
f00ff009 LOK |
248 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
249 | ConfigurationType="2" | |
250 | CharacterSet="1" | |
251 | ManagedExtensions="1" | |
252 | WholeProgramOptimization="1" | |
253 | > | |
254 | <Tool | |
255 | Name="VCPreBuildEventTool" | |
256 | /> | |
257 | <Tool | |
258 | Name="VCCustomBuildTool" | |
259 | /> | |
260 | <Tool | |
261 | Name="VCXMLDataGeneratorTool" | |
262 | /> | |
263 | <Tool | |
264 | Name="VCWebServiceProxyGeneratorTool" | |
265 | /> | |
266 | <Tool | |
267 | Name="VCMIDLTool" | |
268 | TargetEnvironment="3" | |
269 | /> | |
270 | <Tool | |
271 | Name="VCCLCompilerTool" | |
272 | AdditionalIncludeDirectories=""$(SolutionDir)..\include";"$(SolutionDir)..\src\lib\platform\windows"" | |
273 | PreprocessorDefinitions="NDEBUG" | |
274 | RuntimeLibrary="2" | |
275 | UsePrecompiledHeader="0" | |
276 | WarningLevel="3" | |
277 | WarnAsError="true" | |
278 | DebugInformationFormat="3" | |
279 | /> | |
280 | <Tool | |
281 | Name="VCManagedResourceCompilerTool" | |
282 | /> | |
283 | <Tool | |
284 | Name="VCResourceCompilerTool" | |
285 | /> | |
286 | <Tool | |
287 | Name="VCPreLinkEventTool" | |
288 | /> | |
289 | <Tool | |
290 | Name="VCLinkerTool" | |
4d760b54 | 291 | AdditionalDependencies="$(OutDir)libcec.x64.lib" |
f00ff009 LOK |
292 | /> |
293 | <Tool | |
294 | Name="VCALinkTool" | |
295 | /> | |
296 | <Tool | |
297 | Name="VCManifestTool" | |
298 | /> | |
299 | <Tool | |
300 | Name="VCXDCMakeTool" | |
301 | /> | |
302 | <Tool | |
303 | Name="VCBscMakeTool" | |
304 | /> | |
305 | <Tool | |
306 | Name="VCFxCopTool" | |
307 | /> | |
308 | <Tool | |
309 | Name="VCAppVerifierTool" | |
310 | /> | |
311 | <Tool | |
312 | Name="VCPostBuildEventTool" | |
313 | /> | |
314 | </Configuration> | |
7879fa15 LOK |
315 | </Configurations> |
316 | <References> | |
317 | <AssemblyReference | |
318 | RelativePath="System.dll" | |
319 | AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" | |
320 | MinFrameworkVersion="131072" | |
321 | /> | |
322 | <AssemblyReference | |
323 | RelativePath="System.Data.dll" | |
324 | AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86" | |
325 | MinFrameworkVersion="131072" | |
326 | /> | |
327 | <AssemblyReference | |
328 | RelativePath="System.XML.dll" | |
329 | AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" | |
330 | MinFrameworkVersion="131072" | |
331 | /> | |
332 | </References> | |
333 | <Files> | |
334 | <Filter | |
335 | Name="Source Files" | |
336 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | |
337 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | |
338 | > | |
339 | <File | |
340 | RelativePath="..\src\LibCecSharp\AssemblyInfo.cpp" | |
341 | > | |
342 | </File> | |
343 | <File | |
344 | RelativePath="..\src\LibCecSharp\LibCecSharp.cpp" | |
345 | > | |
346 | </File> | |
7879fa15 LOK |
347 | </Filter> |
348 | <Filter | |
349 | Name="Header Files" | |
350 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | |
351 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | |
352 | > | |
353 | <File | |
354 | RelativePath="..\include\cec.h" | |
355 | > | |
356 | </File> | |
4ef3b314 LOK |
357 | <File |
358 | RelativePath="..\src\LibCecSharp\CecSharpTypes.h" | |
359 | > | |
360 | </File> | |
7879fa15 LOK |
361 | <File |
362 | RelativePath="..\include\cectypes.h" | |
363 | > | |
364 | </File> | |
365 | <File | |
366 | RelativePath="..\src\LibCecSharp\resource.h" | |
367 | > | |
368 | </File> | |
7879fa15 LOK |
369 | </Filter> |
370 | </Files> | |
371 | <Globals> | |
372 | </Globals> | |
373 | </VisualStudioProject> |