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