Commit | Line | Data |
---|---|---|
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> | |
31 | </PropertyGroup> | |
f00ff009 LOK |
32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
33 | <ConfigurationType>Application</ConfigurationType> | |
34 | <UseDebugLibraries>true</UseDebugLibraries> | |
35 | <CharacterSet>MultiByte</CharacterSet> | |
36 | </PropertyGroup> | |
abbca718 LOK |
37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
38 | <ConfigurationType>Application</ConfigurationType> | |
39 | <UseDebugLibraries>false</UseDebugLibraries> | |
abbca718 LOK |
40 | <CharacterSet>MultiByte</CharacterSet> |
41 | </PropertyGroup> | |
f00ff009 LOK |
42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
43 | <ConfigurationType>Application</ConfigurationType> | |
44 | <UseDebugLibraries>false</UseDebugLibraries> | |
45 | <CharacterSet>MultiByte</CharacterSet> | |
46 | </PropertyGroup> | |
abbca718 LOK |
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> | |
f00ff009 LOK |
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> | |
abbca718 LOK |
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> | |
f00ff009 LOK |
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> | |
abbca718 LOK |
62 | <PropertyGroup Label="UserMacros" /> |
63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
4d760b54 | 64 | <OutDir>$(SolutionDir)..\build\</OutDir> |
abbca718 LOK |
65 | <TargetName>cec-client</TargetName> |
66 | </PropertyGroup> | |
f00ff009 | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
4d760b54 | 68 | <OutDir>$(SolutionDir)..\build\</OutDir> |
f00ff009 LOK |
69 | <TargetName>cec-client.x64</TargetName> |
70 | </PropertyGroup> | |
71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
4d760b54 | 72 | <OutDir>$(SolutionDir)..\build\</OutDir> |
c751d00a | 73 | <TargetName>cec-client</TargetName> |
abbca718 | 74 | </PropertyGroup> |
f00ff009 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
4d760b54 | 76 | <OutDir>$(SolutionDir)..\build\</OutDir> |
f00ff009 LOK |
77 | <TargetName>cec-client.x64</TargetName> |
78 | </PropertyGroup> | |
abbca718 LOK |
79 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
80 | <ClCompile> | |
81 | <PrecompiledHeader> | |
82 | </PrecompiledHeader> | |
b9861f8c | 83 | <WarningLevel>Level4</WarningLevel> |
abbca718 | 84 | <Optimization>Disabled</Optimization> |
f00ff009 LOK |
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> | |
2b44051c | 89 | <AdditionalIncludeDirectories>$(SolutiontDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
f00ff009 LOK |
90 | </ClCompile> |
91 | <Link> | |
92 | <SubSystem>Console</SubSystem> | |
93 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
f00ff009 LOK |
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> | |
b9861f8c | 105 | <TreatWarningAsError>true</TreatWarningAsError> |
f00ff009 LOK |
106 | <DisableSpecificWarnings> |
107 | </DisableSpecificWarnings> | |
2b44051c | 108 | <AdditionalIncludeDirectories>$(SolutiontDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
abbca718 LOK |
109 | </ClCompile> |
110 | <Link> | |
111 | <SubSystem>Console</SubSystem> | |
112 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
4d760b54 LOK |
113 | <AdditionalDependencies> |
114 | </AdditionalDependencies> | |
c62891e3 LOK |
115 | <Version> |
116 | </Version> | |
abbca718 LOK |
117 | </Link> |
118 | </ItemDefinitionGroup> | |
119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
120 | <ClCompile> | |
b9861f8c | 121 | <WarningLevel>Level4</WarningLevel> |
abbca718 LOK |
122 | <PrecompiledHeader> |
123 | </PrecompiledHeader> | |
b9861f8c LOK |
124 | <Optimization>Full</Optimization> |
125 | <FunctionLevelLinking>false</FunctionLevelLinking> | |
abbca718 | 126 | <IntrinsicFunctions>true</IntrinsicFunctions> |
f00ff009 LOK |
127 | <PreprocessorDefinitions>_USE_32BIT_TIME_T;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
128 | <TreatWarningAsError>true</TreatWarningAsError> | |
129 | <DisableSpecificWarnings> | |
130 | </DisableSpecificWarnings> | |
2b44051c | 131 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
4d760b54 | 132 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
f00ff009 LOK |
133 | </ClCompile> |
134 | <Link> | |
135 | <SubSystem>Console</SubSystem> | |
136 | <GenerateDebugInformation>false</GenerateDebugInformation> | |
137 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
138 | <OptimizeReferences>true</OptimizeReferences> | |
f00ff009 LOK |
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> | |
f00ff009 LOK |
149 | <IntrinsicFunctions>true</IntrinsicFunctions> |
150 | <PreprocessorDefinitions>_WIN64;_CRT_SECURE_NO_WARNINGS;_WINSOCKAPI_;__STDC_CONSTANT_MACROS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
b9861f8c | 151 | <TreatWarningAsError>true</TreatWarningAsError> |
f00ff009 LOK |
152 | <DisableSpecificWarnings> |
153 | </DisableSpecificWarnings> | |
2b44051c | 154 | <AdditionalIncludeDirectories>$(SolutionDir)..\include;$(SolutionDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
4d760b54 | 155 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
abbca718 LOK |
156 | </ClCompile> |
157 | <Link> | |
158 | <SubSystem>Console</SubSystem> | |
b9861f8c | 159 | <GenerateDebugInformation>false</GenerateDebugInformation> |
abbca718 LOK |
160 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
161 | <OptimizeReferences>true</OptimizeReferences> | |
4d760b54 LOK |
162 | <AdditionalDependencies> |
163 | </AdditionalDependencies> | |
c62891e3 LOK |
164 | <Version> |
165 | </Version> | |
abbca718 LOK |
166 | </Link> |
167 | </ItemDefinitionGroup> | |
168 | <ItemGroup> | |
cb915777 LOK |
169 | <ClInclude Include="..\include\cec.h" /> |
170 | <ClInclude Include="..\include\cecloader.h" /> | |
abbca718 LOK |
171 | </ItemGroup> |
172 | <ItemGroup> | |
dca2d070 | 173 | <ClCompile Include="..\src\lib\platform\windows\os-threads.cpp" /> |
abbca718 LOK |
174 | <ClCompile Include="..\src\testclient\main.cpp" /> |
175 | </ItemGroup> | |
c62891e3 LOK |
176 | <ItemGroup> |
177 | <ResourceCompile Include="testclient.rc" /> | |
178 | </ItemGroup> | |
abbca718 LOK |
179 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
180 | <ImportGroup Label="ExtensionTargets"> | |
181 | </ImportGroup> | |
182 | </Project> |