Skip to content

Commit

Permalink
commit changes - added fix for Relink for 902
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-AndreyMolchanov committed May 14, 2021
1 parent c95f035 commit 4e2a746
Show file tree
Hide file tree
Showing 8 changed files with 984 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 = 4
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("{992C233D-4B19-4F75-91C3-217E5F548378}") = "Sitecore.Support.221558", "Sitecore.Support.221558\Sitecore.Support.221558.csproj", "{6D157773-4CA9-42F3-9AB2-98239839002A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D157773-4CA9-42F3-9AB2-98239839002A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D157773-4CA9-42F3-9AB2-98239839002A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D157773-4CA9-42F3-9AB2-98239839002A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D157773-4CA9-42F3-9AB2-98239839002A}.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 4e2a746

Please sign in to comment.