| 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>true</LinkIncremental> |
| 47 | <OutDir>$(SolutionDir)..\</OutDir> |
| 48 | <TargetName>cec-client</TargetName> |
| 49 | </PropertyGroup> |
| 50 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 51 | <ClCompile> |
| 52 | <PrecompiledHeader> |
| 53 | </PrecompiledHeader> |
| 54 | <WarningLevel>Level4</WarningLevel> |
| 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> |
| 57 | <TreatWarningAsError>true</TreatWarningAsError> |
| 58 | <DisableSpecificWarnings>4100;4309;4505</DisableSpecificWarnings> |
| 59 | <AdditionalIncludeDirectories>$(SolutiontDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 60 | </ClCompile> |
| 61 | <Link> |
| 62 | <SubSystem>Console</SubSystem> |
| 63 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 64 | <AdditionalDependencies>$(ProjectDir)..\src\lib\platform\pthread_win32\pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 65 | <OutputFile>$(SolutionDir)..\cec-client.exe</OutputFile> |
| 66 | <Version> |
| 67 | </Version> |
| 68 | </Link> |
| 69 | </ItemDefinitionGroup> |
| 70 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 71 | <ClCompile> |
| 72 | <WarningLevel>Level4</WarningLevel> |
| 73 | <PrecompiledHeader> |
| 74 | </PrecompiledHeader> |
| 75 | <Optimization>Full</Optimization> |
| 76 | <FunctionLevelLinking>false</FunctionLevelLinking> |
| 77 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 78 | <PreprocessorDefinitions>_WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;__WINDOWS__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 79 | <TreatWarningAsError>true</TreatWarningAsError> |
| 80 | <DisableSpecificWarnings>4100;4309</DisableSpecificWarnings> |
| 81 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 82 | </ClCompile> |
| 83 | <Link> |
| 84 | <SubSystem>Console</SubSystem> |
| 85 | <GenerateDebugInformation>false</GenerateDebugInformation> |
| 86 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 87 | <OptimizeReferences>true</OptimizeReferences> |
| 88 | <AdditionalDependencies>$(ProjectDir)..\src\lib\platform\pthread_win32\pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 89 | <Version> |
| 90 | </Version> |
| 91 | </Link> |
| 92 | </ItemDefinitionGroup> |
| 93 | <ItemGroup> |
| 94 | <ClInclude Include="..\include\cec.h" /> |
| 95 | <ClInclude Include="..\include\cecloader.h" /> |
| 96 | <ClInclude Include="..\src\lib\platform\os-dependent.h" /> |
| 97 | <ClInclude Include="..\src\lib\platform\threads.h" /> |
| 98 | <ClInclude Include="..\src\lib\platform\windows\os_windows.h" /> |
| 99 | <ClInclude Include="..\src\lib\util\StdString.h" /> |
| 100 | <ClInclude Include="resource1.h" /> |
| 101 | </ItemGroup> |
| 102 | <ItemGroup> |
| 103 | <ClCompile Include="..\src\lib\platform\threads.cpp" /> |
| 104 | <ClCompile Include="..\src\lib\platform\windows\os_windows.cpp" /> |
| 105 | <ClCompile Include="..\src\testclient\main.cpp" /> |
| 106 | </ItemGroup> |
| 107 | <ItemGroup> |
| 108 | <ResourceCompile Include="testclient.rc" /> |
| 109 | </ItemGroup> |
| 110 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 111 | <ImportGroup Label="ExtensionTargets"> |
| 112 | </ImportGroup> |
| 113 | </Project> |