From 3b3da7b9704b2f872335e561d734a5d87f9f5837 Mon Sep 17 00:00:00 2001 From: Paul Stupka Date: Sun, 20 Oct 2019 13:41:30 +0300 Subject: [PATCH] empty project --- .editorconfig | 5 ++ src/Sitecore.Support.314849.sln | 22 ++++++ .../zzz/Sitecore.Support.314849.config | 4 ++ .../Properties/AssemblyInfo.cs | 6 ++ .../Sitecore.Support.314849.csproj | 71 +++++++++++++++++++ src/Sitecore.Support.314849/packages.config | 4 ++ src/Sitecore.Support.314849/web.config | 4 ++ 7 files changed, 116 insertions(+) create mode 100644 .editorconfig create mode 100644 src/Sitecore.Support.314849.sln create mode 100644 src/Sitecore.Support.314849/App_Config/Include/zzz/Sitecore.Support.314849.config create mode 100644 src/Sitecore.Support.314849/Properties/AssemblyInfo.cs create mode 100644 src/Sitecore.Support.314849/Sitecore.Support.314849.csproj create mode 100644 src/Sitecore.Support.314849/packages.config create mode 100644 src/Sitecore.Support.314849/web.config diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..20f59eb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{cs,sln,csproj,config,xml}] +indent_size = 4 +indent_style = space diff --git a/src/Sitecore.Support.314849.sln b/src/Sitecore.Support.314849.sln new file mode 100644 index 0000000..7f75b23 --- /dev/null +++ b/src/Sitecore.Support.314849.sln @@ -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("{CF7B1055-8EA0-4487-B2F1-071483B2D96D}") = "Sitecore.Support.314849", "Sitecore.Support.314849\Sitecore.Support.314849.csproj", "{E360C747-5306-4863-BA20-D7412BE1329E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E360C747-5306-4863-BA20-D7412BE1329E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E360C747-5306-4863-BA20-D7412BE1329E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E360C747-5306-4863-BA20-D7412BE1329E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E360C747-5306-4863-BA20-D7412BE1329E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/Sitecore.Support.314849/App_Config/Include/zzz/Sitecore.Support.314849.config b/src/Sitecore.Support.314849/App_Config/Include/zzz/Sitecore.Support.314849.config new file mode 100644 index 0000000..07a20b1 --- /dev/null +++ b/src/Sitecore.Support.314849/App_Config/Include/zzz/Sitecore.Support.314849.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/Sitecore.Support.314849/Properties/AssemblyInfo.cs b/src/Sitecore.Support.314849/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..7619569 --- /dev/null +++ b/src/Sitecore.Support.314849/Properties/AssemblyInfo.cs @@ -0,0 +1,6 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("Sitecore.Support.314849")] +[assembly: AssemblyProduct("Sitecore.Support.314849")] +[assembly: ComVisible(false)] diff --git a/src/Sitecore.Support.314849/Sitecore.Support.314849.csproj b/src/Sitecore.Support.314849/Sitecore.Support.314849.csproj new file mode 100644 index 0000000..056a67e --- /dev/null +++ b/src/Sitecore.Support.314849/Sitecore.Support.314849.csproj @@ -0,0 +1,71 @@ + + + + + Debug + AnyCPU + + + 2.0 + {E360C747-5306-4863-BA20-D7412BE1329E} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + Sitecore.Support + Sitecore.Support.314849 + v4.6.2 + true + + + + + + + 6 + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + ..\packages\SC.Sitecore.Kernel.9.0.2\lib\Sitecore.Kernel.dll + False + + + + + + + + + + + + + + + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + diff --git a/src/Sitecore.Support.314849/packages.config b/src/Sitecore.Support.314849/packages.config new file mode 100644 index 0000000..c209c3a --- /dev/null +++ b/src/Sitecore.Support.314849/packages.config @@ -0,0 +1,4 @@ + + + + diff --git a/src/Sitecore.Support.314849/web.config b/src/Sitecore.Support.314849/web.config new file mode 100644 index 0000000..7e1d425 --- /dev/null +++ b/src/Sitecore.Support.314849/web.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file