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="Devel|Win32"> |
9 |
<Configuration>Devel</Configuration> |
10 |
<Platform>Win32</Platform> |
11 |
</ProjectConfiguration> |
12 |
<ProjectConfiguration Include="Release|Win32"> |
13 |
<Configuration>Release</Configuration> |
14 |
<Platform>Win32</Platform> |
15 |
</ProjectConfiguration> |
16 |
</ItemGroup> |
17 |
<PropertyGroup Label="Globals"> |
18 |
<ProjectGuid>{E9B51944-7E6D-4BCD-83F2-7BBD5A46182D}</ProjectGuid> |
19 |
<RootNamespace>SoundTouch</RootNamespace> |
20 |
</PropertyGroup> |
21 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
22 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Devel|Win32'" Label="Configuration"> |
23 |
<ConfigurationType>StaticLibrary</ConfigurationType> |
24 |
<CharacterSet>MultiByte</CharacterSet> |
25 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
28 |
<ConfigurationType>StaticLibrary</ConfigurationType> |
29 |
<CharacterSet>MultiByte</CharacterSet> |
30 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
31 |
</PropertyGroup> |
32 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
33 |
<ConfigurationType>StaticLibrary</ConfigurationType> |
34 |
<CharacterSet>MultiByte</CharacterSet> |
35 |
</PropertyGroup> |
36 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
37 |
<ImportGroup Label="ExtensionSettings"> |
38 |
</ImportGroup> |
39 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Devel|Win32'" Label="PropertySheets"> |
40 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
41 |
<Import Project="..\DefaultProjectRootDir.props" /> |
42 |
<Import Project="..\3rdparty.props" /> |
43 |
<Import Project="..\..\common\vsprops\CodeGen_Devel.props" /> |
44 |
<Import Project="..\..\common\vsprops\IncrementalLinking.props" /> |
45 |
</ImportGroup> |
46 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
47 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
48 |
<Import Project="..\DefaultProjectRootDir.props" /> |
49 |
<Import Project="..\3rdparty.props" /> |
50 |
<Import Project="..\..\common\vsprops\CodeGen_Release.props" /> |
51 |
</ImportGroup> |
52 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
53 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
54 |
<Import Project="..\DefaultProjectRootDir.props" /> |
55 |
<Import Project="..\3rdparty.props" /> |
56 |
<Import Project="..\..\common\vsprops\CodeGen_Debug.props" /> |
57 |
<Import Project="..\..\common\vsprops\IncrementalLinking.props" /> |
58 |
</ImportGroup> |
59 |
<PropertyGroup Label="UserMacros" /> |
60 |
<PropertyGroup> |
61 |
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
62 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
63 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
64 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
65 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Devel|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
66 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Devel|Win32'" /> |
67 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Devel|Win32'" /> |
68 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
69 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
70 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
71 |
<TargetName Condition="'$(Configuration)|$(Platform)'=='Devel|Win32'">$(ProjectName)-dev</TargetName> |
72 |
</PropertyGroup> |
73 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 |
<ClCompile> |
75 |
<WarningLevel>Level3</WarningLevel> |
76 |
</ClCompile> |
77 |
</ItemDefinitionGroup> |
78 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
79 |
<ClCompile> |
80 |
<WarningLevel>Level3</WarningLevel> |
81 |
</ClCompile> |
82 |
</ItemDefinitionGroup> |
83 |
<ItemGroup> |
84 |
<ClCompile Include="3dnow_win.cpp" /> |
85 |
<ClCompile Include="AAFilter.cpp" /> |
86 |
<ClCompile Include="cpu_detect_x86_win.cpp" /> |
87 |
<ClCompile Include="FIFOSampleBuffer.cpp" /> |
88 |
<ClCompile Include="FIRFilter.cpp" /> |
89 |
<ClCompile Include="mmx_optimized.cpp" /> |
90 |
<ClCompile Include="RateTransposer.cpp" /> |
91 |
<ClCompile Include="SoundTouch.cpp" /> |
92 |
<ClCompile Include="sse_optimized.cpp" /> |
93 |
<ClCompile Include="TDStretch.cpp" /> |
94 |
<ClCompile Include="WavFile.cpp" /> |
95 |
</ItemGroup> |
96 |
<ItemGroup> |
97 |
<ClInclude Include="AAFilter.h" /> |
98 |
<ClInclude Include="BPMDetect.h" /> |
99 |
<ClInclude Include="cpu_detect.h" /> |
100 |
<ClInclude Include="FIFOSampleBuffer.h" /> |
101 |
<ClInclude Include="FIFOSamplePipe.h" /> |
102 |
<ClInclude Include="FIRFilter.h" /> |
103 |
<ClInclude Include="RateTransposer.h" /> |
104 |
<ClInclude Include="SoundTouch.h" /> |
105 |
<ClInclude Include="STTypes.h" /> |
106 |
<ClInclude Include="TDStretch.h" /> |
107 |
<ClInclude Include="WavFile.h" /> |
108 |
</ItemGroup> |
109 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
110 |
<ImportGroup Label="ExtensionTargets"> |
111 |
</ImportGroup> |
112 |
</Project> |