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="DebugDLL|Win32">
13      <Configuration>DebugDLL</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="DebugDLL|x64">
17      <Configuration>DebugDLL</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20    <ProjectConfiguration Include="Release|Win32">
21      <Configuration>Release</Configuration>
22      <Platform>Win32</Platform>
23    </ProjectConfiguration>
24    <ProjectConfiguration Include="Release|x64">
25      <Configuration>Release</Configuration>
26      <Platform>x64</Platform>
27    </ProjectConfiguration>
28    <ProjectConfiguration Include="ReleaseDLL|Win32">
29      <Configuration>ReleaseDLL</Configuration>
30      <Platform>Win32</Platform>
31    </ProjectConfiguration>
32    <ProjectConfiguration Include="ReleaseDLL|x64">
33      <Configuration>ReleaseDLL</Configuration>
34      <Platform>x64</Platform>
35    </ProjectConfiguration>
36  </ItemGroup>
37  <ItemGroup>
38    <ClInclude Include="..\..\include\opusenc.h" />
39    <ClInclude Include="..\..\src\arch.h" />
40    <ClInclude Include="..\..\src\ogg_packer.h" />
41    <ClInclude Include="..\..\src\opus_header.h" />
42    <ClInclude Include="..\..\src\picture.h" />
43    <ClInclude Include="..\..\src\resample_sse.h" />
44    <ClInclude Include="..\..\src\speex_resampler.h" />
45    <ClInclude Include="..\..\src\unicode_support.h" />
46  </ItemGroup>
47  <ItemGroup>
48    <ClCompile Include="..\..\src\ogg_packer.c" />
49    <ClCompile Include="..\..\src\opusenc.c" />
50    <ClCompile Include="..\..\src\opus_header.c" />
51    <ClCompile Include="..\..\src\picture.c" />
52    <ClCompile Include="..\..\src\resample.c" />
53    <ClCompile Include="..\..\src\unicode_support.c" />
54  </ItemGroup>
55  <PropertyGroup Label="Globals">
56    <ProjectGuid>{755C376F-0786-46A6-B706-A55E37430A4A}</ProjectGuid>
57    <Keyword>Win32Proj</Keyword>
58    <RootNamespace>opusenc</RootNamespace>
59  </PropertyGroup>
60  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
61  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
62    <ConfigurationType>StaticLibrary</ConfigurationType>
63    <UseDebugLibraries>true</UseDebugLibraries>
64    <PlatformToolset>v140</PlatformToolset>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
67    <ConfigurationType>DynamicLibrary</ConfigurationType>
68    <UseDebugLibraries>true</UseDebugLibraries>
69    <PlatformToolset>v140</PlatformToolset>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
72    <ConfigurationType>StaticLibrary</ConfigurationType>
73    <UseDebugLibraries>true</UseDebugLibraries>
74    <PlatformToolset>v140</PlatformToolset>
75  </PropertyGroup>
76  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
77    <ConfigurationType>DynamicLibrary</ConfigurationType>
78    <UseDebugLibraries>true</UseDebugLibraries>
79    <PlatformToolset>v140</PlatformToolset>
80  </PropertyGroup>
81  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
82    <ConfigurationType>StaticLibrary</ConfigurationType>
83    <UseDebugLibraries>false</UseDebugLibraries>
84    <WholeProgramOptimization>true</WholeProgramOptimization>
85    <PlatformToolset>v140</PlatformToolset>
86  </PropertyGroup>
87  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
88    <ConfigurationType>DynamicLibrary</ConfigurationType>
89    <UseDebugLibraries>false</UseDebugLibraries>
90    <WholeProgramOptimization>true</WholeProgramOptimization>
91    <PlatformToolset>v140</PlatformToolset>
92  </PropertyGroup>
93  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
94    <ConfigurationType>StaticLibrary</ConfigurationType>
95    <UseDebugLibraries>false</UseDebugLibraries>
96    <WholeProgramOptimization>true</WholeProgramOptimization>
97    <PlatformToolset>v140</PlatformToolset>
98  </PropertyGroup>
99  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
100    <ConfigurationType>DynamicLibrary</ConfigurationType>
101    <UseDebugLibraries>false</UseDebugLibraries>
102    <WholeProgramOptimization>true</WholeProgramOptimization>
103    <PlatformToolset>v140</PlatformToolset>
104  </PropertyGroup>
105  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
106  <ImportGroup Label="ExtensionSettings">
107  </ImportGroup>
108  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
109    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
110    <Import Project="common.props" />
111  </ImportGroup>
112  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
113    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
114    <Import Project="common.props" />
115  </ImportGroup>
116  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
117    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118    <Import Project="common.props" />
119  </ImportGroup>
120  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
121    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
122    <Import Project="common.props" />
123  </ImportGroup>
124  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
125    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
126    <Import Project="common.props" />
127  </ImportGroup>
128  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
129    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
130    <Import Project="common.props" />
131  </ImportGroup>
132  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
133    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
134    <Import Project="common.props" />
135  </ImportGroup>
136  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
137    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
138    <Import Project="common.props" />
139  </ImportGroup>
140  <PropertyGroup Label="UserMacros" />
141  <ItemDefinitionGroup>
142    <ClCompile>
143      <PreprocessorDefinitions Condition="'$(ConfigurationType)'=='DynamicLibrary'">DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
144    </ClCompile>
145    <Lib>
146      <AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
147    </Lib>
148    <PreBuildEvent>
149      <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
150      <Message>Generating version.h</Message>
151    </PreBuildEvent>
152    <Link>
153      <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
154      <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">opus.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
155    </Link>
156    <Link>
157      <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
158      <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">opus.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
159    </Link>
160    <Link>
161      <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
162      <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">opus.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
163    </Link>
164    <Link>
165      <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
166      <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">opus.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
167    </Link>
168  </ItemDefinitionGroup>
169  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
170  <ImportGroup Label="ExtensionTargets">
171  </ImportGroup>
172</Project>