Commit | Line | Data |
---|---|---|
abbca718 LOK |
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> | |
f00ff009 LOK |
8 | <ProjectConfiguration Include="Debug|x64"> |
9 | <Configuration>Debug</Configuration> | |
10 | <Platform>x64</Platform> | |
11 | </ProjectConfiguration> | |
abbca718 LOK |
12 | <ProjectConfiguration Include="Release|Win32"> |
13 | <Configuration>Release</Configuration> | |
14 | <Platform>Win32</Platform> | |
15 | </ProjectConfiguration> | |
f00ff009 LOK |
16 | <ProjectConfiguration Include="Release|x64"> |
17 | <Configuration>Release</Configuration> | |
18 | <Platform>x64</Platform> | |
19 | </ProjectConfiguration> | |
abbca718 LOK |
20 | </ItemGroup> |
21 | <ItemGroup> | |
cb915777 LOK |
22 | <ClInclude Include="..\include\cec.h" /> |
23 | <ClInclude Include="..\include\cecc.h" /> | |
24 | <ClInclude Include="..\include\cecloader.h" /> | |
25 | <ClInclude Include="..\include\cectypes.h" /> | |
b5f787b9 | 26 | <ClInclude Include="..\src\lib\adapter\AdapterCommunication.h" /> |
7bb4ed43 LOK |
27 | <ClInclude Include="..\src\lib\adapter\USBCECAdapterCommunication.h" /> |
28 | <ClInclude Include="..\src\lib\adapter\USBCECAdapterDetection.h" /> | |
29 | <ClInclude Include="..\src\lib\adapter\USBCECAdapterMessage.h" /> | |
9043a357 | 30 | <ClInclude Include="..\src\lib\CECProcessor.h" /> |
14877577 | 31 | <ClInclude Include="..\src\lib\devices\CECAudioSystem.h" /> |
3080bcc3 | 32 | <ClInclude Include="..\src\lib\devices\CECBusDevice.h" /> |
14877577 LOK |
33 | <ClInclude Include="..\src\lib\devices\CECPlaybackDevice.h" /> |
34 | <ClInclude Include="..\src\lib\devices\CECRecordingDevice.h" /> | |
35 | <ClInclude Include="..\src\lib\devices\CECTuner.h" /> | |
36 | <ClInclude Include="..\src\lib\devices\CECTV.h" /> | |
387b6f6f LOK |
37 | <ClInclude Include="..\src\lib\implementations\ANCommandHandler.h" /> |
38 | <ClInclude Include="..\src\lib\implementations\CECCommandHandler.h" /> | |
39 | <ClInclude Include="..\src\lib\implementations\SLCommandHandler.h" /> | |
14877577 | 40 | <ClInclude Include="..\src\lib\implementations\VLCommandHandler.h" /> |
9043a357 | 41 | <ClInclude Include="..\src\lib\LibCEC.h" /> |
f00ff009 | 42 | <ClInclude Include="..\src\lib\platform\os.h" /> |
24048d57 LOK |
43 | <ClInclude Include="..\src\lib\platform\sockets\serialport.h" /> |
44 | <ClInclude Include="..\src\lib\platform\sockets\socket.h" /> | |
0e51267b | 45 | <ClInclude Include="..\src\lib\platform\sockets\tcp.h" /> |
f00ff009 LOK |
46 | <ClInclude Include="..\src\lib\platform\threads\mutex.h" /> |
47 | <ClInclude Include="..\src\lib\platform\threads\threads.h" /> | |
24048d57 LOK |
48 | <ClInclude Include="..\src\lib\platform\util\baudrate.h" /> |
49 | <ClInclude Include="..\src\lib\platform\util\buffer.h" /> | |
50 | <ClInclude Include="..\src\lib\platform\util\StdString.h" /> | |
51 | <ClInclude Include="..\src\lib\platform\util\timeutils.h" /> | |
52 | <ClInclude Include="..\src\lib\platform\windows\os-socket.h" /> | |
f00ff009 LOK |
53 | <ClInclude Include="..\src\lib\platform\windows\os-threads.h" /> |
54 | <ClInclude Include="..\src\lib\platform\windows\os-types.h" /> | |
99666519 | 55 | <ClInclude Include="..\src\lib\platform\windows\stdint.h" /> |
abbca718 LOK |
56 | </ItemGroup> |
57 | <ItemGroup> | |
7bb4ed43 LOK |
58 | <ClCompile Include="..\src\lib\adapter\USBCECAdapterCommunication.cpp" /> |
59 | <ClCompile Include="..\src\lib\adapter\USBCECAdapterDetection.cpp" /> | |
9043a357 | 60 | <ClCompile Include="..\src\lib\CECProcessor.cpp" /> |
14877577 | 61 | <ClCompile Include="..\src\lib\devices\CECAudioSystem.cpp" /> |
3080bcc3 | 62 | <ClCompile Include="..\src\lib\devices\CECBusDevice.cpp" /> |
14877577 LOK |
63 | <ClCompile Include="..\src\lib\devices\CECPlaybackDevice.cpp" /> |
64 | <ClCompile Include="..\src\lib\devices\CECRecordingDevice.cpp" /> | |
65 | <ClCompile Include="..\src\lib\devices\CECTuner.cpp" /> | |
66 | <ClCompile Include="..\src\lib\devices\CECTV.cpp" /> | |
387b6f6f LOK |
67 | <ClCompile Include="..\src\lib\implementations\ANCommandHandler.cpp" /> |
68 | <ClCompile Include="..\src\lib\implementations\CECCommandHandler.cpp" /> | |
69 | <ClCompile Include="..\src\lib\implementations\SLCommandHandler.cpp" /> | |
14877577 | 70 | <ClCompile Include="..\src\lib\implementations\VLCommandHandler.cpp" /> |
9043a357 LOK |
71 | <ClCompile Include="..\src\lib\LibCEC.cpp" /> |
72 | <ClCompile Include="..\src\lib\LibCECC.cpp" /> | |
73 | <ClCompile Include="..\src\lib\LibCECDll.cpp" /> | |
b9861f8c | 74 | <ClCompile Include="..\src\lib\platform\windows\serialport.cpp" /> |
abbca718 | 75 | </ItemGroup> |
c62891e3 LOK |
76 | <ItemGroup> |
77 | <ResourceCompile Include="libcec.rc" /> | |
78 | </ItemGroup> | |
abbca718 LOK |
79 | <PropertyGroup Label="Globals"> |
80 | <ProjectGuid>{C04B0FB1-667D-4F1C-BDAE-A07CDFFAAAA0}</ProjectGuid> | |
81 | <RootNamespace>libcec</RootNamespace> | |
82 | <ProjectName>libcec</ProjectName> | |
83 | </PropertyGroup> | |
84 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
86 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
87 | <UseDebugLibraries>true</UseDebugLibraries> | |
88 | <CharacterSet>MultiByte</CharacterSet> | |
89 | </PropertyGroup> | |
f00ff009 LOK |
90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
91 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
92 | <UseDebugLibraries>true</UseDebugLibraries> | |
93 | <CharacterSet>MultiByte</CharacterSet> | |
94 | </PropertyGroup> | |
abbca718 LOK |
95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
96 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
97 | <UseDebugLibraries>false</UseDebugLibraries> | |
abbca718 LOK |
98 | <CharacterSet>MultiByte</CharacterSet> |
99 | </PropertyGroup> | |
f00ff009 LOK |
100 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
101 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
102 | <UseDebugLibraries>false</UseDebugLibraries> | |
103 | <CharacterSet>MultiByte</CharacterSet> | |
104 | </PropertyGroup> | |
abbca718 LOK |
105 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
106 | <ImportGroup Label="ExtensionSettings"> | |
107 | </ImportGroup> | |
108 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
110 | </ImportGroup> | |
f00ff009 LOK |
111 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
112 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
113 | </ImportGroup> | |
abbca718 LOK |
114 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
116 | </ImportGroup> | |
f00ff009 LOK |
117 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
119 | </ImportGroup> | |
abbca718 LOK |
120 | <PropertyGroup Label="UserMacros" /> |
121 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
4d760b54 | 122 | <OutDir>$(SolutionDir)..\build\</OutDir> |
abbca718 | 123 | </PropertyGroup> |
f00ff009 | 124 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
4d760b54 | 125 | <OutDir>$(SolutionDir)..\build\</OutDir> |
f00ff009 | 126 | </PropertyGroup> |
abbca718 | 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
4d760b54 | 128 | <TargetName>libcec</TargetName> |
f00ff009 LOK |
129 | </PropertyGroup> |
130 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
131 | <TargetName>$(ProjectName).x64</TargetName> | |
abbca718 LOK |
132 | </PropertyGroup> |
133 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
c751d00a | 134 | <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath> |
abbca718 | 135 | </PropertyGroup> |
f00ff009 | 136 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
f00ff009 | 137 | <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath> |
f00ff009 | 138 | </PropertyGroup> |
abbca718 | 139 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
4d760b54 | 140 | <OutDir>$(SolutionDir)..\build\</OutDir> |
abbca718 | 141 | <TargetName>libcec</TargetName> |
c751d00a | 142 | <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath> |
f00ff009 LOK |
143 | </PropertyGroup> |
144 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
4d760b54 | 145 | <OutDir>$(SolutionDir)..\build\</OutDir> |
f00ff009 | 146 | <TargetName>$(ProjectName).x64</TargetName> |
f00ff009 | 147 | <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath> |
abbca718 LOK |
148 | </PropertyGroup> |
149 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
150 | <ClCompile> | |
b9861f8c | 151 | <WarningLevel>Level4</WarningLevel> |
abbca718 | 152 | <Optimization>Disabled</Optimization> |
f00ff009 LOK |
153 | <PreprocessorDefinitions>_USE_32BIT_TIME_T;_DEBUG;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
154 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
155 | <DisableSpecificWarnings> | |
156 | </DisableSpecificWarnings> | |
b9861f8c | 157 | <TreatWarningAsError>true</TreatWarningAsError> |
abbca718 LOK |
158 | </ClCompile> |
159 | <Link> | |
160 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
f00ff009 LOK |
161 | <Version> |
162 | </Version> | |
163 | </Link> | |
164 | </ItemDefinitionGroup> | |
165 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
166 | <ClCompile> | |
167 | <WarningLevel>Level4</WarningLevel> | |
168 | <Optimization>Disabled</Optimization> | |
169 | <PreprocessorDefinitions>_WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
170 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
171 | <DisableSpecificWarnings> | |
172 | </DisableSpecificWarnings> | |
173 | <TreatWarningAsError>true</TreatWarningAsError> | |
174 | </ClCompile> | |
175 | <Link> | |
4d760b54 LOK |
176 | <AdditionalDependencies> |
177 | </AdditionalDependencies> | |
178 | <IgnoreSpecificDefaultLibraries> | |
179 | </IgnoreSpecificDefaultLibraries> | |
c62891e3 LOK |
180 | <Version> |
181 | </Version> | |
4d760b54 | 182 | <GenerateDebugInformation>true</GenerateDebugInformation> |
abbca718 LOK |
183 | </Link> |
184 | </ItemDefinitionGroup> | |
185 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
186 | <ClCompile> | |
b9861f8c LOK |
187 | <WarningLevel>Level4</WarningLevel> |
188 | <Optimization>Full</Optimization> | |
abbca718 LOK |
189 | <FunctionLevelLinking>true</FunctionLevelLinking> |
190 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
c5614687 | 191 | <AdditionalIncludeDirectories>$(SolutionDir)..\src\lib\platform\pthread_win32;$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
f00ff009 LOK |
192 | <PreprocessorDefinitions>_USE_32BIT_TIME_T;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
193 | <DisableSpecificWarnings> | |
194 | </DisableSpecificWarnings> | |
b9861f8c LOK |
195 | <TreatWarningAsError>true</TreatWarningAsError> |
196 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> | |
abbca718 LOK |
197 | </ClCompile> |
198 | <Link> | |
b9861f8c | 199 | <GenerateDebugInformation>false</GenerateDebugInformation> |
abbca718 LOK |
200 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
201 | <OptimizeReferences>true</OptimizeReferences> | |
f00ff009 LOK |
202 | <Version> |
203 | </Version> | |
204 | </Link> | |
205 | </ItemDefinitionGroup> | |
206 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
207 | <ClCompile> | |
208 | <WarningLevel>Level4</WarningLevel> | |
209 | <Optimization>Full</Optimization> | |
f00ff009 LOK |
210 | <IntrinsicFunctions>true</IntrinsicFunctions> |
211 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
212 | <PreprocessorDefinitions>_WIN64;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
213 | <DisableSpecificWarnings> | |
214 | </DisableSpecificWarnings> | |
215 | <TreatWarningAsError>true</TreatWarningAsError> | |
216 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> | |
217 | </ClCompile> | |
218 | <Link> | |
219 | <GenerateDebugInformation>false</GenerateDebugInformation> | |
220 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
221 | <OptimizeReferences>true</OptimizeReferences> | |
4d760b54 LOK |
222 | <AdditionalDependencies> |
223 | </AdditionalDependencies> | |
224 | <IgnoreSpecificDefaultLibraries> | |
225 | </IgnoreSpecificDefaultLibraries> | |
c62891e3 LOK |
226 | <Version> |
227 | </Version> | |
abbca718 | 228 | </Link> |
4d760b54 LOK |
229 | <ProjectReference /> |
230 | <Lib> | |
231 | <TargetMachine>MachineX64</TargetMachine> | |
232 | <TreatLibWarningAsErrors>true</TreatLibWarningAsErrors> | |
233 | <SubSystem>Windows</SubSystem> | |
234 | </Lib> | |
abbca718 LOK |
235 | </ItemDefinitionGroup> |
236 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
237 | <ImportGroup Label="ExtensionTargets"> | |
238 | </ImportGroup> | |
24048d57 | 239 | </Project> |