|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 |
| - <ProjectConfiguration Include="Debug Testsuite|Win32"> |
5 |
| - <Configuration>Debug Testsuite</Configuration> |
6 |
| - <Platform>Win32</Platform> |
7 |
| - </ProjectConfiguration> |
8 | 4 | <ProjectConfiguration Include="Debug|Win32">
|
9 | 5 | <Configuration>Debug</Configuration>
|
10 | 6 | <Platform>Win32</Platform>
|
|
39 | 35 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
40 | 36 | <CharacterSet>MultiByte</CharacterSet>
|
41 | 37 | </PropertyGroup>
|
42 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'" Label="Configuration"> |
43 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 |
| - <UseOfMfc>false</UseOfMfc> |
45 |
| - <CharacterSet>MultiByte</CharacterSet> |
46 |
| - </PropertyGroup> |
47 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label="Configuration">
|
48 | 39 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
49 | 40 | <CharacterSet>Unicode</CharacterSet>
|
|
66 | 57 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
67 | 58 | <Import Project="..\..\project\VS2010Express\XBMC for Windows.props" />
|
68 | 59 | </ImportGroup>
|
69 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'" Label="PropertySheets"> |
70 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 |
| - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
72 |
| - <Import Project="..\..\project\VS2010Express\XBMC for Windows.props" /> |
73 |
| - </ImportGroup> |
74 | 60 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label="PropertySheets">
|
75 | 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
76 | 62 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
83 | 69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
|
84 | 70 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">false</LinkIncremental>
|
85 | 71 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
|
86 |
| - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir> |
87 | 72 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
|
88 |
| - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir> |
89 | 73 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
90 |
| - <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">true</LinkIncremental> |
91 | 74 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
|
92 | 75 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
|
93 | 76 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
94 | 77 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
|
95 | 78 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
|
96 | 79 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">false</LinkIncremental>
|
97 | 80 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ImageLib</TargetName>
|
98 |
| - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">ImageLib</TargetName> |
99 | 81 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ImageLib</TargetName>
|
100 | 82 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">ImageLib</TargetName>
|
101 | 83 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">ImageLib</TargetName>
|
102 | 84 | <CustomBuildAfterTargets Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Build</CustomBuildAfterTargets>
|
103 |
| - <CustomBuildAfterTargets Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">Build</CustomBuildAfterTargets> |
104 | 85 | <CustomBuildAfterTargets Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Build</CustomBuildAfterTargets>
|
105 | 86 | <CustomBuildAfterTargets Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">Build</CustomBuildAfterTargets>
|
106 | 87 | <CustomBuildAfterTargets Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">Build</CustomBuildAfterTargets>
|
|
210 | 191 | <Inputs>$(TargetPath)</Inputs>
|
211 | 192 | </CustomBuildStep>
|
212 | 193 | </ItemDefinitionGroup>
|
213 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'"> |
214 |
| - <Midl> |
215 |
| - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
216 |
| - <MkTypLibCompatible>true</MkTypLibCompatible> |
217 |
| - <SuppressStartupBanner>true</SuppressStartupBanner> |
218 |
| - <TargetEnvironment>Win32</TargetEnvironment> |
219 |
| - <TypeLibraryName>.\Debug/CxImageCrtDll.tlb</TypeLibraryName> |
220 |
| - <HeaderFileName> |
221 |
| - </HeaderFileName> |
222 |
| - </Midl> |
223 |
| - <ClCompile> |
224 |
| - <Optimization>Disabled</Optimization> |
225 |
| - <AdditionalIncludeDirectories>zlib;zlib\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
226 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
227 |
| - <ExceptionHandling>Async</ExceptionHandling> |
228 |
| - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
229 |
| - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
230 |
| - <PrecompiledHeaderOutputFile>$(Configuration)\vs2010\CxImageCrtDll.pch</PrecompiledHeaderOutputFile> |
231 |
| - <AssemblerListingLocation>$(Configuration)\vs2010\</AssemblerListingLocation> |
232 |
| - <ObjectFileName>$(Configuration)\vs2010\</ObjectFileName> |
233 |
| - <ProgramDataBaseFileName>$(Configuration)\vs2010\</ProgramDataBaseFileName> |
234 |
| - <WarningLevel>Level3</WarningLevel> |
235 |
| - <SuppressStartupBanner>true</SuppressStartupBanner> |
236 |
| - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
237 |
| - <CompileAs>Default</CompileAs> |
238 |
| - </ClCompile> |
239 |
| - <ResourceCompile> |
240 |
| - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
241 |
| - <Culture>0x0809</Culture> |
242 |
| - </ResourceCompile> |
243 |
| - <Link> |
244 |
| - <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
245 |
| - <SuppressStartupBanner>true</SuppressStartupBanner> |
246 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
247 |
| - <ProgramDatabaseFile>$(Configuration)\vs2010\ImageLib.pdb</ProgramDatabaseFile> |
248 |
| - <RandomizedBaseAddress>true</RandomizedBaseAddress> |
249 |
| - <DataExecutionPrevention> |
250 |
| - </DataExecutionPrevention> |
251 |
| - <ImportLibrary>$(Configuration)\vs2010\cximagecrtd.lib</ImportLibrary> |
252 |
| - <TargetMachine>MachineX86</TargetMachine> |
253 |
| - </Link> |
254 |
| - <PostBuildEvent> |
255 |
| - <Command> |
256 |
| - </Command> |
257 |
| - </PostBuildEvent> |
258 |
| - <CustomBuildStep> |
259 |
| - <Command>copy /B /Y "$(TargetPath)" "$(SolutionDir)..\..\system\$(TargetFileName)"</Command> |
260 |
| - </CustomBuildStep> |
261 |
| - <CustomBuildStep> |
262 |
| - <Message>Copy output</Message> |
263 |
| - </CustomBuildStep> |
264 |
| - <CustomBuildStep> |
265 |
| - <Outputs>$(SolutionDir)..\..\system\$(TargetFileName)</Outputs> |
266 |
| - <Inputs>$(TargetPath)</Inputs> |
267 |
| - </CustomBuildStep> |
268 |
| - </ItemDefinitionGroup> |
269 | 194 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
270 | 195 | <Midl>
|
271 | 196 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
0 commit comments