Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MariiaHubenko committed May 16, 2018
1 parent 3dd2179 commit 47d9f60
Show file tree
Hide file tree
Showing 7 changed files with 902 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*.{cs,sln,csproj,config,xml}]
indent_size = 2
indent_style = space
22 changes: 22 additions & 0 deletions src/Sitecore.Support.221558.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{0F968166-0DCF-4EEA-BCDA-D27F8E9DD104}") = "Sitecore.Support.221558", "Sitecore.Support.221558\Sitecore.Support.221558.csproj", "{AAC77993-102B-4A01-A2DA-FA685045E11D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAC77993-102B-4A01-A2DA-FA685045E11D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAC77993-102B-4A01-A2DA-FA685045E11D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAC77993-102B-4A01-A2DA-FA685045E11D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAC77993-102B-4A01-A2DA-FA685045E11D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions src/Sitecore.Support.221558/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Sitecore.Support.221558")]
[assembly: AssemblyProduct("Sitecore.Support.221558")]
[assembly: ComVisible(false)]
Loading

0 comments on commit 47d9f60

Please sign in to comment.