Commit | Line | Data |
---|---|---|
cbbe90dd JB |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | <ItemGroup Label="ProjectConfigurations"> | |
4 | <ProjectConfiguration Include="Debug|Win32"> | |
5 | <Configuration>Debug</Configuration> | |
6 | <Platform>Win32</Platform> | |
7 | </ProjectConfiguration> | |
8 | <ProjectConfiguration Include="Debug|x64"> | |
9 | <Configuration>Debug</Configuration> | |
10 | <Platform>x64</Platform> | |
11 | </ProjectConfiguration> | |
12 | <ProjectConfiguration Include="Release|Win32"> | |
13 | <Configuration>Release</Configuration> | |
14 | <Platform>Win32</Platform> | |
15 | </ProjectConfiguration> | |
16 | <ProjectConfiguration Include="Release|x64"> | |
17 | <Configuration>Release</Configuration> | |
18 | <Platform>x64</Platform> | |
19 | </ProjectConfiguration> | |
20 | </ItemGroup> | |
21 | <ItemGroup> | |
22 | <ClInclude Include="..\..\include\cec.h" /> | |
23 | <ClInclude Include="..\..\include\cecc.h" /> | |
24 | <ClInclude Include="..\..\include\cecloader.h" /> | |
25 | <ClInclude Include="..\..\include\cectypes.h" /> | |
26 | <ClInclude Include="..\..\src\lib\adapter\AdapterCommunication.h" /> | |
27 | <ClInclude Include="..\..\src\lib\adapter\AdapterFactory.h" /> | |
28 | <ClInclude Include="..\..\src\lib\adapter\Pulse-Eight\USBCECAdapterCommands.h" /> | |
29 | <ClInclude Include="..\..\src\lib\adapter\Pulse-Eight\USBCECAdapterCommunication.h" /> | |
30 | <ClInclude Include="..\..\src\lib\adapter\Pulse-Eight\USBCECAdapterDetection.h" /> | |
31 | <ClInclude Include="..\..\src\lib\adapter\Pulse-Eight\USBCECAdapterMessage.h" /> | |
32 | <ClInclude Include="..\..\src\lib\adapter\Pulse-Eight\USBCECAdapterMessageQueue.h" /> | |
33 | <ClInclude Include="..\..\src\lib\CECClient.h" /> | |
34 | <ClInclude Include="..\..\src\lib\CECInputBuffer.h" /> | |
35 | <ClInclude Include="..\..\src\lib\CECProcessor.h" /> | |
36 | <ClInclude Include="..\..\src\lib\CECTypeUtils.h" /> | |
37 | <ClInclude Include="..\..\src\lib\devices\CECAudioSystem.h" /> | |
38 | <ClInclude Include="..\..\src\lib\devices\CECBusDevice.h" /> | |
39 | <ClInclude Include="..\..\src\lib\devices\CECDeviceMap.h" /> | |
40 | <ClInclude Include="..\..\src\lib\devices\CECPlaybackDevice.h" /> | |
41 | <ClInclude Include="..\..\src\lib\devices\CECRecordingDevice.h" /> | |
42 | <ClInclude Include="..\..\src\lib\devices\CECTuner.h" /> | |
43 | <ClInclude Include="..\..\src\lib\devices\CECTV.h" /> | |
44 | <ClInclude Include="..\..\src\lib\implementations\ANCommandHandler.h" /> | |
45 | <ClInclude Include="..\..\src\lib\implementations\CECCommandHandler.h" /> | |
46 | <ClInclude Include="..\..\src\lib\implementations\PHCommandHandler.h" /> | |
47 | <ClInclude Include="..\..\src\lib\implementations\RLCommandHandler.h" /> | |
48 | <ClInclude Include="..\..\src\lib\implementations\SLCommandHandler.h" /> | |
49 | <ClInclude Include="..\..\src\lib\implementations\VLCommandHandler.h" /> | |
50 | <ClInclude Include="..\..\src\lib\implementations\RHCommandHandler.h" /> | |
51 | <ClInclude Include="..\..\src\lib\implementations\AQCommandHandler.h" /> | |
52 | <ClInclude Include="..\..\src\lib\LibCEC.h" /> | |
53 | <ClInclude Include="..\..\src\lib\platform\adl\adl-edid.h" /> | |
54 | <ClInclude Include="..\..\src\lib\platform\adl\adl_defines.h" /> | |
55 | <ClInclude Include="..\..\src\lib\platform\adl\adl_sdk.h" /> | |
56 | <ClInclude Include="..\..\src\lib\platform\adl\adl_structures.h" /> | |
57 | <ClInclude Include="..\..\src\lib\platform\nvidia\nv-edid.h" /> | |
58 | <ClInclude Include="..\..\src\lib\platform\os.h" /> | |
59 | <ClInclude Include="..\..\src\lib\platform\sockets\serialport.h" /> | |
60 | <ClInclude Include="..\..\src\lib\platform\sockets\socket.h" /> | |
61 | <ClInclude Include="..\..\src\lib\platform\sockets\tcp.h" /> | |
62 | <ClInclude Include="..\..\src\lib\platform\threads\mutex.h" /> | |
63 | <ClInclude Include="..\..\src\lib\platform\threads\threads.h" /> | |
64 | <ClInclude Include="..\..\src\lib\platform\util\baudrate.h" /> | |
65 | <ClInclude Include="..\..\src\lib\platform\util\buffer.h" /> | |
66 | <ClInclude Include="..\..\src\lib\platform\util\edid.h" /> | |
67 | <ClInclude Include="..\..\src\lib\platform\util\StdString.h" /> | |
68 | <ClInclude Include="..\..\src\lib\platform\util\timeutils.h" /> | |
69 | <ClInclude Include="..\..\src\lib\platform\windows\dlfcn-win32.h" /> | |
70 | <ClInclude Include="..\..\src\lib\platform\windows\os-socket.h" /> | |
71 | <ClInclude Include="..\..\src\lib\platform\windows\os-threads.h" /> | |
72 | <ClInclude Include="..\..\src\lib\platform\windows\os-types.h" /> | |
73 | <ClInclude Include="..\..\src\lib\platform\windows\stdint.h" /> | |
74 | <ClInclude Include="resource.h" /> | |
75 | </ItemGroup> | |
76 | <ItemGroup> | |
77 | <ClCompile Include="..\..\src\lib\adapter\AdapterFactory.cpp" /> | |
78 | <ClCompile Include="..\..\src\lib\adapter\Pulse-Eight\USBCECAdapterCommands.cpp" /> | |
79 | <ClCompile Include="..\..\src\lib\adapter\Pulse-Eight\USBCECAdapterCommunication.cpp" /> | |
80 | <ClCompile Include="..\..\src\lib\adapter\Pulse-Eight\USBCECAdapterDetection.cpp" /> | |
81 | <ClCompile Include="..\..\src\lib\adapter\Pulse-Eight\USBCECAdapterMessage.cpp" /> | |
82 | <ClCompile Include="..\..\src\lib\adapter\Pulse-Eight\USBCECAdapterMessageQueue.cpp" /> | |
83 | <ClCompile Include="..\..\src\lib\CECClient.cpp" /> | |
84 | <ClCompile Include="..\..\src\lib\CECProcessor.cpp" /> | |
85 | <ClCompile Include="..\..\src\lib\devices\CECAudioSystem.cpp" /> | |
86 | <ClCompile Include="..\..\src\lib\devices\CECBusDevice.cpp" /> | |
87 | <ClCompile Include="..\..\src\lib\devices\CECDeviceMap.cpp" /> | |
88 | <ClCompile Include="..\..\src\lib\devices\CECPlaybackDevice.cpp" /> | |
89 | <ClCompile Include="..\..\src\lib\devices\CECRecordingDevice.cpp" /> | |
90 | <ClCompile Include="..\..\src\lib\devices\CECTuner.cpp" /> | |
91 | <ClCompile Include="..\..\src\lib\devices\CECTV.cpp" /> | |
92 | <ClCompile Include="..\..\src\lib\implementations\ANCommandHandler.cpp" /> | |
93 | <ClCompile Include="..\..\src\lib\implementations\CECCommandHandler.cpp" /> | |
94 | <ClCompile Include="..\..\src\lib\implementations\PHCommandHandler.cpp" /> | |
95 | <ClCompile Include="..\..\src\lib\implementations\RLCommandHandler.cpp" /> | |
96 | <ClCompile Include="..\..\src\lib\implementations\SLCommandHandler.cpp" /> | |
97 | <ClCompile Include="..\..\src\lib\implementations\VLCommandHandler.cpp" /> | |
98 | <ClCompile Include="..\..\src\lib\implementations\RHCommandHandler.cpp" /> | |
99 | <ClCompile Include="..\..\src\lib\implementations\AQCommandHandler.cpp" /> | |
100 | <ClCompile Include="..\..\src\lib\LibCEC.cpp" /> | |
101 | <ClCompile Include="..\..\src\lib\LibCECC.cpp" /> | |
102 | <ClCompile Include="..\..\src\lib\LibCECDll.cpp" /> | |
103 | <ClCompile Include="..\..\src\lib\platform\adl\adl-edid.cpp" /> | |
104 | <ClCompile Include="..\..\src\lib\platform\nvidia\nv-edid.cpp" /> | |
105 | <ClCompile Include="..\..\src\lib\platform\windows\dlfcn-win32.cpp" /> | |
106 | <ClCompile Include="..\..\src\lib\platform\windows\os-edid.cpp" /> | |
107 | <ClCompile Include="..\..\src\lib\platform\windows\os-threads.cpp" /> | |
108 | <ClCompile Include="..\..\src\lib\platform\windows\serialport.cpp" /> | |
109 | </ItemGroup> | |
110 | <ItemGroup> | |
111 | <ResourceCompile Include="libcec.rc" /> | |
112 | </ItemGroup> | |
113 | <PropertyGroup Label="Globals"> | |
114 | <ProjectGuid>{C04B0FB1-667D-4F1C-BDAE-A07CDFFAAAA0}</ProjectGuid> | |
115 | <RootNamespace>libcec</RootNamespace> | |
116 | <ProjectName>libcec</ProjectName> | |
117 | </PropertyGroup> | |
118 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
119 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
120 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
121 | <UseDebugLibraries>true</UseDebugLibraries> | |
122 | <CharacterSet>MultiByte</CharacterSet> | |
123 | <PlatformToolset>v100</PlatformToolset> | |
124 | </PropertyGroup> | |
125 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
126 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
127 | <UseDebugLibraries>true</UseDebugLibraries> | |
128 | <CharacterSet>MultiByte</CharacterSet> | |
129 | <PlatformToolset>v100</PlatformToolset> | |
130 | </PropertyGroup> | |
131 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
132 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
133 | <UseDebugLibraries>false</UseDebugLibraries> | |
134 | <CharacterSet>MultiByte</CharacterSet> | |
135 | <PlatformToolset>v100</PlatformToolset> | |
136 | </PropertyGroup> | |
137 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
138 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
139 | <UseDebugLibraries>false</UseDebugLibraries> | |
140 | <CharacterSet>MultiByte</CharacterSet> | |
141 | <PlatformToolset>v100</PlatformToolset> | |
142 | </PropertyGroup> | |
143 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
144 | <ImportGroup Label="ExtensionSettings"> | |
145 | </ImportGroup> | |
146 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
147 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
148 | </ImportGroup> | |
149 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
150 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
151 | </ImportGroup> | |
152 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
153 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
154 | </ImportGroup> | |
155 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
156 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
157 | </ImportGroup> | |
158 | <PropertyGroup Label="UserMacros" /> | |
159 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
160 | <OutDir>$(SolutionDir)..\build\</OutDir> | |
161 | </PropertyGroup> | |
162 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
163 | <OutDir>$(SolutionDir)..\build\x64\</OutDir> | |
164 | </PropertyGroup> | |
165 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
166 | <TargetName>libcec</TargetName> | |
167 | </PropertyGroup> | |
168 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
169 | <TargetName>$(ProjectName)</TargetName> | |
170 | </PropertyGroup> | |
171 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
172 | <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath> | |
173 | <LibraryPath>C:\WinDDK\7600.16385.1\lib\win7\i386;$(LibraryPath)</LibraryPath> | |
174 | </PropertyGroup> | |
175 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
176 | <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath> | |
177 | <LibraryPath>C:\WinDDK\7600.16385.1\lib\win7\amd64;$(LibraryPath)</LibraryPath> | |
178 | </PropertyGroup> | |
179 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
180 | <OutDir>$(SolutionDir)..\build\</OutDir> | |
181 | <TargetName>libcec</TargetName> | |
182 | <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath> | |
183 | <LibraryPath>C:\WinDDK\7600.16385.1\lib\win7\i386;$(LibraryPath)</LibraryPath> | |
184 | </PropertyGroup> | |
185 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
186 | <OutDir>$(SolutionDir)..\build\x64\</OutDir> | |
187 | <TargetName>$(ProjectName)</TargetName> | |
188 | <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath> | |
189 | <LibraryPath>C:\WinDDK\7600.16385.1\lib\win7\amd64;$(LibraryPath)</LibraryPath> | |
190 | </PropertyGroup> | |
191 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
192 | <ClCompile> | |
193 | <WarningLevel>Level4</WarningLevel> | |
194 | <Optimization>Disabled</Optimization> | |
195 | <PreprocessorDefinitions>CEC_DEBUGGING;HAVE_P8_USB;_USE_32BIT_TIME_T;_DEBUG;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
196 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
197 | <DisableSpecificWarnings> | |
198 | </DisableSpecificWarnings> | |
199 | <TreatWarningAsError>true</TreatWarningAsError> | |
200 | </ClCompile> | |
201 | <Link> | |
202 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
203 | <Version> | |
204 | </Version> | |
205 | </Link> | |
206 | </ItemDefinitionGroup> | |
207 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
208 | <ClCompile> | |
209 | <WarningLevel>Level4</WarningLevel> | |
210 | <Optimization>Disabled</Optimization> | |
211 | <PreprocessorDefinitions>CEC_DEBUGGING;HAVE_P8_USB;_WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
212 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
213 | <DisableSpecificWarnings> | |
214 | </DisableSpecificWarnings> | |
215 | <TreatWarningAsError>true</TreatWarningAsError> | |
216 | </ClCompile> | |
217 | <Link> | |
218 | <AdditionalDependencies> | |
219 | </AdditionalDependencies> | |
220 | <IgnoreSpecificDefaultLibraries> | |
221 | </IgnoreSpecificDefaultLibraries> | |
222 | <Version> | |
223 | </Version> | |
224 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
225 | </Link> | |
226 | </ItemDefinitionGroup> | |
227 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
228 | <ClCompile> | |
229 | <WarningLevel>Level4</WarningLevel> | |
230 | <Optimization>Full</Optimization> | |
231 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
232 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
233 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
234 | <PreprocessorDefinitions>HAVE_P8_USB;_USE_32BIT_TIME_T;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
235 | <DisableSpecificWarnings> | |
236 | </DisableSpecificWarnings> | |
237 | <TreatWarningAsError>true</TreatWarningAsError> | |
238 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> | |
239 | </ClCompile> | |
240 | <Link> | |
241 | <GenerateDebugInformation>false</GenerateDebugInformation> | |
242 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
243 | <OptimizeReferences>true</OptimizeReferences> | |
244 | <Version> | |
245 | </Version> | |
246 | </Link> | |
247 | </ItemDefinitionGroup> | |
248 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
249 | <ClCompile> | |
250 | <WarningLevel>Level4</WarningLevel> | |
251 | <Optimization>Full</Optimization> | |
252 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
253 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
254 | <PreprocessorDefinitions>HAVE_P8_USB;_WIN64;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
255 | <DisableSpecificWarnings> | |
256 | </DisableSpecificWarnings> | |
257 | <TreatWarningAsError>true</TreatWarningAsError> | |
258 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> | |
259 | </ClCompile> | |
260 | <Link> | |
261 | <GenerateDebugInformation>false</GenerateDebugInformation> | |
262 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
263 | <OptimizeReferences>true</OptimizeReferences> | |
264 | <AdditionalDependencies> | |
265 | </AdditionalDependencies> | |
266 | <IgnoreSpecificDefaultLibraries> | |
267 | </IgnoreSpecificDefaultLibraries> | |
268 | <Version> | |
269 | </Version> | |
270 | </Link> | |
271 | <ProjectReference /> | |
272 | <Lib> | |
273 | <TargetMachine>MachineX64</TargetMachine> | |
274 | <TreatLibWarningAsErrors>true</TreatLibWarningAsErrors> | |
275 | <SubSystem>Windows</SubSystem> | |
276 | </Lib> | |
277 | </ItemDefinitionGroup> | |
278 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
279 | <ImportGroup Label="ExtensionTargets"> | |
280 | </ImportGroup> | |
281 | </Project> |