Files
cuetools.net/CUEPlayer/CUEPlayer.csproj

295 lines
12 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{04E59836-0C5A-4B9B-8899-848D56911758}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CUEPlayer</RootNamespace>
<AssemblyName>CUEPlayer</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\Debug\net40\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\Release\net40\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Transactions" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Browser.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Browser.Designer.cs">
<DependentUpon>Browser.cs</DependentUpon>
</Compile>
<Compile Include="DataSet1.cs">
<DependentUpon>DataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="Deck.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Deck.Designer.cs">
<DependentUpon>Deck.cs</DependentUpon>
</Compile>
<Compile Include="frmCUEPlayer.cs">
<SubType>Form</SubType>
</Compile>
<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>
<Compile Include="Output.Designer.cs">
<DependentUpon>Output.cs</DependentUpon>
</Compile>
<Compile Include="Playlist.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Playlist.Designer.cs">
<DependentUpon>Playlist.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Browser.resx">
<DependentUpon>Browser.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Deck.resx">
<DependentUpon>Deck.cs</DependentUpon>
</EmbeddedResource>
<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>
<EmbeddedResource Include="Playlist.resx">
<DependentUpon>Playlist.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Settings.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CUEControls\CUEControls.csproj">
<Project>{CA4D64E6-6544-4A29-8BA5-7DB08D50D072}</Project>
<Name>CUEControls</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\CUETools.CDImage\CUETools.CDImage.csproj">
<Project>{1DD41038-D885-46C5-8DDE-E0B82F066584}</Project>
<Name>CUETools.CDImage</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\CUETools.Codecs.CoreAudio\CUETools.Codecs.CoreAudio.csproj">
<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>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\CUETools.DSP.Mixer\CUETools.DSP.Mixer.csproj">
<Project>{AFF1AFF9-839D-4892-88CD-8BD09BAFC1D2}</Project>
<Name>CUETools.DSP.Mixer</Name>
</ProjectReference>
<ProjectReference Include="..\CUETools.DSP.Resampler\CUETools.DSP.Resampler.csproj">
<Project>{A6303861-CA06-4C2C-A104-BA9291538F6F}</Project>
<Name>CUETools.DSP.Resampler</Name>
</ProjectReference>
<ProjectReference Include="..\CUETools.Processor\CUETools.Processor.csproj">
<Project>{4911BD82-49EF-4858-8B51-5394F86739A4}</Project>
<Name>CUETools.Processor</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\ProgressODoom\ProgressODoom.csproj">
<Project>{8DD1E84B-0B03-4C0B-9B42-1E49F75E7CB1}</Project>
<Name>ProgressODoom</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\control_play_blue.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\control_stop_blue.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\control_pause_blue.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\control_end_blue.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\control_start_blue.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\control_eject.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\control_eject_blue.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\control_fastforward_blue.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\control_repeat_blue.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\control_rewind_blue.png" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="DataSet1.xsc">
<DependentUpon>DataSet1.xsd</DependentUpon>
</None>
<None Include="DataSet1.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
</None>
<None Include="DataSet1.xss">
<DependentUpon>DataSet1.xsd</DependentUpon>
</None>
<None Include="Properties\DataSources\frmCUEPlayer.datasource" />
<None Include="Resources\control_equalizer_blue.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.SQL.Server.Compact.3.5">
<Visible>False</Visible>
<ProductName>SQL Server Compact 3.5 SP2</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<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" />
<!-- 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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>