Imported Upstream version 2.2.0
[deb_libcec.git] / project / testclient / testclient.vcxproj
CommitLineData
cbbe90dd
JB
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="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
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>
31 <PlatformToolset>v100</PlatformToolset>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <CharacterSet>MultiByte</CharacterSet>
37 <PlatformToolset>v100</PlatformToolset>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40 <ConfigurationType>Application</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <CharacterSet>MultiByte</CharacterSet>
43 <PlatformToolset>v100</PlatformToolset>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
47 <UseDebugLibraries>false</UseDebugLibraries>
48 <CharacterSet>MultiByte</CharacterSet>
49 <PlatformToolset>v100</PlatformToolset>
50 </PropertyGroup>
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>
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>
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>
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>
66 <PropertyGroup Label="UserMacros" />
67 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68 <OutDir>$(SolutionDir)..\build\</OutDir>
69 <TargetName>cec-client</TargetName>
70 </PropertyGroup>
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
72 <OutDir>$(SolutionDir)..\build\x64\</OutDir>
73 <TargetName>cec-client</TargetName>
74 </PropertyGroup>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76 <OutDir>$(SolutionDir)..\build\</OutDir>
77 <TargetName>cec-client</TargetName>
78 </PropertyGroup>
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
80 <OutDir>$(SolutionDir)..\build\x64\</OutDir>
81 <TargetName>cec-client</TargetName>
82 </PropertyGroup>
83 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
84 <ClCompile>
85 <PrecompiledHeader>
86 </PrecompiledHeader>
87 <WarningLevel>Level4</WarningLevel>
88 <Optimization>Disabled</Optimization>
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>
93 <AdditionalIncludeDirectories>$(SolutiontDir)..\..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
94 </ClCompile>
95 <Link>
96 <SubSystem>Console</SubSystem>
97 <GenerateDebugInformation>true</GenerateDebugInformation>
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>
109 <TreatWarningAsError>true</TreatWarningAsError>
110 <DisableSpecificWarnings>
111 </DisableSpecificWarnings>
112 <AdditionalIncludeDirectories>$(SolutiontDir)..\..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
113 </ClCompile>
114 <Link>
115 <SubSystem>Console</SubSystem>
116 <GenerateDebugInformation>true</GenerateDebugInformation>
117 <AdditionalDependencies>
118 </AdditionalDependencies>
119 <Version>
120 </Version>
121 </Link>
122 </ItemDefinitionGroup>
123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
124 <ClCompile>
125 <WarningLevel>Level4</WarningLevel>
126 <PrecompiledHeader>
127 </PrecompiledHeader>
128 <Optimization>Full</Optimization>
129 <FunctionLevelLinking>false</FunctionLevelLinking>
130 <IntrinsicFunctions>true</IntrinsicFunctions>
131 <PreprocessorDefinitions>_USE_32BIT_TIME_T;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132 <TreatWarningAsError>true</TreatWarningAsError>
133 <DisableSpecificWarnings>
134 </DisableSpecificWarnings>
135 <AdditionalIncludeDirectories>$(SolutionDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
136 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
137 </ClCompile>
138 <Link>
139 <SubSystem>Console</SubSystem>
140 <GenerateDebugInformation>false</GenerateDebugInformation>
141 <EnableCOMDATFolding>true</EnableCOMDATFolding>
142 <OptimizeReferences>true</OptimizeReferences>
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>
153 <IntrinsicFunctions>true</IntrinsicFunctions>
154 <PreprocessorDefinitions>_WIN64;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155 <TreatWarningAsError>true</TreatWarningAsError>
156 <DisableSpecificWarnings>
157 </DisableSpecificWarnings>
158 <AdditionalIncludeDirectories>$(SolutionDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
159 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
160 </ClCompile>
161 <Link>
162 <SubSystem>Console</SubSystem>
163 <GenerateDebugInformation>false</GenerateDebugInformation>
164 <EnableCOMDATFolding>true</EnableCOMDATFolding>
165 <OptimizeReferences>true</OptimizeReferences>
166 <AdditionalDependencies>
167 </AdditionalDependencies>
168 <Version>
169 </Version>
170 </Link>
171 </ItemDefinitionGroup>
172 <ItemGroup>
173 <ClInclude Include="..\..\include\cec.h" />
174 <ClInclude Include="..\..\include\cecloader.h" />
175 <ClInclude Include="resource.h" />
176 </ItemGroup>
177 <ItemGroup>
178 <ClCompile Include="..\..\src\lib\platform\windows\os-threads.cpp" />
179 <ClCompile Include="..\..\src\testclient\main.cpp" />
180 </ItemGroup>
181 <ItemGroup>
182 <ResourceCompile Include="testclient.rc" />
183 </ItemGroup>
184 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
185 <ImportGroup Label="ExtensionTargets">
186 </ImportGroup>
187</Project>