mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
bug fixes
This commit is contained in:
@@ -84,6 +84,18 @@
|
||||
<Compile Include="frmCUEPlayer.Designer.cs">
|
||||
<DependentUpon>frmCUEPlayer.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Icecast.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Icecast.Designer.cs">
|
||||
<DependentUpon>Icecast.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="IcecastSettings.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="IcecastSettings.Designer.cs">
|
||||
<DependentUpon>IcecastSettings.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Output.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -107,6 +119,12 @@
|
||||
<EmbeddedResource Include="frmCUEPlayer.resx">
|
||||
<DependentUpon>frmCUEPlayer.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Icecast.resx">
|
||||
<DependentUpon>Icecast.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="IcecastSettings.resx">
|
||||
<DependentUpon>IcecastSettings.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Output.resx">
|
||||
<DependentUpon>Output.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
@@ -132,6 +150,7 @@
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<Compile Include="Settings.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CUEControls\CUEControls.csproj">
|
||||
@@ -146,6 +165,10 @@
|
||||
<Project>{FAD09EE2-D6B2-4A8E-9F1C-2A9FB293661A}</Project>
|
||||
<Name>CUETools.Codecs.CoreAudio</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\CUETools.Codecs.Icecast\CUETools.Codecs.Icecast.csproj">
|
||||
<Project>{8FC5DA7C-F6AC-4D04-85BC-1233DDF569E7}</Project>
|
||||
<Name>CUETools.Codecs.Icecast</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\CUETools.Codecs\CUETools.Codecs.csproj">
|
||||
<Project>{6458A13A-30EF-45A9-9D58-E5031B17BEE2}</Project>
|
||||
<Name>CUETools.Codecs</Name>
|
||||
@@ -248,6 +271,13 @@
|
||||
<ItemGroup>
|
||||
<Content Include="CUEPlayer.sdf">
|
||||
</Content>
|
||||
<None Include="Properties\DataSources\CUETools.Codecs.Icecast.IcecastSettingsData.datasource" />
|
||||
<None Include="Resources\transmit.ico" />
|
||||
<None Include="Resources\cog.png" />
|
||||
<None Include="Properties\DataSources\Output.datasource" />
|
||||
<None Include="Resources\sound_mute.png" />
|
||||
<None Include="Resources\sound.png" />
|
||||
<None Include="Resources\transmit_blue.png" />
|
||||
<None Include="Resources\ctdb.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
||||
Reference in New Issue
Block a user