mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Show config.h in MSVC project
This commit is contained in:
@@ -138,6 +138,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\lib-src\mpglib\common.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\mpglib\config.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\mpglib\dct64_i386.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\mpglib\decode_i386.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\mpglib\huffman.h" />
|
||||
@@ -154,4 +155,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
@@ -66,6 +66,9 @@
|
||||
<ClInclude Include="..\..\..\lib-src\mpglib\tabinit.h">
|
||||
<Filter>Include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\lib-src\mpglib\config.h">
|
||||
<Filter>Include</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="Include">
|
||||
|
Reference in New Issue
Block a user