win32: updated visual studio project files
[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>
c751d00a 42 <OutDir>$(SolutionDir)..\</OutDir>
abbca718
LOK
43 <TargetName>cec-client</TargetName>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
46 <LinkIncremental>false</LinkIncremental>
47 <OutDir>$(SolutionDir)..\</OutDir>
c751d00a 48 <TargetName>cec-client</TargetName>
abbca718
LOK
49 </PropertyGroup>
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51 <ClCompile>
52 <PrecompiledHeader>
53 </PrecompiledHeader>
b9861f8c 54 <WarningLevel>Level4</WarningLevel>
abbca718
LOK
55 <Optimization>Disabled</Optimization>
56 <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;__WINDOWS__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
b9861f8c
LOK
57 <TreatWarningAsError>true</TreatWarningAsError>
58 <DisableSpecificWarnings>4100;4309</DisableSpecificWarnings>
abbca718
LOK
59 </ClCompile>
60 <Link>
61 <SubSystem>Console</SubSystem>
62 <GenerateDebugInformation>true</GenerateDebugInformation>
c751d00a
LOK
63 <AdditionalDependencies>$(ProjectDir)..\src\lib\platform\pthread_win32\pthreadVC2d.lib;%(AdditionalDependencies)</AdditionalDependencies>
64 <OutputFile>$(SolutionDir)..\cec-client.exe</OutputFile>
abbca718
LOK
65 </Link>
66 </ItemDefinitionGroup>
67 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68 <ClCompile>
b9861f8c 69 <WarningLevel>Level4</WarningLevel>
abbca718
LOK
70 <PrecompiledHeader>
71 </PrecompiledHeader>
b9861f8c
LOK
72 <Optimization>Full</Optimization>
73 <FunctionLevelLinking>false</FunctionLevelLinking>
abbca718
LOK
74 <IntrinsicFunctions>true</IntrinsicFunctions>
75 <PreprocessorDefinitions>_WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;__WINDOWS__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
b9861f8c
LOK
76 <TreatWarningAsError>true</TreatWarningAsError>
77 <DisableSpecificWarnings>4100;4309</DisableSpecificWarnings>
abbca718
LOK
78 </ClCompile>
79 <Link>
80 <SubSystem>Console</SubSystem>
b9861f8c 81 <GenerateDebugInformation>false</GenerateDebugInformation>
abbca718
LOK
82 <EnableCOMDATFolding>true</EnableCOMDATFolding>
83 <OptimizeReferences>true</OptimizeReferences>
c751d00a 84 <AdditionalDependencies>$(ProjectDir)..\src\lib\platform\pthread_win32\pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
abbca718
LOK
85 </Link>
86 </ItemDefinitionGroup>
87 <ItemGroup>
88 <ClInclude Include="..\include\CECExports.h" />
89 <ClInclude Include="..\include\CECExportsCpp.h" />
b9861f8c
LOK
90 <ClInclude Include="..\src\lib\platform\os-dependent.h" />
91 <ClInclude Include="..\src\lib\platform\threads.h" />
92 <ClInclude Include="..\src\lib\platform\windows\os_windows.h" />
abbca718 93 <ClInclude Include="..\src\lib\util\StdString.h" />
abbca718
LOK
94 </ItemGroup>
95 <ItemGroup>
b9861f8c
LOK
96 <ClCompile Include="..\src\lib\platform\threads.cpp" />
97 <ClCompile Include="..\src\lib\platform\windows\os_windows.cpp" />
abbca718
LOK
98 <ClCompile Include="..\src\testclient\main.cpp" />
99 </ItemGroup>
abbca718
LOK
100 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
101 <ImportGroup Label="ExtensionTargets">
102 </ImportGroup>
103</Project>