mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Refactored the LAME interop.
This commit is contained in:
@@ -59,8 +59,22 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Encoder.cs" />
|
||||
<Compile Include="Lame.cs" />
|
||||
<Compile Include="Interop\ACC.cs" />
|
||||
<Compile Include="Interop\BE_CONFIG.cs" />
|
||||
<Compile Include="Interop\BE_VERSION.cs" />
|
||||
<Compile Include="Interop\Format.cs" />
|
||||
<Compile Include="Interop\Lame_encDLL.cs" />
|
||||
<Compile Include="Interop\LAME_QUALITY_PRESET.cs" />
|
||||
<Compile Include="Interop\LHV1.cs" />
|
||||
<Compile Include="Interop\MP3.cs" />
|
||||
<Compile Include="Interop\MpegMode.cs" />
|
||||
<Compile Include="Interop\VBRMETHOD.cs" />
|
||||
<Compile Include="LAMEEncoder.cs" />
|
||||
<Compile Include="LAMEEncoderCBR.cs" />
|
||||
<Compile Include="LAMEEncoderCBRSettings.cs" />
|
||||
<Compile Include="LAMEEncoderVBR.cs" />
|
||||
<Compile Include="LAMEEncoderVBRProcessingQuality.cs" />
|
||||
<Compile Include="LAMEEncoderVBRSettings.cs" />
|
||||
<Compile Include="LameWriter.cs" />
|
||||
<Compile Include="LameWriterSettings.cs" />
|
||||
<Compile Include="LameWriterVBR.cs" />
|
||||
@@ -90,6 +104,9 @@
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Interop\License.txt" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
Reference in New Issue
Block a user