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