-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AlphaCentaury
authored and
AlphaCentaury
committed
Jul 31, 2016
1 parent
2f8eb7b
commit 0dc77b9
Showing
2,718 changed files
with
140,882 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Copyright (C) 2014-2015, Codeplex user AlphaCentaury | ||
// All rights reserved, except those granted by the governing license of this software. See 'license.txt' file in the project root for complete license information. | ||
|
||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: AssemblyFileVersion(SolutionVersion.AssemblyFileVersion)] | ||
[assembly: AssemblyInformationalVersion(SolutionVersion.AssemblyInformationalVersion)] | ||
[assembly: AssemblyProduct(SolutionVersion.AssemblyProduct)] | ||
[assembly: AssemblyCompany("movistartv.codeplex.com")] | ||
|
||
internal static class SolutionVersion | ||
{ | ||
public const string DefaultAssemblyVersion = "1.5.35.5"; | ||
public const string AssemblyFileVersion = "1.5.35.5"; | ||
public const string AssemblyInformationalVersion = "1.5.35.5"; | ||
public const string AssemblyProduct = "DVB-IPTV software decoder for movistar+" + " (v" + ProductVersion + ")"; | ||
public const string ProductVersion = "1.5 \"Kruger 60\" Alpha 3c"; | ||
public const string DefaultCopyright = "Copyright (C) 2014-2015, AlphaCentaury and contributors"; | ||
} // class SolutionVersion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,302 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{3FB48C93-85EC-4894-8FE7-E035DDC0618C}</ProjectGuid> | ||
<OutputType>WinExe</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>Project.DvbIpTv.ChannelList</RootNamespace> | ||
<AssemblyName>ChannelList</AssemblyName> | ||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<TargetFrameworkProfile> | ||
</TargetFrameworkProfile> | ||
<SccProjectName>SAK</SccProjectName> | ||
<SccLocalPath>SAK</SccLocalPath> | ||
<SccAuxPath>SAK</SccAuxPath> | ||
<SccProvider>SAK</SccProvider> | ||
<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> | ||
<IsWebBootstrapper>false</IsWebBootstrapper> | ||
<UseApplicationTrust>false</UseApplicationTrust> | ||
<BootstrapperEnabled>true</BootstrapperEnabled> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<NoWarn> | ||
</NoWarn> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<ApplicationIcon>Resources\IPTV.ico</ApplicationIcon> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Microsoft.ExceptionMessageBox, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.ExceptionMessageBox.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Microsoft.Win32.TaskScheduler, Version=2.2.2.26203, Culture=neutral, PublicKeyToken=0d013ddd5178a2ae, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>..\Third-party\TaskScheduler\2.2.2\v2.0\Microsoft.Win32.TaskScheduler.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>..\..\..\..\..\..\..\..\..\..\Program Files\Microsoft SQL Server Compact Edition\v4.0\Desktop\System.Data.SqlServerCe.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Deployment" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="System.Windows.Forms" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="..\AssemblySolutionInfo.cs"> | ||
<Link>Properties\AssemblySolutionInfo.cs</Link> | ||
</Compile> | ||
<Compile Include="ChannelListForm.cs"> | ||
<SubType>Form</SubType> | ||
</Compile> | ||
<Compile Include="ChannelListForm.Designer.cs"> | ||
<DependentUpon>ChannelListForm.cs</DependentUpon> | ||
</Compile> | ||
<Compile Include="CommonUiResources.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>CommonUiResources.resx</DependentUpon> | ||
</Compile> | ||
<Compile Include="MyApplicationContext.cs" /> | ||
<Compile Include="Properties\Resources.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
<Compile Include="SelectProviderDialog.cs"> | ||
<SubType>Form</SubType> | ||
</Compile> | ||
<Compile Include="SelectProviderDialog.Designer.cs"> | ||
<DependentUpon>SelectProviderDialog.cs</DependentUpon> | ||
</Compile> | ||
<Compile Include="Properties\InvariantTexts.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>InvariantTexts.resx</DependentUpon> | ||
</Compile> | ||
<Compile Include="MyApplication.cs" /> | ||
<Compile Include="Program.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Properties\Texts.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>Texts.resx</DependentUpon> | ||
</Compile> | ||
<EmbeddedResource Include="ChannelListForm.es.resx"> | ||
<DependentUpon>ChannelListForm.cs</DependentUpon> | ||
<SubType>Designer</SubType> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="ChannelListForm.resx"> | ||
<DependentUpon>ChannelListForm.cs</DependentUpon> | ||
<SubType>Designer</SubType> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="Properties\InvariantTexts.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>InvariantTexts.Designer.cs</LastGenOutput> | ||
<SubType>Designer</SubType> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<SubType>Designer</SubType> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="Properties\Texts.es.resx"> | ||
<SubType>Designer</SubType> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="Properties\Texts.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Texts.Designer.cs</LastGenOutput> | ||
<SubType>Designer</SubType> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="CommonUiResources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<SubType>Designer</SubType> | ||
<LastGenOutput>CommonUiResources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="SelectProviderDialog.es.resx"> | ||
<DependentUpon>SelectProviderDialog.cs</DependentUpon> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="SelectProviderDialog.resx"> | ||
<DependentUpon>SelectProviderDialog.cs</DependentUpon> | ||
</EmbeddedResource> | ||
<None Include="..\solution-license.rtf"> | ||
<Link>Resources\solution-license.rtf</Link> | ||
</None> | ||
<None Include="..\solution-license_es.rtf"> | ||
<Link>Resources\solution-license_es.rtf</Link> | ||
</None> | ||
<None Include="app.config" /> | ||
<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> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="Resources\GoogleTelemetry_en.rtf" /> | ||
<None Include="Resources\GoogleTelemetry_es.rtf" /> | ||
<None Include="Resources\WebBrowser_16x16.png" /> | ||
<None Include="Resources\RefreshBlue_16x16.png" /> | ||
<None Include="Resources\Properties_16x16.png" /> | ||
<None Include="Resources\Settings_16x616.png" /> | ||
<None Include="Resources\RightArrowShort_Green_16x16.png" /> | ||
<None Include="Resources\Record_16x16.png" /> | ||
<None Include="Resources\Help_16x16.png" /> | ||
<Content Include="..\Common.UI\Resources\ListView_Tiles_16x16.png"> | ||
<Link>Resources\ListView_Tiles_16x16.png</Link> | ||
</Content> | ||
<Content Include="..\solution-license.txt"> | ||
<Link>Resources\solution-license.txt</Link> | ||
</Content> | ||
<Content Include="..\solution-license_es.txt"> | ||
<Link>Resources\solution-license_es.txt</Link> | ||
</Content> | ||
<Content Include="license.txt" /> | ||
<None Include="Resources\HighPriority_24x24.png" /> | ||
<None Include="Resources\Error_24x24.png" /> | ||
<None Include="Resources\Exception_24x24.png" /> | ||
<None Include="Resources\Info_24x24.png" /> | ||
<None Include="Resources\DownloadWeb_16x16.png" /> | ||
<None Include="Resources\DownloadWebSettings_16x16.png" /> | ||
<Content Include="Resources\IPTV.ico" /> | ||
<None Include="Resources\Splash.png" /> | ||
<None Include="Resources\SortAZ_16x16.png" /> | ||
<None Include="Resources\ThumbnailView_16x16.png" /> | ||
<None Include="Resources\ListBullets_16x16.png" /> | ||
<None Include="Resources\ViewThumbnails_16x16.png" /> | ||
<None Include="Resources\SortZA_16x16.png" /> | ||
<None Include="Resources\SortDescending_16x16.png" /> | ||
<None Include="Resources\SortAscending_16x16.png" /> | ||
<None Include="Resources\Success_24x24.png" /> | ||
<None Include="Resources\Warning_24x24.png" /> | ||
<Content Include="Resources\Warning_48x48.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.3.5.SP1"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Core.IpTvProvider\Core.IpTvProvider.csproj"> | ||
<Project>{36b8e0a1-f1b1-498d-8fe7-a39bb7fd68ca}</Project> | ||
<Name>Core.IpTvProvider</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\DvbStpClient\DvbStpClient.csproj"> | ||
<Project>{8ad3c34b-a1d3-4385-a8a9-c429bd9a37d3}</Project> | ||
<Name>DvbStpClient</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Etsi.Ts102034\Etsi.Ts102034.csproj"> | ||
<Project>{b91c438d-0333-4d06-86cd-74ce82df6f40}</Project> | ||
<Name>Etsi.Ts102034</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\IpTv.MovistarPlus\IpTv.MovistarPlus.csproj"> | ||
<Project>{e1748f45-dd50-4479-96f6-f7eba6f3e28b}</Project> | ||
<Name>IpTv.MovistarPlus</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Project.Common\Project.Common.csproj"> | ||
<Project>{8da15060-5a78-4f89-a9f1-7aa56b0d622c}</Project> | ||
<Name>Project.Common</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Services.EPG\Services.EPG.csproj"> | ||
<Project>{ed5c1cf5-0975-4995-8933-9a7df39fd739}</Project> | ||
<Name>Services.EPG</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Services.Record.Serialization\Services.Record.Serialization.csproj"> | ||
<Project>{074c14ed-c574-46d2-b9dc-c1b5f65d9a69}</Project> | ||
<Name>Services.Record.Serialization</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Services.Record\Services.Record.csproj"> | ||
<Project>{a4172cdd-c8fd-4c91-9aaf-54a948f26273}</Project> | ||
<Name>Services.Record</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Services.SqlServerCE\Services.SqlServerCE.csproj"> | ||
<Project>{3a053f34-4edf-4071-b966-923255a0ae14}</Project> | ||
<Name>Services.SqlServerCE</Name> | ||
<Private>True</Private> | ||
</ProjectReference> | ||
<ProjectReference Include="..\UiServices.Common\UiServices.Common.csproj"> | ||
<Project>{76346905-ac2f-4f01-ba99-bbffbb2a6fe9}</Project> | ||
<Name>UiServices.Common</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\UiServices.Config\UiServices.Config.csproj"> | ||
<Project>{a722de9d-ae51-479c-825f-a19f4c69bd75}</Project> | ||
<Name>UiServices.Config</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\UiServices.Discovery\UiServices.Discovery.csproj"> | ||
<Project>{7e5e21b9-4bd6-4fb3-9055-9b09cc479c6c}</Project> | ||
<Name>UiServices.Discovery</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\UiServices.DvbStpClient\UiServices.DvbStpClient.csproj"> | ||
<Project>{ba481e42-f570-4d2c-94d4-21c4cce27762}</Project> | ||
<Name>UiServices.DvbStpClient</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\UiServices.EPG\UiServices.EPG.csproj"> | ||
<Project>{004c3829-fed4-4084-b23b-871193afa8c7}</Project> | ||
<Name>UiServices.EPG</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\UiServices.Forms\UiServices.Forms.csproj"> | ||
<Project>{90f750b3-64db-493f-96a6-e68de5ea60a1}</Project> | ||
<Name>UiServices.Forms</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\UiServices.Record\UiServices.Record.csproj"> | ||
<Project>{971b720e-2ae8-4ea4-b5ce-7a1af11c3743}</Project> | ||
<Name>UiServices.Record</Name> | ||
</ProjectReference> | ||
</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> |
Oops, something went wrong.