cec: made the Get...Version() methods const
[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 57 <TreatWarningAsError>true</TreatWarningAsError>
06a1f7ce 58 <DisableSpecificWarnings>4100;4309;4505</DisableSpecificWarnings>
cb915777 59 <AdditionalIncludeDirectories>$(SolutiontDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
abbca718
LOK
60 </ClCompile>
61 <Link>
62 <SubSystem>Console</SubSystem>
63 <GenerateDebugInformation>true</GenerateDebugInformation>
06a1f7ce 64 <AdditionalDependencies>$(ProjectDir)..\src\lib\platform\pthread_win32\pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
c751d00a 65 <OutputFile>$(SolutionDir)..\cec-client.exe</OutputFile>
574e207b 66 <Version>8</Version>
abbca718
LOK
67 </Link>
68 </ItemDefinitionGroup>
69 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
70 <ClCompile>
b9861f8c 71 <WarningLevel>Level4</WarningLevel>
abbca718
LOK
72 <PrecompiledHeader>
73 </PrecompiledHeader>
b9861f8c
LOK
74 <Optimization>Full</Optimization>
75 <FunctionLevelLinking>false</FunctionLevelLinking>
abbca718
LOK
76 <IntrinsicFunctions>true</IntrinsicFunctions>
77 <PreprocessorDefinitions>_WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;__WINDOWS__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
b9861f8c
LOK
78 <TreatWarningAsError>true</TreatWarningAsError>
79 <DisableSpecificWarnings>4100;4309</DisableSpecificWarnings>
c5614687 80 <AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
abbca718
LOK
81 </ClCompile>
82 <Link>
83 <SubSystem>Console</SubSystem>
b9861f8c 84 <GenerateDebugInformation>false</GenerateDebugInformation>
abbca718
LOK
85 <EnableCOMDATFolding>true</EnableCOMDATFolding>
86 <OptimizeReferences>true</OptimizeReferences>
c751d00a 87 <AdditionalDependencies>$(ProjectDir)..\src\lib\platform\pthread_win32\pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
574e207b 88 <Version>8</Version>
abbca718
LOK
89 </Link>
90 </ItemDefinitionGroup>
91 <ItemGroup>
cb915777
LOK
92 <ClInclude Include="..\include\cec.h" />
93 <ClInclude Include="..\include\cecloader.h" />
b9861f8c
LOK
94 <ClInclude Include="..\src\lib\platform\os-dependent.h" />
95 <ClInclude Include="..\src\lib\platform\threads.h" />
96 <ClInclude Include="..\src\lib\platform\windows\os_windows.h" />
abbca718 97 <ClInclude Include="..\src\lib\util\StdString.h" />
abbca718
LOK
98 </ItemGroup>
99 <ItemGroup>
b9861f8c
LOK
100 <ClCompile Include="..\src\lib\platform\threads.cpp" />
101 <ClCompile Include="..\src\lib\platform\windows\os_windows.cpp" />
abbca718
LOK
102 <ClCompile Include="..\src\testclient\main.cpp" />
103 </ItemGroup>
abbca718
LOK
104 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105 <ImportGroup Label="ExtensionTargets">
106 </ImportGroup>
107</Project>