build libCEC and cec-client against toolset v100 (VS2010). lots of 3rd party libs...
[deb_libcec.git] / project / testclient / 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>
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 <PropertyGroup Label="Globals">
22 <ProjectGuid>{F01222BF-6B3D-43BD-B254-434031CB9887}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>testclient</RootNamespace>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <UseDebugLibraries>true</UseDebugLibraries>
30 <CharacterSet>MultiByte</CharacterSet>
0399e038 31 <PlatformToolset>v100</PlatformToolset>
abbca718 32 </PropertyGroup>
f00ff009
LOK
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <CharacterSet>MultiByte</CharacterSet>
0399e038 37 <PlatformToolset>v100</PlatformToolset>
f00ff009 38 </PropertyGroup>
abbca718
LOK
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40 <ConfigurationType>Application</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
abbca718 42 <CharacterSet>MultiByte</CharacterSet>
0399e038 43 <PlatformToolset>v100</PlatformToolset>
abbca718 44 </PropertyGroup>
f00ff009
LOK
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
47 <UseDebugLibraries>false</UseDebugLibraries>
48 <CharacterSet>MultiByte</CharacterSet>
0399e038 49 <PlatformToolset>v100</PlatformToolset>
f00ff009 50 </PropertyGroup>
abbca718
LOK
51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52 <ImportGroup Label="ExtensionSettings">
53 </ImportGroup>
54 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56 </ImportGroup>
f00ff009
LOK
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 </ImportGroup>
abbca718
LOK
60 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 </ImportGroup>
f00ff009
LOK
63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 </ImportGroup>
abbca718
LOK
66 <PropertyGroup Label="UserMacros" />
67 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
4d760b54 68 <OutDir>$(SolutionDir)..\build\</OutDir>
abbca718
LOK
69 <TargetName>cec-client</TargetName>
70 </PropertyGroup>
f00ff009 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
58f3d0a9
LOK
72 <OutDir>$(SolutionDir)..\build\x64\</OutDir>
73 <TargetName>cec-client</TargetName>
f00ff009
LOK
74 </PropertyGroup>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
4d760b54 76 <OutDir>$(SolutionDir)..\build\</OutDir>
c751d00a 77 <TargetName>cec-client</TargetName>
abbca718 78 </PropertyGroup>
f00ff009 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
58f3d0a9
LOK
80 <OutDir>$(SolutionDir)..\build\x64\</OutDir>
81 <TargetName>cec-client</TargetName>
f00ff009 82 </PropertyGroup>
abbca718
LOK
83 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
84 <ClCompile>
85 <PrecompiledHeader>
86 </PrecompiledHeader>
b9861f8c 87 <WarningLevel>Level4</WarningLevel>
abbca718 88 <Optimization>Disabled</Optimization>
f00ff009
LOK
89 <PreprocessorDefinitions>_USE_32BIT_TIME_T;_DEBUG;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90 <TreatWarningAsError>true</TreatWarningAsError>
91 <DisableSpecificWarnings>
92 </DisableSpecificWarnings>
e81699ac 93 <AdditionalIncludeDirectories>$(SolutiontDir)..\..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
f00ff009
LOK
94 </ClCompile>
95 <Link>
96 <SubSystem>Console</SubSystem>
97 <GenerateDebugInformation>true</GenerateDebugInformation>
f00ff009
LOK
98 <Version>
99 </Version>
100 </Link>
101 </ItemDefinitionGroup>
102 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103 <ClCompile>
104 <PrecompiledHeader>
105 </PrecompiledHeader>
106 <WarningLevel>Level4</WarningLevel>
107 <Optimization>Disabled</Optimization>
108 <PreprocessorDefinitions>_WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
b9861f8c 109 <TreatWarningAsError>true</TreatWarningAsError>
f00ff009
LOK
110 <DisableSpecificWarnings>
111 </DisableSpecificWarnings>
e81699ac 112 <AdditionalIncludeDirectories>$(SolutiontDir)..\..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
abbca718
LOK
113 </ClCompile>
114 <Link>
115 <SubSystem>Console</SubSystem>
116 <GenerateDebugInformation>true</GenerateDebugInformation>
4d760b54
LOK
117 <AdditionalDependencies>
118 </AdditionalDependencies>
c62891e3
LOK
119 <Version>
120 </Version>
abbca718
LOK
121 </Link>
122 </ItemDefinitionGroup>
123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
124 <ClCompile>
b9861f8c 125 <WarningLevel>Level4</WarningLevel>
abbca718
LOK
126 <PrecompiledHeader>
127 </PrecompiledHeader>
b9861f8c
LOK
128 <Optimization>Full</Optimization>
129 <FunctionLevelLinking>false</FunctionLevelLinking>
abbca718 130 <IntrinsicFunctions>true</IntrinsicFunctions>
f00ff009
LOK
131 <PreprocessorDefinitions>_USE_32BIT_TIME_T;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132 <TreatWarningAsError>true</TreatWarningAsError>
133 <DisableSpecificWarnings>
134 </DisableSpecificWarnings>
2b44051c 135 <AdditionalIncludeDirectories>$(SolutionDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
4d760b54 136 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
f00ff009
LOK
137 </ClCompile>
138 <Link>
139 <SubSystem>Console</SubSystem>
140 <GenerateDebugInformation>false</GenerateDebugInformation>
141 <EnableCOMDATFolding>true</EnableCOMDATFolding>
142 <OptimizeReferences>true</OptimizeReferences>
f00ff009
LOK
143 <Version>
144 </Version>
145 </Link>
146 </ItemDefinitionGroup>
147 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
148 <ClCompile>
149 <WarningLevel>Level4</WarningLevel>
150 <PrecompiledHeader>
151 </PrecompiledHeader>
152 <Optimization>Full</Optimization>
f00ff009
LOK
153 <IntrinsicFunctions>true</IntrinsicFunctions>
154 <PreprocessorDefinitions>_WIN64;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
b9861f8c 155 <TreatWarningAsError>true</TreatWarningAsError>
f00ff009
LOK
156 <DisableSpecificWarnings>
157 </DisableSpecificWarnings>
2b44051c 158 <AdditionalIncludeDirectories>$(SolutionDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
4d760b54 159 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
abbca718
LOK
160 </ClCompile>
161 <Link>
162 <SubSystem>Console</SubSystem>
b9861f8c 163 <GenerateDebugInformation>false</GenerateDebugInformation>
abbca718
LOK
164 <EnableCOMDATFolding>true</EnableCOMDATFolding>
165 <OptimizeReferences>true</OptimizeReferences>
4d760b54
LOK
166 <AdditionalDependencies>
167 </AdditionalDependencies>
c62891e3
LOK
168 <Version>
169 </Version>
abbca718
LOK
170 </Link>
171 </ItemDefinitionGroup>
172 <ItemGroup>
e81699ac
LOK
173 <ClInclude Include="..\..\include\cec.h" />
174 <ClInclude Include="..\..\include\cecloader.h" />
b4196266 175 <ClInclude Include="resource.h" />
abbca718
LOK
176 </ItemGroup>
177 <ItemGroup>
e81699ac
LOK
178 <ClCompile Include="..\..\src\lib\platform\windows\os-threads.cpp" />
179 <ClCompile Include="..\..\src\testclient\main.cpp" />
abbca718 180 </ItemGroup>
c62891e3
LOK
181 <ItemGroup>
182 <ResourceCompile Include="testclient.rc" />
183 </ItemGroup>
abbca718
LOK
184 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
185 <ImportGroup Label="ExtensionTargets">
186 </ImportGroup>
187</Project>