Added support for new MSVC compiler version.
[DynamicAudioNormalizer.git] / DynamicAudioNormalizerNET / DynamicAudioNormalizerNET_VS2015.vcxproj
blob98bef211816243a830e799791428c4b9881de2f2
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="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release_DLL|Win32">
13       <Configuration>Release_DLL</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release_DLL|x64">
17       <Configuration>Release_DLL</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20     <ProjectConfiguration Include="Release_Static|Win32">
21       <Configuration>Release_Static</Configuration>
22       <Platform>Win32</Platform>
23     </ProjectConfiguration>
24     <ProjectConfiguration Include="Release_Static|x64">
25       <Configuration>Release_Static</Configuration>
26       <Platform>x64</Platform>
27     </ProjectConfiguration>
28   </ItemGroup>
29   <PropertyGroup Label="Globals">
30     <ProjectGuid>{E1794071-AB51-45C7-B215-028F3DAA2219}</ProjectGuid>
31     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
32     <Keyword>ManagedCProj</Keyword>
33     <RootNamespace>DynamicAudioNormalizerNET</RootNamespace>
34     <ProjectName>DynamicAudioNormalizerNET</ProjectName>
35   </PropertyGroup>
36   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
38     <ConfigurationType>DynamicLibrary</ConfigurationType>
39     <UseDebugLibraries>true</UseDebugLibraries>
40     <PlatformToolset>v140_xp</PlatformToolset>
41     <CLRSupport>true</CLRSupport>
42     <CharacterSet>Unicode</CharacterSet>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45     <ConfigurationType>DynamicLibrary</ConfigurationType>
46     <UseDebugLibraries>true</UseDebugLibraries>
47     <PlatformToolset>v140_xp</PlatformToolset>
48     <CLRSupport>true</CLRSupport>
49     <CharacterSet>Unicode</CharacterSet>
50   </PropertyGroup>
51   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|Win32'" Label="Configuration">
52     <ConfigurationType>DynamicLibrary</ConfigurationType>
53     <UseDebugLibraries>false</UseDebugLibraries>
54     <PlatformToolset>v140_xp</PlatformToolset>
55     <CLRSupport>true</CLRSupport>
56     <CharacterSet>Unicode</CharacterSet>
57   </PropertyGroup>
58   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|x64'" Label="Configuration">
59     <ConfigurationType>DynamicLibrary</ConfigurationType>
60     <UseDebugLibraries>false</UseDebugLibraries>
61     <PlatformToolset>v140_xp</PlatformToolset>
62     <CLRSupport>true</CLRSupport>
63     <CharacterSet>Unicode</CharacterSet>
64   </PropertyGroup>
65   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="Configuration">
66     <ConfigurationType>DynamicLibrary</ConfigurationType>
67     <UseDebugLibraries>false</UseDebugLibraries>
68     <PlatformToolset>v140_xp</PlatformToolset>
69     <CLRSupport>true</CLRSupport>
70     <CharacterSet>Unicode</CharacterSet>
71   </PropertyGroup>
72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|x64'" Label="Configuration">
73     <ConfigurationType>DynamicLibrary</ConfigurationType>
74     <UseDebugLibraries>false</UseDebugLibraries>
75     <PlatformToolset>v140_xp</PlatformToolset>
76     <CLRSupport>true</CLRSupport>
77     <CharacterSet>Unicode</CharacterSet>
78   </PropertyGroup>
79   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
80   <ImportGroup Label="ExtensionSettings">
81   </ImportGroup>
82   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
84   </ImportGroup>
85   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
86     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
87   </ImportGroup>
88   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release_DLL|Win32'">
89     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
90   </ImportGroup>
91   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|x64'" Label="PropertySheets">
92     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
93   </ImportGroup>
94   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="PropertySheets">
95     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
96   </ImportGroup>
97   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|x64'" Label="PropertySheets">
98     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
99   </ImportGroup>
100   <PropertyGroup Label="UserMacros" />
101   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
102     <LinkIncremental>true</LinkIncremental>
103     <OutDir>$(SolutionDir)\bin\$(Platform)\$(PlatformToolset)\$(Configuration)\</OutDir>
104     <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Platform)\$(PlatformToolset)\$(Configuration)\</IntDir>
105   </PropertyGroup>
106   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107     <LinkIncremental>true</LinkIncremental>
108     <OutDir>$(SolutionDir)\bin\$(Platform)\$(PlatformToolset)\$(Configuration)\</OutDir>
109     <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Platform)\$(PlatformToolset)\$(Configuration)\</IntDir>
110   </PropertyGroup>
111   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|Win32'">
112     <LinkIncremental>false</LinkIncremental>
113     <OutDir>$(SolutionDir)\bin\$(Platform)\$(PlatformToolset)\$(Configuration)\</OutDir>
114     <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Platform)\$(PlatformToolset)\$(Configuration)\</IntDir>
115   </PropertyGroup>
116   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|x64'">
117     <LinkIncremental>false</LinkIncremental>
118     <OutDir>$(SolutionDir)\bin\$(Platform)\$(PlatformToolset)\$(Configuration)\</OutDir>
119     <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Platform)\$(PlatformToolset)\$(Configuration)\</IntDir>
120   </PropertyGroup>
121   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
122     <LinkIncremental>false</LinkIncremental>
123     <OutDir>$(SolutionDir)\bin\$(Platform)\$(PlatformToolset)\$(Configuration)\</OutDir>
124     <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Platform)\$(PlatformToolset)\$(Configuration)\</IntDir>
125   </PropertyGroup>
126   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|x64'">
127     <LinkIncremental>false</LinkIncremental>
128     <OutDir>$(SolutionDir)\bin\$(Platform)\$(PlatformToolset)\$(Configuration)\</OutDir>
129     <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Platform)\$(PlatformToolset)\$(Configuration)\</IntDir>
130   </PropertyGroup>
131   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
132     <ClCompile>
133       <WarningLevel>Level3</WarningLevel>
134       <Optimization>Disabled</Optimization>
135       <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136       <PrecompiledHeader>NotUsing</PrecompiledHeader>
137       <AdditionalIncludeDirectories>$(SolutionDir)\DynamicAudioNormalizerAPI\include;$(SolutionDir)\DynamicAudioNormalizerShared\include</AdditionalIncludeDirectories>
138       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
139       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
140     </ClCompile>
141     <Link>
142       <GenerateDebugInformation>true</GenerateDebugInformation>
143       <AdditionalDependencies>
144       </AdditionalDependencies>
145       <SubSystem>Console</SubSystem>
146       <AdditionalLibraryDirectories>
147       </AdditionalLibraryDirectories>
148       <ShowProgress>LinkVerboseLib</ShowProgress>
149     </Link>
150   </ItemDefinitionGroup>
151   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
152     <ClCompile>
153       <WarningLevel>Level3</WarningLevel>
154       <Optimization>Disabled</Optimization>
155       <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156       <PrecompiledHeader>NotUsing</PrecompiledHeader>
157       <AdditionalIncludeDirectories>$(SolutionDir)\DynamicAudioNormalizerAPI\include;$(SolutionDir)\DynamicAudioNormalizerShared\include</AdditionalIncludeDirectories>
158       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
159     </ClCompile>
160     <Link>
161       <GenerateDebugInformation>true</GenerateDebugInformation>
162       <AdditionalDependencies>
163       </AdditionalDependencies>
164       <SubSystem>Console</SubSystem>
165       <AdditionalLibraryDirectories>
166       </AdditionalLibraryDirectories>
167       <ShowProgress>LinkVerboseLib</ShowProgress>
168     </Link>
169   </ItemDefinitionGroup>
170   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|Win32'">
171     <ClCompile>
172       <WarningLevel>Level3</WarningLevel>
173       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
174       <PrecompiledHeader>NotUsing</PrecompiledHeader>
175       <AdditionalIncludeDirectories>$(SolutionDir)\DynamicAudioNormalizerAPI\include;$(SolutionDir)\DynamicAudioNormalizerShared\include</AdditionalIncludeDirectories>
176       <Optimization>MaxSpeed</Optimization>
177       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
178       <IntrinsicFunctions>true</IntrinsicFunctions>
179       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
180       <WholeProgramOptimization>true</WholeProgramOptimization>
181       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
182       <BufferSecurityCheck>false</BufferSecurityCheck>
183       <FunctionLevelLinking>true</FunctionLevelLinking>
184       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
185       <FloatingPointModel>Fast</FloatingPointModel>
186     </ClCompile>
187     <Link>
188       <GenerateDebugInformation>false</GenerateDebugInformation>
189       <AdditionalDependencies>
190       </AdditionalDependencies>
191       <SubSystem>Console</SubSystem>
192       <OptimizeReferences>true</OptimizeReferences>
193       <EnableCOMDATFolding>true</EnableCOMDATFolding>
194       <AdditionalLibraryDirectories>
195       </AdditionalLibraryDirectories>
196       <ShowProgress>LinkVerboseLib</ShowProgress>
197     </Link>
198   </ItemDefinitionGroup>
199   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|x64'">
200     <ClCompile>
201       <WarningLevel>Level3</WarningLevel>
202       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203       <PrecompiledHeader>NotUsing</PrecompiledHeader>
204       <AdditionalIncludeDirectories>$(SolutionDir)\DynamicAudioNormalizerAPI\include;$(SolutionDir)\DynamicAudioNormalizerShared\include</AdditionalIncludeDirectories>
205       <Optimization>MaxSpeed</Optimization>
206       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
207       <IntrinsicFunctions>true</IntrinsicFunctions>
208       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
209       <WholeProgramOptimization>true</WholeProgramOptimization>
210       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
211       <BufferSecurityCheck>false</BufferSecurityCheck>
212       <FloatingPointModel>Fast</FloatingPointModel>
213       <FunctionLevelLinking>true</FunctionLevelLinking>
214     </ClCompile>
215     <Link>
216       <GenerateDebugInformation>false</GenerateDebugInformation>
217       <AdditionalDependencies>
218       </AdditionalDependencies>
219       <SubSystem>Console</SubSystem>
220       <OptimizeReferences>true</OptimizeReferences>
221       <EnableCOMDATFolding>true</EnableCOMDATFolding>
222       <AdditionalLibraryDirectories>
223       </AdditionalLibraryDirectories>
224       <ShowProgress>LinkVerboseLib</ShowProgress>
225     </Link>
226   </ItemDefinitionGroup>
227   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
228     <ClCompile>
229       <WarningLevel>Level3</WarningLevel>
230       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
231       <PrecompiledHeader>NotUsing</PrecompiledHeader>
232       <AdditionalIncludeDirectories>$(SolutionDir)\DynamicAudioNormalizerAPI\include;$(SolutionDir)\DynamicAudioNormalizerShared\include</AdditionalIncludeDirectories>
233       <Optimization>MaxSpeed</Optimization>
234       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
235       <IntrinsicFunctions>true</IntrinsicFunctions>
236       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
237       <WholeProgramOptimization>true</WholeProgramOptimization>
238       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
239       <OmitFramePointers>true</OmitFramePointers>
240       <FloatingPointModel>Fast</FloatingPointModel>
241       <BufferSecurityCheck>false</BufferSecurityCheck>
242       <FunctionLevelLinking>true</FunctionLevelLinking>
243       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
244     </ClCompile>
245     <Link>
246       <GenerateDebugInformation>false</GenerateDebugInformation>
247       <AdditionalDependencies>
248       </AdditionalDependencies>
249       <SubSystem>Console</SubSystem>
250       <OptimizeReferences>true</OptimizeReferences>
251       <EnableCOMDATFolding>true</EnableCOMDATFolding>
252       <AdditionalLibraryDirectories>
253       </AdditionalLibraryDirectories>
254       <ShowProgress>LinkVerboseLib</ShowProgress>
255     </Link>
256   </ItemDefinitionGroup>
257   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|x64'">
258     <ClCompile>
259       <WarningLevel>Level3</WarningLevel>
260       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
261       <PrecompiledHeader>NotUsing</PrecompiledHeader>
262       <AdditionalIncludeDirectories>$(SolutionDir)\DynamicAudioNormalizerAPI\include;$(SolutionDir)\DynamicAudioNormalizerShared\include</AdditionalIncludeDirectories>
263       <Optimization>MaxSpeed</Optimization>
264       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
265       <IntrinsicFunctions>true</IntrinsicFunctions>
266       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
267       <WholeProgramOptimization>true</WholeProgramOptimization>
268       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
269       <OmitFramePointers>true</OmitFramePointers>
270       <BufferSecurityCheck>false</BufferSecurityCheck>
271       <FunctionLevelLinking>true</FunctionLevelLinking>
272       <FloatingPointModel>Fast</FloatingPointModel>
273     </ClCompile>
274     <Link>
275       <GenerateDebugInformation>false</GenerateDebugInformation>
276       <AdditionalDependencies>
277       </AdditionalDependencies>
278       <SubSystem>Console</SubSystem>
279       <OptimizeReferences>true</OptimizeReferences>
280       <EnableCOMDATFolding>true</EnableCOMDATFolding>
281       <AdditionalLibraryDirectories>
282       </AdditionalLibraryDirectories>
283       <ShowProgress>LinkVerboseLib</ShowProgress>
284     </Link>
285   </ItemDefinitionGroup>
286   <ItemGroup>
287     <Reference Include="System" />
288     <Reference Include="System.Data" />
289     <Reference Include="System.Xml" />
290   </ItemGroup>
291   <ItemGroup>
292     <ClCompile Include="src\AssemblyInfo.cpp" />
293     <ClCompile Include="src\DynamicAudioNormalizerNET.cpp" />
294   </ItemGroup>
295   <ItemGroup>
296     <ClInclude Include="src\DynamicAudioNormalizerNET.h" />
297     <ClInclude Include="src\resource.h" />
298   </ItemGroup>
299   <ItemGroup>
300     <ProjectReference Include="..\DynamicAudioNormalizerAPI\DynamicAudioNormalizerAPI_VS2015.vcxproj">
301       <Project>{376386ee-8268-47e3-a335-7663716e4c60}</Project>
302       <Private>true</Private>
303       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
304       <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
305       <LinkLibraryDependencies>true</LinkLibraryDependencies>
306       <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
307     </ProjectReference>
308   </ItemGroup>
309   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
310   <ImportGroup Label="ExtensionTargets">
311   </ImportGroup>
312 </Project>