From 65276f0448f9a236a2a4e9bb917cdcd06faa4606 Mon Sep 17 00:00:00 2001 From: MarkCiliaVincenti Date: Sat, 14 Jan 2017 17:19:05 +0100 Subject: [PATCH] Test --- .gitattributes | 63 +++++++++++++++++++ MediaBrowser.Channels.BlurN/Class1.cs | 11 ++++ .../MediaBrowser.Channels.BlurN.csproj | 52 +++++++++++++++ .../MediaBrowser.Channels.BlurN.sln | 22 +++++++ .../Properties/AssemblyInfo.cs | 30 +++++++++ 5 files changed, 178 insertions(+) create mode 100644 .gitattributes create mode 100644 MediaBrowser.Channels.BlurN/Class1.cs create mode 100644 MediaBrowser.Channels.BlurN/MediaBrowser.Channels.BlurN.csproj create mode 100644 MediaBrowser.Channels.BlurN/MediaBrowser.Channels.BlurN.sln create mode 100644 MediaBrowser.Channels.BlurN/Properties/AssemblyInfo.cs diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/MediaBrowser.Channels.BlurN/Class1.cs b/MediaBrowser.Channels.BlurN/Class1.cs new file mode 100644 index 0000000..15401a5 --- /dev/null +++ b/MediaBrowser.Channels.BlurN/Class1.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace MediaBrowser.Channels.BlurN +{ + public class Class1 + { + } +} diff --git a/MediaBrowser.Channels.BlurN/MediaBrowser.Channels.BlurN.csproj b/MediaBrowser.Channels.BlurN/MediaBrowser.Channels.BlurN.csproj new file mode 100644 index 0000000..0631490 --- /dev/null +++ b/MediaBrowser.Channels.BlurN/MediaBrowser.Channels.BlurN.csproj @@ -0,0 +1,52 @@ + + + + + 11.0 + Debug + AnyCPU + {e19ae60d-5a34-4f11-92b6-446a9743f182} + Library + Properties + MediaBrowser.Channels.BlurN + MediaBrowser.Channels.BlurN + en-US + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Profile7 + v4.5 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + diff --git a/MediaBrowser.Channels.BlurN/MediaBrowser.Channels.BlurN.sln b/MediaBrowser.Channels.BlurN/MediaBrowser.Channels.BlurN.sln new file mode 100644 index 0000000..332f78a --- /dev/null +++ b/MediaBrowser.Channels.BlurN/MediaBrowser.Channels.BlurN.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Channels.BlurN", "MediaBrowser.Channels.BlurN.csproj", "{E19AE60D-5A34-4F11-92B6-446A9743F182}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E19AE60D-5A34-4F11-92B6-446A9743F182}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E19AE60D-5A34-4F11-92B6-446A9743F182}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E19AE60D-5A34-4F11-92B6-446A9743F182}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E19AE60D-5A34-4F11-92B6-446A9743F182}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/MediaBrowser.Channels.BlurN/Properties/AssemblyInfo.cs b/MediaBrowser.Channels.BlurN/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..3bffdcb --- /dev/null +++ b/MediaBrowser.Channels.BlurN/Properties/AssemblyInfo.cs @@ -0,0 +1,30 @@ +using System.Resources; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("MediaBrowser.Channels.BlurN")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("MediaBrowser.Channels.BlurN")] +[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: NeutralResourcesLanguage("en")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")]