Merge branch 'master' into release
[deb_libcec.git] / project / testclient.vcxproj
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>Level4</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 <TreatWarningAsError>true</TreatWarningAsError>
57 <DisableSpecificWarnings>4100;4309</DisableSpecificWarnings>
58 </ClCompile>
59 <Link>
60 <SubSystem>Console</SubSystem>
61 <GenerateDebugInformation>true</GenerateDebugInformation>
62 <AdditionalDependencies>..\src\lib\platform\pthread_win32\pthreadVC2d.lib;%(AdditionalDependencies)</AdditionalDependencies>
63 <OutputFile>$(SolutionDir)\..\$(TargetName)$(TargetExt)</OutputFile>
64 </Link>
65 </ItemDefinitionGroup>
66 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67 <ClCompile>
68 <WarningLevel>Level4</WarningLevel>
69 <PrecompiledHeader>
70 </PrecompiledHeader>
71 <Optimization>Full</Optimization>
72 <FunctionLevelLinking>false</FunctionLevelLinking>
73 <IntrinsicFunctions>true</IntrinsicFunctions>
74 <PreprocessorDefinitions>_WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;__WINDOWS__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75 <TreatWarningAsError>true</TreatWarningAsError>
76 <DisableSpecificWarnings>4100;4309</DisableSpecificWarnings>
77 </ClCompile>
78 <Link>
79 <SubSystem>Console</SubSystem>
80 <GenerateDebugInformation>false</GenerateDebugInformation>
81 <EnableCOMDATFolding>true</EnableCOMDATFolding>
82 <OptimizeReferences>true</OptimizeReferences>
83 <AdditionalDependencies>$(SolutionDir)\..\src\lib\platform\pthread_win32\pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
84 </Link>
85 </ItemDefinitionGroup>
86 <ItemGroup>
87 <ClInclude Include="..\include\CECExports.h" />
88 <ClInclude Include="..\include\CECExportsCpp.h" />
89 <ClInclude Include="..\src\lib\platform\os-dependent.h" />
90 <ClInclude Include="..\src\lib\platform\threads.h" />
91 <ClInclude Include="..\src\lib\platform\windows\os_windows.h" />
92 <ClInclude Include="..\src\lib\util\StdString.h" />
93 </ItemGroup>
94 <ItemGroup>
95 <ClCompile Include="..\src\lib\platform\threads.cpp" />
96 <ClCompile Include="..\src\lib\platform\windows\os_windows.cpp" />
97 <ClCompile Include="..\src\testclient\main.cpp" />
98 </ItemGroup>
99 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
100 <ImportGroup Label="ExtensionTargets">
101 </ImportGroup>
102 </Project>