Merge pull request #1129 from jmarshallnz/remove_smb_auth_details_in_add_source
[vuplus_xbmc] / lib / libapetag / libapetag.vcxproj
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="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{BDD2CB99-93C5-4A70-ACBF-396FFB961AD3}</ProjectGuid>
15     <RootNamespace>libapetag</RootNamespace>
16     <Keyword>Win32Proj</Keyword>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20     <ConfigurationType>StaticLibrary</ConfigurationType>
21     <CharacterSet>Unicode</CharacterSet>
22     <WholeProgramOptimization>true</WholeProgramOptimization>
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25     <ConfigurationType>StaticLibrary</ConfigurationType>
26     <CharacterSet>Unicode</CharacterSet>
27   </PropertyGroup>
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29   <ImportGroup Label="ExtensionSettings">
30   </ImportGroup>
31   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33     <Import Project="..\..\project\VS2010Express\XBMC for Windows.props" />
34   </ImportGroup>
35   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37     <Import Project="..\..\project\VS2010Express\XBMC for Windows.props" />
38   </ImportGroup>
39   <PropertyGroup Label="UserMacros" />
40   <PropertyGroup>
41     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
42     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
43     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
44     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
45     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
46   </PropertyGroup>
47   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48     <ClCompile>
49       <Optimization>Disabled</Optimization>
50       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
51       <MinimalRebuild>true</MinimalRebuild>
52       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
53       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
54       <RuntimeTypeInfo>false</RuntimeTypeInfo>
55       <PrecompiledHeader>
56       </PrecompiledHeader>
57       <WarningLevel>Level3</WarningLevel>
58       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
59     </ClCompile>
60     <Lib>
61       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
62     </Lib>
63   </ItemDefinitionGroup>
64   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65     <ClCompile>
66       <Optimization>MaxSpeed</Optimization>
67       <IntrinsicFunctions>true</IntrinsicFunctions>
68       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69       <ExceptionHandling>
70       </ExceptionHandling>
71       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
72       <FunctionLevelLinking>true</FunctionLevelLinking>
73       <RuntimeTypeInfo>false</RuntimeTypeInfo>
74       <PrecompiledHeader>
75       </PrecompiledHeader>
76       <WarningLevel>Level3</WarningLevel>
77       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
78       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
79     </ClCompile>
80     <Lib>
81       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
82     </Lib>
83   </ItemDefinitionGroup>
84   <ItemGroup>
85     <ClCompile Include="apetaglib.c" />
86     <ClCompile Include="file_io.c" />
87     <ClCompile Include="id3v2_read.c" />
88     <ClCompile Include="info_mac.c" />
89     <ClCompile Include="info_mpc.c" />
90     <ClCompile Include="is_tag.c" />
91   </ItemGroup>
92   <ItemGroup>
93     <ClInclude Include="apetaglib.h" />
94     <ClInclude Include="file_io.h" />
95     <ClInclude Include="genres.h" />
96     <ClInclude Include="id3v2_read.h" />
97     <ClInclude Include="info_mac.h" />
98     <ClInclude Include="info_mpc.h" />
99     <ClInclude Include="is_tag.h" />
100   </ItemGroup>
101   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
102   <ImportGroup Label="ExtensionTargets">
103   </ImportGroup>
104 </Project>