Skip to content

Commit e936a28

Browse files
Initial commit.
1 parent a756bc1 commit e936a28

File tree

6 files changed

+1073
-0
lines changed

6 files changed

+1073
-0
lines changed

src/Sitecore.Support.156773.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25123.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{F970097F-00D2-49C2-934E-94CCC24AEA0F}") = "Sitecore.Support.156773", "Sitecore.Support.156773\Sitecore.Support.156773.csproj", "{BF0092DA-3030-4C03-A83C-42E10674DF09}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{BF0092DA-3030-4C03-A83C-42E10674DF09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{BF0092DA-3030-4C03-A83C-42E10674DF09}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{BF0092DA-3030-4C03-A83C-42E10674DF09}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{BF0092DA-3030-4C03-A83C-42E10674DF09}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
using System.Reflection;
2+
using System.Runtime.InteropServices;
3+
4+
[assembly: AssemblyTitle("Sitecore.Support.156773")]
5+
[assembly: AssemblyProduct("Sitecore.Support.156773")]
6+
[assembly: ComVisible(false)]
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProductVersion>
8+
</ProductVersion>
9+
<SchemaVersion>2.0</SchemaVersion>
10+
<ProjectGuid>{BF0092DA-3030-4C03-A83C-42E10674DF09}</ProjectGuid>
11+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12+
<OutputType>Library</OutputType>
13+
<AppDesignerFolder>Properties</AppDesignerFolder>
14+
<RootNamespace>Sitecore.Support</RootNamespace>
15+
<AssemblyName>Sitecore.Support.156773</AssemblyName>
16+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
17+
<UseIISExpress>true</UseIISExpress>
18+
<IISExpressSSLPort />
19+
<IISExpressAnonymousAuthentication />
20+
<IISExpressWindowsAuthentication />
21+
<IISExpressUseClassicPipelineMode />
22+
<UseGlobalApplicationHostFile />
23+
<TargetFrameworkProfile />
24+
</PropertyGroup>
25+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26+
<DebugSymbols>true</DebugSymbols>
27+
<DebugType>full</DebugType>
28+
<Optimize>false</Optimize>
29+
<OutputPath>bin\</OutputPath>
30+
<DefineConstants>DEBUG;TRACE</DefineConstants>
31+
<ErrorReport>prompt</ErrorReport>
32+
<WarningLevel>4</WarningLevel>
33+
</PropertyGroup>
34+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35+
<DebugType>pdbonly</DebugType>
36+
<Optimize>true</Optimize>
37+
<OutputPath>bin\</OutputPath>
38+
<DefineConstants>TRACE</DefineConstants>
39+
<ErrorReport>prompt</ErrorReport>
40+
<WarningLevel>4</WarningLevel>
41+
</PropertyGroup>
42+
<ItemGroup>
43+
<Reference Include="Sitecore.Kernel">
44+
<HintPath>..\packages\SC.Sitecore.Kernel.8.2.1\lib\Sitecore.Kernel.dll</HintPath>
45+
<Private>False</Private>
46+
</Reference>
47+
<Reference Include="System" />
48+
</ItemGroup>
49+
<ItemGroup>
50+
<Compile Include="Properties\AssemblyInfo.cs" />
51+
</ItemGroup>
52+
<ItemGroup>
53+
<None Include="packages.config" />
54+
<None Include="web.config" />
55+
</ItemGroup>
56+
<ItemGroup>
57+
<Content Include="sitecore\shell\Applications\Page Modes\ChromeTypes\FieldChromeType.js" />
58+
</ItemGroup>
59+
<PropertyGroup>
60+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
61+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
62+
</PropertyGroup>
63+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
64+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
65+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
66+
<ProjectExtensions>
67+
<VisualStudio>
68+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
69+
<WebProjectProperties>
70+
<UseIIS>True</UseIIS>
71+
<AutoAssignPort>True</AutoAssignPort>
72+
<DevelopmentServerPort>0</DevelopmentServerPort>
73+
<DevelopmentServerVPath>/</DevelopmentServerVPath>
74+
<IISUrl>http://localhost:51221/</IISUrl>
75+
<NTLMAuthentication>False</NTLMAuthentication>
76+
<UseCustomServer>False</UseCustomServer>
77+
<CustomServerUrl>
78+
</CustomServerUrl>
79+
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
80+
</WebProjectProperties>
81+
</FlavorProperties>
82+
</VisualStudio>
83+
</ProjectExtensions>
84+
</Project>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="SC.Sitecore.Kernel" version="8.2.1" targetFramework="net452" />
4+
</packages>

0 commit comments

Comments
 (0)