Chris@69
|
1 <?xml version="1.0" encoding="utf-8"?>
|
Chris@69
|
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
Chris@69
|
3 <ItemGroup Label="ProjectConfigurations">
|
Chris@69
|
4 <ProjectConfiguration Include="DebugDLL_fixed|Win32">
|
Chris@69
|
5 <Configuration>DebugDLL_fixed</Configuration>
|
Chris@69
|
6 <Platform>Win32</Platform>
|
Chris@69
|
7 </ProjectConfiguration>
|
Chris@69
|
8 <ProjectConfiguration Include="DebugDLL_fixed|x64">
|
Chris@69
|
9 <Configuration>DebugDLL_fixed</Configuration>
|
Chris@69
|
10 <Platform>x64</Platform>
|
Chris@69
|
11 </ProjectConfiguration>
|
Chris@69
|
12 <ProjectConfiguration Include="DebugDLL|Win32">
|
Chris@69
|
13 <Configuration>DebugDLL</Configuration>
|
Chris@69
|
14 <Platform>Win32</Platform>
|
Chris@69
|
15 </ProjectConfiguration>
|
Chris@69
|
16 <ProjectConfiguration Include="DebugDLL|x64">
|
Chris@69
|
17 <Configuration>DebugDLL</Configuration>
|
Chris@69
|
18 <Platform>x64</Platform>
|
Chris@69
|
19 </ProjectConfiguration>
|
Chris@69
|
20 <ProjectConfiguration Include="Debug|Win32">
|
Chris@69
|
21 <Configuration>Debug</Configuration>
|
Chris@69
|
22 <Platform>Win32</Platform>
|
Chris@69
|
23 </ProjectConfiguration>
|
Chris@69
|
24 <ProjectConfiguration Include="Debug|x64">
|
Chris@69
|
25 <Configuration>Debug</Configuration>
|
Chris@69
|
26 <Platform>x64</Platform>
|
Chris@69
|
27 </ProjectConfiguration>
|
Chris@69
|
28 <ProjectConfiguration Include="ReleaseDLL_fixed|Win32">
|
Chris@69
|
29 <Configuration>ReleaseDLL_fixed</Configuration>
|
Chris@69
|
30 <Platform>Win32</Platform>
|
Chris@69
|
31 </ProjectConfiguration>
|
Chris@69
|
32 <ProjectConfiguration Include="ReleaseDLL_fixed|x64">
|
Chris@69
|
33 <Configuration>ReleaseDLL_fixed</Configuration>
|
Chris@69
|
34 <Platform>x64</Platform>
|
Chris@69
|
35 </ProjectConfiguration>
|
Chris@69
|
36 <ProjectConfiguration Include="ReleaseDLL|Win32">
|
Chris@69
|
37 <Configuration>ReleaseDLL</Configuration>
|
Chris@69
|
38 <Platform>Win32</Platform>
|
Chris@69
|
39 </ProjectConfiguration>
|
Chris@69
|
40 <ProjectConfiguration Include="ReleaseDLL|x64">
|
Chris@69
|
41 <Configuration>ReleaseDLL</Configuration>
|
Chris@69
|
42 <Platform>x64</Platform>
|
Chris@69
|
43 </ProjectConfiguration>
|
Chris@69
|
44 <ProjectConfiguration Include="Release|Win32">
|
Chris@69
|
45 <Configuration>Release</Configuration>
|
Chris@69
|
46 <Platform>Win32</Platform>
|
Chris@69
|
47 </ProjectConfiguration>
|
Chris@69
|
48 <ProjectConfiguration Include="Release|x64">
|
Chris@69
|
49 <Configuration>Release</Configuration>
|
Chris@69
|
50 <Platform>x64</Platform>
|
Chris@69
|
51 </ProjectConfiguration>
|
Chris@69
|
52 </ItemGroup>
|
Chris@69
|
53 <ItemGroup>
|
Chris@69
|
54 <ClCompile Include="..\..\tests\opus_encode_regressions.c" />
|
Chris@69
|
55 <ClCompile Include="..\..\tests\test_opus_encode.c" />
|
Chris@69
|
56 </ItemGroup>
|
Chris@69
|
57 <ItemGroup>
|
Chris@69
|
58 <ProjectReference Include="opus.vcxproj">
|
Chris@69
|
59 <Project>{219ec965-228a-1824-174d-96449d05f88a}</Project>
|
Chris@69
|
60 </ProjectReference>
|
Chris@69
|
61 </ItemGroup>
|
Chris@69
|
62 <PropertyGroup Label="Globals">
|
Chris@69
|
63 <ProjectGuid>{84DAA768-1A38-4312-BB61-4C78BB59E5B8}</ProjectGuid>
|
Chris@69
|
64 <Keyword>Win32Proj</Keyword>
|
Chris@69
|
65 <RootNamespace>test_opus_api</RootNamespace>
|
Chris@69
|
66 </PropertyGroup>
|
Chris@69
|
67 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
Chris@69
|
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
Chris@69
|
69 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
70 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
71 </PropertyGroup>
|
Chris@69
|
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
|
Chris@69
|
73 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
74 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
75 </PropertyGroup>
|
Chris@69
|
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="Configuration">
|
Chris@69
|
77 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
78 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
79 </PropertyGroup>
|
Chris@69
|
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
Chris@69
|
81 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
82 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
83 </PropertyGroup>
|
Chris@69
|
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
|
Chris@69
|
85 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
86 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
87 </PropertyGroup>
|
Chris@69
|
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="Configuration">
|
Chris@69
|
89 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
90 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
91 </PropertyGroup>
|
Chris@69
|
92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
Chris@69
|
93 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
94 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
95 </PropertyGroup>
|
Chris@69
|
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
|
Chris@69
|
97 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
98 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
99 </PropertyGroup>
|
Chris@69
|
100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="Configuration">
|
Chris@69
|
101 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
102 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
103 </PropertyGroup>
|
Chris@69
|
104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
Chris@69
|
105 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
106 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
107 </PropertyGroup>
|
Chris@69
|
108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
|
Chris@69
|
109 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
110 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
111 </PropertyGroup>
|
Chris@69
|
112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="Configuration">
|
Chris@69
|
113 <ConfigurationType>Application</ConfigurationType>
|
Chris@69
|
114 <PlatformToolset>v140</PlatformToolset>
|
Chris@69
|
115 </PropertyGroup>
|
Chris@69
|
116 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
Chris@69
|
117 <ImportGroup Label="ExtensionSettings">
|
Chris@69
|
118 </ImportGroup>
|
Chris@69
|
119 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
Chris@69
|
120 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
121 <Import Project="common.props" />
|
Chris@69
|
122 </ImportGroup>
|
Chris@69
|
123 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
|
Chris@69
|
124 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
125 <Import Project="common.props" />
|
Chris@69
|
126 </ImportGroup>
|
Chris@69
|
127 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="PropertySheets">
|
Chris@69
|
128 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
129 <Import Project="common.props" />
|
Chris@69
|
130 </ImportGroup>
|
Chris@69
|
131 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
Chris@69
|
132 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
133 <Import Project="common.props" />
|
Chris@69
|
134 </ImportGroup>
|
Chris@69
|
135 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
|
Chris@69
|
136 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
137 <Import Project="common.props" />
|
Chris@69
|
138 </ImportGroup>
|
Chris@69
|
139 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="PropertySheets">
|
Chris@69
|
140 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
141 <Import Project="common.props" />
|
Chris@69
|
142 </ImportGroup>
|
Chris@69
|
143 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
Chris@69
|
144 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
145 <Import Project="common.props" />
|
Chris@69
|
146 </ImportGroup>
|
Chris@69
|
147 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
|
Chris@69
|
148 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
149 <Import Project="common.props" />
|
Chris@69
|
150 </ImportGroup>
|
Chris@69
|
151 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="PropertySheets">
|
Chris@69
|
152 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
153 <Import Project="common.props" />
|
Chris@69
|
154 </ImportGroup>
|
Chris@69
|
155 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
Chris@69
|
156 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
157 <Import Project="common.props" />
|
Chris@69
|
158 </ImportGroup>
|
Chris@69
|
159 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
|
Chris@69
|
160 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
161 <Import Project="common.props" />
|
Chris@69
|
162 </ImportGroup>
|
Chris@69
|
163 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="PropertySheets">
|
Chris@69
|
164 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
Chris@69
|
165 <Import Project="common.props" />
|
Chris@69
|
166 </ImportGroup>
|
Chris@69
|
167 <PropertyGroup Label="UserMacros" />
|
Chris@69
|
168 <ItemDefinitionGroup />
|
Chris@69
|
169 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
Chris@69
|
170 <ImportGroup Label="ExtensionTargets">
|
Chris@69
|
171 </ImportGroup>
|
Chris@69
|
172 </Project> |