1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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 >{1DD9DB7A-A9D8-4982-9FA3-1AEAFEC5FC1B}</ProjectGuid >
23+ <RootNamespace >DspLib</RootNamespace >
24+ </PropertyGroup >
25+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
27+ <UseDebugLibraries >true</UseDebugLibraries >
28+ <PlatformToolset >v120</PlatformToolset >
29+ <CharacterSet >MultiByte</CharacterSet >
30+ <ConfigurationType >DynamicLibrary</ConfigurationType >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
33+ <UseDebugLibraries >true</UseDebugLibraries >
34+ <PlatformToolset >v120</PlatformToolset >
35+ <CharacterSet >MultiByte</CharacterSet >
36+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
39+ <UseDebugLibraries >false</UseDebugLibraries >
40+ <PlatformToolset >v120</PlatformToolset >
41+ <WholeProgramOptimization >true</WholeProgramOptimization >
42+ <CharacterSet >MultiByte</CharacterSet >
43+ <ConfigurationType >DynamicLibrary</ConfigurationType >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
46+ <UseDebugLibraries >false</UseDebugLibraries >
47+ <PlatformToolset >v120</PlatformToolset >
48+ <WholeProgramOptimization >true</WholeProgramOptimization >
49+ <CharacterSet >MultiByte</CharacterSet >
50+ <ConfigurationType >DynamicLibrary</ConfigurationType >
51+ </PropertyGroup >
52+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
53+ <ImportGroup Label =" ExtensionSettings" >
54+ </ImportGroup >
55+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
56+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57+ <Import Project =" ..\..\PluginCommonLib_Debug32.props" />
58+ </ImportGroup >
59+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
60+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61+ <Import Project =" ..\..\PluginCommonLib_Debug64.props" />
62+ </ImportGroup >
63+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65+ <Import Project =" ..\..\PluginCommonLib_Release32.props" />
66+ </ImportGroup >
67+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ <Import Project =" ..\..\PluginCommonLib_Release64.props" />
70+ </ImportGroup >
71+ <PropertyGroup Label =" UserMacros" />
72+ <PropertyGroup />
73+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
74+ <ClCompile >
75+ <WarningLevel >Level3</WarningLevel >
76+ <Optimization >Disabled</Optimization >
77+ <SDLCheck >true</SDLCheck >
78+ </ClCompile >
79+ <Link >
80+ <GenerateDebugInformation >true</GenerateDebugInformation >
81+ </Link >
82+ </ItemDefinitionGroup >
83+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
84+ <ClCompile >
85+ <WarningLevel >Level3</WarningLevel >
86+ <Optimization >Disabled</Optimization >
87+ <SDLCheck >true</SDLCheck >
88+ </ClCompile >
89+ <Link >
90+ <GenerateDebugInformation >true</GenerateDebugInformation >
91+ </Link >
92+ </ItemDefinitionGroup >
93+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
94+ <ClCompile >
95+ <WarningLevel >Level3</WarningLevel >
96+ <Optimization >MaxSpeed</Optimization >
97+ <FunctionLevelLinking >true</FunctionLevelLinking >
98+ <IntrinsicFunctions >true</IntrinsicFunctions >
99+ <SDLCheck >true</SDLCheck >
100+ </ClCompile >
101+ <Link >
102+ <GenerateDebugInformation >true</GenerateDebugInformation >
103+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
104+ <OptimizeReferences >true</OptimizeReferences >
105+ </Link >
106+ </ItemDefinitionGroup >
107+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
108+ <ClCompile >
109+ <WarningLevel >Level3</WarningLevel >
110+ <Optimization >MaxSpeed</Optimization >
111+ <FunctionLevelLinking >true</FunctionLevelLinking >
112+ <IntrinsicFunctions >true</IntrinsicFunctions >
113+ <SDLCheck >true</SDLCheck >
114+ </ClCompile >
115+ <Link >
116+ <GenerateDebugInformation >true</GenerateDebugInformation >
117+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
118+ <OptimizeReferences >true</OptimizeReferences >
119+ </Link >
120+ </ItemDefinitionGroup >
121+ <ItemGroup >
122+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Bessel.cpp" />
123+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Biquad.cpp" />
124+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Butterworth.cpp" />
125+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Cascade.cpp" />
126+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\ChebyshevI.cpp" />
127+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\ChebyshevII.cpp" />
128+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Custom.cpp" />
129+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Design.cpp" />
130+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Documentation.cpp" />
131+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Elliptic.cpp" />
132+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Filter.cpp" />
133+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Legendre.cpp" />
134+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Param.cpp" />
135+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\PoleFilter.cpp" />
136+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\RBJ.cpp" />
137+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\RootFinder.cpp" />
138+ <ClCompile Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\State.cpp" />
139+ </ItemGroup >
140+ <ItemGroup >
141+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Bessel.h" />
142+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Biquad.h" />
143+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Butterworth.h" />
144+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Cascade.h" />
145+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\ChebyshevI.h" />
146+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\ChebyshevII.h" />
147+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Common.h" />
148+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Custom.h" />
149+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Design.h" />
150+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Dsp.h" />
151+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Elliptic.h" />
152+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Filter.h" />
153+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Layout.h" />
154+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Legendre.h" />
155+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\MathSupplement.h" />
156+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Params.h" />
157+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\PoleFilter.h" />
158+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\RBJ.h" />
159+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\RootFinder.h" />
160+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\SmoothedFilter.h" />
161+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\State.h" />
162+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Types.h" />
163+ <ClInclude Include =" ..\..\..\..\..\Source\Plugins\CommonLibs\DspLib\Utilities.h" />
164+ </ItemGroup >
165+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
166+ <ImportGroup Label =" ExtensionTargets" >
167+ </ImportGroup >
168+ </Project >
0 commit comments