Merge pull request #10222 from FernetMenta/finishpipe
[xbmc.git] / project / VS2010Express / XbmcCommons.vcxproj
blob034ba54e83dd4bc7da70b529cf17d83a0b098628
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.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   <ItemGroup>
14     <ClCompile Include="..\..\xbmc\commons\Exception.cpp" />
15     <ClCompile Include="..\..\xbmc\commons\ilog.cpp" />
16   </ItemGroup>
17   <ItemGroup>
18     <ClInclude Include="..\..\xbmc\commons\Buffer.h" />
19     <ClInclude Include="..\..\xbmc\commons\Exception.h" />
20     <ClInclude Include="..\..\xbmc\commons\ilog.h" />
21   </ItemGroup>
22   <PropertyGroup Label="Globals">
23     <ProjectGuid>{87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}</ProjectGuid>
24     <RootNamespace>XbmcCommons</RootNamespace>
25     <Keyword>Win32Proj</Keyword>
26     <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
27   </PropertyGroup>
28   <Import Project="$(SolutionDir)\XBMC.core-defaults.props" />
29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
31     <ConfigurationType>StaticLibrary</ConfigurationType>
32     <UseDebugLibraries>false</UseDebugLibraries>
33     <PlatformToolset>v140</PlatformToolset>
34   </PropertyGroup>
35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
36     <ConfigurationType>StaticLibrary</ConfigurationType>
37     <UseDebugLibraries>true</UseDebugLibraries>
38     <PlatformToolset>v140</PlatformToolset>
39   </PropertyGroup>
40   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">
41     <ConfigurationType>StaticLibrary</ConfigurationType>
42     <UseDebugLibraries>true</UseDebugLibraries>
43   </PropertyGroup>
44   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">
45     <ConfigurationType>StaticLibrary</ConfigurationType>
46     <UseDebugLibraries>false</UseDebugLibraries>
47   </PropertyGroup>
48   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49   <ImportGroup Label="ExtensionSettings">
50   </ImportGroup>
51   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
52     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53     <Import Project="$(SolutionDir)\XBMC.defaults.props" />
54   </ImportGroup>
55   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
56     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57     <Import Project="$(SolutionDir)\XBMC.defaults.props" />
58   </ImportGroup>
59   <PropertyGroup Label="UserMacros" />
60   <PropertyGroup>
61     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
62     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
63     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
64     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
65     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
66     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(DXSDK_DIR)Include;$(IncludePath)</IncludePath>
67     <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(DXSDK_DIR)Lib\x86;$(LibraryPath)</LibraryPath>
68     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XbmcCommonsd</TargetName>
69     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XbmcCommons</TargetName>
70     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)Include;$(IncludePath)</IncludePath>
71     <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)Lib\x86;$(LibraryPath)</LibraryPath>
72   </PropertyGroup>
73   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74     <ClCompile>
75       <AdditionalIncludeDirectories>..\..\xbmc;..\..\xbmc\platform\win32</AdditionalIncludeDirectories>
76       <PreprocessorDefinitions>NOMINMAX;_LIB;_USE_32BIT_TIME_T;HAS_DX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77       <DisableSpecificWarnings>4800;4018;4146;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
78       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
79     </ClCompile>
80     <Lib />
81   </ItemDefinitionGroup>
82   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83     <ClCompile>
84       <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
85       <AdditionalIncludeDirectories>..\..\xbmc;..\..\xbmc\platform\win32</AdditionalIncludeDirectories>
86       <PreprocessorDefinitions>NOMINMAX;_LIB;_USE_32BIT_TIME_T;HAS_DX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87       <PrecompiledHeaderFile>commons.hpp</PrecompiledHeaderFile>
88       <DebugInformationFormat>
89       </DebugInformationFormat>
90       <DisableSpecificWarnings>4800;4018;4146;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
91       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
92     </ClCompile>
93     <Lib />
94     <Lib />
95   </ItemDefinitionGroup>
96   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
97   <ImportGroup Label="ExtensionTargets">
98   </ImportGroup>
99 </Project>