Skip to content

Commit

Permalink
Upload Ares plugin source files , and edit log filename for plugin
Browse files Browse the repository at this point in the history
Add plugin file to extension installer.
  • Loading branch information
Azzuro committed May 3, 2019
1 parent 284cc52 commit 52d3781
Show file tree
Hide file tree
Showing 14 changed files with 906 additions and 1 deletion.
52 changes: 51 additions & 1 deletion Ares.xmp2
Original file line number Diff line number Diff line change
Expand Up @@ -15321,6 +15321,22 @@
</Items>
</Files>
</GroupItem>
<GroupItem Name="Plugin">
<DisplayName>Plugin</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Plugin</Description>
<Files>
<Items>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>AlwaysOverwrite</UpdateOption>
<LocalFileName>Plugin\AresPlugin.dll</LocalFileName>
<ZipFileName>Installer{CopyFile}\{4ac19051-09fe-4886-bde3-d1dc5c7b185d}-AresPlugin.dll</ZipFileName>
<DestinationFilename>%Plugins%\process\AresPlugin.dll</DestinationFilename>
</FileItem>
</Items>
</Files>
</GroupItem>
</Items>
</Groups>
<Sections>
Expand Down Expand Up @@ -15602,7 +15618,24 @@ public class Script
</Items>
</Dependencies>
<PluginDependencies>
<Items />
<Items>
<PluginDependencyItem AssemblyName="AresPlugin.dll">
<CompatibleVersion>
<Items>
<CompatibleVersionItem>
<MinRequiredVersion>1.1.6.27644</MinRequiredVersion>
<DesignedForVersion>1.3.100.0</DesignedForVersion>
</CompatibleVersionItem>
</Items>
</CompatibleVersion>
<SubSystemsUsed>
<Items>
<SubSystemItem Name="MP.Config" />
<SubSystemItem Name="MP.SkinEngine" />
</Items>
</SubSystemsUsed>
</PluginDependencyItem>
</Items>
</PluginDependencies>
<GeneralInfo>
<Name>Ares</Name>
Expand Down Expand Up @@ -30946,6 +30979,13 @@ public class Script
<ZipFileName>Installer{Font}\{4181423b-d765-47b8-a414-4d2f5013f790}-MediaPortalDefault.ttf</ZipFileName>
<DestinationFilename>%Fonts%\MediaPortalDefault.ttf</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>AlwaysOverwrite</UpdateOption>
<LocalFileName>Plugin\AresPlugin.dll</LocalFileName>
<ZipFileName>Installer{CopyFile}\{4ac19051-09fe-4886-bde3-d1dc5c7b185d}-AresPlugin.dll</ZipFileName>
<DestinationFilename>%Plugins%\process\AresPlugin.dll</DestinationFilename>
</FileItem>
</Items>
</UniqueFileList>
<ProjectSettings>
Expand Down Expand Up @@ -30980,6 +31020,16 @@ public class Script
<Group>FontSetup</Group>
<Recursive>true</Recursive>
</FolderGroup>
<FolderGroup InstallType="CopyFile" SystemFile="false" Modified="true">
<Param1 />
<UpdateOption>AlwaysOverwrite</UpdateOption>
<LocalFileName />
<ZipFileName>Installer{CopyFile}\{5226edbb-b120-41ac-a1e4-add914760a81}-</ZipFileName>
<DestinationFilename>%Plugins%\process\</DestinationFilename>
<Folder>Plugin\</Folder>
<Group>Plugin</Group>
<Recursive>true</Recursive>
</FolderGroup>
</FolderGroups>
<ProjectFilename>Ares.xmp2</ProjectFilename>
<UpdatePath1>.\Aresupdate.xml</UpdatePath1>
Expand Down
Binary file added Plugin/AresPlugin.dll
Binary file not shown.
65 changes: 65 additions & 0 deletions Source Files/AresPlugin Backup/AresPlugin.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: E:\SvnRoot\1.MP\MediaPortal-1\skin\Ares\Plugin\AresPlugin.dll-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{2413B3D0-8A17-4A3C-80A3-86248472D94E}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>AresPlugin</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile />
<ApplicationVersion>1.0.0.0</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>AresPlugin</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</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>
<ItemGroup>
<Reference Include="Common.Utils">
<HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Common.Utils.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Core">
<HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="ImagePlugin.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added Source Files/AresPlugin Backup/AresPlugin.pdb
Binary file not shown.
20 changes: 20 additions & 0 deletions Source Files/AresPlugin Backup/AresPlugin.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AresPlugin", "AresPlugin.csproj", "{2413B3D0-8A17-4A3C-80A3-86248472D94E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2413B3D0-8A17-4A3C-80A3-86248472D94E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2413B3D0-8A17-4A3C-80A3-86248472D94E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2413B3D0-8A17-4A3C-80A3-86248472D94E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2413B3D0-8A17-4A3C-80A3-86248472D94E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
18 changes: 18 additions & 0 deletions Source Files/AresPlugin Backup/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
using MediaPortal.Common.Utils;
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("ApolloPlugin")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ApolloPlugin")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]
[assembly: CompatibleVersion("1.3.100.0", "1.1.6.27644")]
[assembly: UsesSubsystem("MP.Config")]
[assembly: UsesSubsystem("MP.SkinEngine")]
[assembly: Guid("7d3876ca-6a5f-4b0b-a4e7-aa317806d0ac")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.0")]
Loading

0 comments on commit 52d3781

Please sign in to comment.