cec: check whether m_port isn't NULL in ReadFromDevice
[deb_libcec.git] / project / testclient.vcxproj
CommitLineData
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>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{F01222BF-6B3D-43BD-B254-434031CB9887}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>testclient</RootNamespace>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20 <ConfigurationType>Application</ConfigurationType>
21 <UseDebugLibraries>true</UseDebugLibraries>
22 <CharacterSet>MultiByte</CharacterSet>
23 </PropertyGroup>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25 <ConfigurationType>Application</ConfigurationType>
26 <UseDebugLibraries>false</UseDebugLibraries>
27 <WholeProgramOptimization>true</WholeProgramOptimization>
28 <CharacterSet>MultiByte</CharacterSet>
29 </PropertyGroup>
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31 <ImportGroup Label="ExtensionSettings">
32 </ImportGroup>
33 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 </ImportGroup>
36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 </ImportGroup>
39 <PropertyGroup Label="UserMacros" />
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
41 <LinkIncremental>true</LinkIncremental>
42 <OutDir>$(SolutionDir)\..\</OutDir>
43 <TargetName>cec-client</TargetName>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
46 <LinkIncremental>false</LinkIncremental>
47 <OutDir>$(SolutionDir)..\</OutDir>
48 </PropertyGroup>
49 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
50 <ClCompile>
51 <PrecompiledHeader>
52 </PrecompiledHeader>
53 <WarningLevel>Level3</WarningLevel>
54 <Optimization>Disabled</Optimization>
55 <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;__WINDOWS__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
56 </ClCompile>
57 <Link>
58 <SubSystem>Console</SubSystem>
59 <GenerateDebugInformation>true</GenerateDebugInformation>
60 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
61 <OutputFile>$(SolutionDir)\..\$(TargetName)$(TargetExt)</OutputFile>
62 </Link>
63 </ItemDefinitionGroup>
64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65 <ClCompile>
66 <WarningLevel>Level3</WarningLevel>
67 <PrecompiledHeader>
68 </PrecompiledHeader>
69 <Optimization>MaxSpeed</Optimization>
70 <FunctionLevelLinking>true</FunctionLevelLinking>
71 <IntrinsicFunctions>true</IntrinsicFunctions>
72 <PreprocessorDefinitions>_WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;__WINDOWS__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
73 </ClCompile>
74 <Link>
75 <SubSystem>Console</SubSystem>
76 <GenerateDebugInformation>true</GenerateDebugInformation>
77 <EnableCOMDATFolding>true</EnableCOMDATFolding>
78 <OptimizeReferences>true</OptimizeReferences>
79 </Link>
80 </ItemDefinitionGroup>
81 <ItemGroup>
82 <ClInclude Include="..\include\CECExports.h" />
83 <ClInclude Include="..\include\CECExportsCpp.h" />
84 <ClInclude Include="..\src\lib\libPlatform\os-dependent.h" />
85 <ClInclude Include="..\src\lib\libPlatform\windows\os_windows.h" />
86 <ClInclude Include="..\src\lib\util\misc.h" />
87 <ClInclude Include="..\src\lib\util\StdString.h" />
88 <ClInclude Include="..\src\lib\util\threads.h" />
89 <ClInclude Include="..\src\lib\util\timeutils.h" />
90 </ItemGroup>
91 <ItemGroup>
92 <ClCompile Include="..\src\lib\libPlatform\windows\os_windows.cpp" />
93 <ClCompile Include="..\src\lib\util\misc.cpp" />
94 <ClCompile Include="..\src\lib\util\threads.cpp" />
95 <ClCompile Include="..\src\testclient\main.cpp" />
96 </ItemGroup>
97 <ItemGroup>
98 <Library Include="..\src\lib\libPlatform\pthread_win32\pthreadVC2.lib" />
99 <Library Include="..\src\lib\libPlatform\pthread_win32\pthreadVC2d.lib" />
100 </ItemGroup>
101 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
102 <ImportGroup Label="ExtensionTargets">
103 </ImportGroup>
104</Project>