Skip to content

Latest commit

 

History

History
299 lines (299 loc) · 18 KB

libvorbis_dynamic-WinRT81.vcxproj

File metadata and controls

299 lines (299 loc) · 18 KB
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
Oct 17, 2017
Oct 17, 2017
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\analysis.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\bitrate.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\block.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\codebook.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\envelope.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\floor0.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\floor1.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\info.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\lookup.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\lpc.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\lsp.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\mapping0.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\mdct.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\psy.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\registry.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\res0.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\sharedbook.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\smallft.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\synthesis.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\vorbisenc.c" />
<ClCompile Include="..\..\external\libvorbis-1.3.5\lib\window.c" />
51
52
</ItemGroup>
<ItemGroup>
Oct 17, 2017
Oct 17, 2017
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<ClInclude Include="..\..\external\libvorbis-1.3.5\include\vorbis\codec.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\include\vorbis\vorbisenc.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\include\vorbis\vorbisfile.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\backends.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\bitrate.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\books\coupled\res_books_stereo.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\books\floor\floor_books.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\books\uncoupled\res_books_uncoupled.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\codebook.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\codec_internal.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\envelope.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\highlevel.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\lookup.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\lookup_data.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\lpc.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\lsp.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\masking.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\mdct.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\misc.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\floor_all.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\psych_11.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\psych_16.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\psych_44.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\psych_8.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\residue_16.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\residue_44.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\residue_44u.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\residue_8.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_11.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_16.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_22.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_32.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_44.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_44u.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_8.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_X.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\os.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\psy.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\registry.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\scales.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\smallft.h" />
<ClInclude Include="..\..\external\libvorbis-1.3.5\lib\window.h" />
95
96
</ItemGroup>
<ItemGroup>
Oct 17, 2017
Oct 17, 2017
97
<None Include="..\..\external\libvorbis-1.3.5\win32\vorbis.def" />
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
</ItemGroup>
<ItemGroup>
<ProjectReference Include="libogg_dynamic-WinRT81.vcxproj">
<Project>{6bc6349c-e355-4f1c-9290-ff755114a84b}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{e3ab27f1-eb89-4c65-85df-cb6a4f805753}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<ProjectName>libvorbis_dynamic-WinRT81</ProjectName>
<RootNamespace>libvorbis_dynamic_WinRT81</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>8.1</ApplicationTypeRevision>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<GenerateManifest>false</GenerateManifest>
<IgnoreImportLibrary>false</IgnoreImportLibrary>
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<TargetName>libvorbis</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<GenerateManifest>false</GenerateManifest>
<IgnoreImportLibrary>false</IgnoreImportLibrary>
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<TargetName>libvorbis</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<GenerateManifest>false</GenerateManifest>
<IgnoreImportLibrary>false</IgnoreImportLibrary>
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<TargetName>libvorbis</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<GenerateManifest>false</GenerateManifest>
<IgnoreImportLibrary>false</IgnoreImportLibrary>
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<TargetName>libvorbis</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<GenerateManifest>false</GenerateManifest>
<IgnoreImportLibrary>false</IgnoreImportLibrary>
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<TargetName>libvorbis</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<GenerateManifest>false</GenerateManifest>
<IgnoreImportLibrary>false</IgnoreImportLibrary>
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<TargetName>libvorbis</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
Oct 17, 2017
Oct 17, 2017
210
<AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
211
212
213
214
215
216
217
<PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
Oct 17, 2017
Oct 17, 2017
218
<ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
219
220
221
222
223
224
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
Oct 17, 2017
Oct 17, 2017
225
<AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
226
227
228
229
230
231
232
<PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
Oct 17, 2017
Oct 17, 2017
233
<ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
234
235
236
237
238
239
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
Oct 17, 2017
Oct 17, 2017
240
<AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
241
242
243
244
245
246
247
<PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WIN32_WCE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
Oct 17, 2017
Oct 17, 2017
248
<ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
249
250
251
252
253
254
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
Oct 17, 2017
Oct 17, 2017
255
<AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
256
257
258
259
260
261
262
<PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WIN32_WCE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
Oct 17, 2017
Oct 17, 2017
263
<ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
264
265
266
267
268
269
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
Oct 17, 2017
Oct 17, 2017
270
<AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
271
272
273
274
275
276
277
<PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
Oct 17, 2017
Oct 17, 2017
278
<ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
279
280
281
282
283
284
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
Oct 17, 2017
Oct 17, 2017
285
<AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
286
287
288
289
290
291
292
<PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
Oct 17, 2017
Oct 17, 2017
293
<ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
294
295
296
297
298
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Oct 17, 2017
Oct 17, 2017
299
</Project>