| 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 | </PropertyGroup> |
| 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 33 | <ConfigurationType>Application</ConfigurationType> |
| 34 | <UseDebugLibraries>true</UseDebugLibraries> |
| 35 | <CharacterSet>MultiByte</CharacterSet> |
| 36 | </PropertyGroup> |
| 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 38 | <ConfigurationType>Application</ConfigurationType> |
| 39 | <UseDebugLibraries>false</UseDebugLibraries> |
| 40 | <CharacterSet>MultiByte</CharacterSet> |
| 41 | </PropertyGroup> |
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 43 | <ConfigurationType>Application</ConfigurationType> |
| 44 | <UseDebugLibraries>false</UseDebugLibraries> |
| 45 | <CharacterSet>MultiByte</CharacterSet> |
| 46 | </PropertyGroup> |
| 47 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 48 | <ImportGroup Label="ExtensionSettings"> |
| 49 | </ImportGroup> |
| 50 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 51 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 52 | </ImportGroup> |
| 53 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 55 | </ImportGroup> |
| 56 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 58 | </ImportGroup> |
| 59 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 61 | </ImportGroup> |
| 62 | <PropertyGroup Label="UserMacros" /> |
| 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 64 | <OutDir>$(SolutionDir)..\build\</OutDir> |
| 65 | <TargetName>cec-client</TargetName> |
| 66 | </PropertyGroup> |
| 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 68 | <OutDir>$(SolutionDir)..\build\</OutDir> |
| 69 | <TargetName>cec-client.x64</TargetName> |
| 70 | </PropertyGroup> |
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 72 | <OutDir>$(SolutionDir)..\build\</OutDir> |
| 73 | <TargetName>cec-client</TargetName> |
| 74 | </PropertyGroup> |
| 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 76 | <OutDir>$(SolutionDir)..\build\</OutDir> |
| 77 | <TargetName>cec-client.x64</TargetName> |
| 78 | </PropertyGroup> |
| 79 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 80 | <ClCompile> |
| 81 | <PrecompiledHeader> |
| 82 | </PrecompiledHeader> |
| 83 | <WarningLevel>Level4</WarningLevel> |
| 84 | <Optimization>Disabled</Optimization> |
| 85 | <PreprocessorDefinitions>_USE_32BIT_TIME_T;_DEBUG;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 86 | <TreatWarningAsError>true</TreatWarningAsError> |
| 87 | <DisableSpecificWarnings> |
| 88 | </DisableSpecificWarnings> |
| 89 | <AdditionalIncludeDirectories>$(SolutiontDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 90 | </ClCompile> |
| 91 | <Link> |
| 92 | <SubSystem>Console</SubSystem> |
| 93 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 94 | <Version> |
| 95 | </Version> |
| 96 | </Link> |
| 97 | </ItemDefinitionGroup> |
| 98 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 99 | <ClCompile> |
| 100 | <PrecompiledHeader> |
| 101 | </PrecompiledHeader> |
| 102 | <WarningLevel>Level4</WarningLevel> |
| 103 | <Optimization>Disabled</Optimization> |
| 104 | <PreprocessorDefinitions>_WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 105 | <TreatWarningAsError>true</TreatWarningAsError> |
| 106 | <DisableSpecificWarnings> |
| 107 | </DisableSpecificWarnings> |
| 108 | <AdditionalIncludeDirectories>$(SolutiontDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 109 | </ClCompile> |
| 110 | <Link> |
| 111 | <SubSystem>Console</SubSystem> |
| 112 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 113 | <AdditionalDependencies> |
| 114 | </AdditionalDependencies> |
| 115 | <Version> |
| 116 | </Version> |
| 117 | </Link> |
| 118 | </ItemDefinitionGroup> |
| 119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 120 | <ClCompile> |
| 121 | <WarningLevel>Level4</WarningLevel> |
| 122 | <PrecompiledHeader> |
| 123 | </PrecompiledHeader> |
| 124 | <Optimization>Full</Optimization> |
| 125 | <FunctionLevelLinking>false</FunctionLevelLinking> |
| 126 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 127 | <PreprocessorDefinitions>_USE_32BIT_TIME_T;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 128 | <TreatWarningAsError>true</TreatWarningAsError> |
| 129 | <DisableSpecificWarnings> |
| 130 | </DisableSpecificWarnings> |
| 131 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 132 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 133 | </ClCompile> |
| 134 | <Link> |
| 135 | <SubSystem>Console</SubSystem> |
| 136 | <GenerateDebugInformation>false</GenerateDebugInformation> |
| 137 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 138 | <OptimizeReferences>true</OptimizeReferences> |
| 139 | <Version> |
| 140 | </Version> |
| 141 | </Link> |
| 142 | </ItemDefinitionGroup> |
| 143 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 144 | <ClCompile> |
| 145 | <WarningLevel>Level4</WarningLevel> |
| 146 | <PrecompiledHeader> |
| 147 | </PrecompiledHeader> |
| 148 | <Optimization>Full</Optimization> |
| 149 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 150 | <PreprocessorDefinitions>_WIN64;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 151 | <TreatWarningAsError>true</TreatWarningAsError> |
| 152 | <DisableSpecificWarnings> |
| 153 | </DisableSpecificWarnings> |
| 154 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 155 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 156 | </ClCompile> |
| 157 | <Link> |
| 158 | <SubSystem>Console</SubSystem> |
| 159 | <GenerateDebugInformation>false</GenerateDebugInformation> |
| 160 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 161 | <OptimizeReferences>true</OptimizeReferences> |
| 162 | <AdditionalDependencies> |
| 163 | </AdditionalDependencies> |
| 164 | <Version> |
| 165 | </Version> |
| 166 | </Link> |
| 167 | </ItemDefinitionGroup> |
| 168 | <ItemGroup> |
| 169 | <ClInclude Include="..\include\cec.h" /> |
| 170 | <ClInclude Include="..\include\cecloader.h" /> |
| 171 | </ItemGroup> |
| 172 | <ItemGroup> |
| 173 | <ClCompile Include="..\src\testclient\main.cpp" /> |
| 174 | </ItemGroup> |
| 175 | <ItemGroup> |
| 176 | <ResourceCompile Include="testclient.rc" /> |
| 177 | </ItemGroup> |
| 178 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 179 | <ImportGroup Label="ExtensionTargets"> |
| 180 | </ImportGroup> |
| 181 | </Project> |