bmyers / Helix.VsTemplates

Templates for use with LaubPlusCo.Helix.VsTemplates Visual Studio extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helix.VsTemplates

Templates for use with LaubPlusCo.Helix.VsTemplates Visual Studio extension

Custom configured templates for use with LaubPlusCo.Helix.VsTemplates Visual Studio extension.

Changes from original

  • template.manifest.xml
    • $sitecoreVersion$ token updated to 8.2.170614 (8.2 Update 4)
  • *.csproj
    • <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    • <HintPath> updated to 8.2.170614
    • Added new ItemGroup to include Unicorn .yml files for use with RainbowDataAnalyzer
        <ItemGroup>
          <AdditionalFiles Include="..\serialization\**\*.yml">
            <Visible>false</Visible>
          </AdditinonalFiles>
        </ItemGroup>
    
  • packages.config
    • Add Glass.Mapper.Sc.Core
    • Add Castle.Core
  • *.Serialization.config
    • <targetDataStore physicalRootPath="$(sourceFolder)\...
  • Add Models folder
  • Add GlassMappings.cs file
  • Views/web.config
    • <add namespace="Sitecore.Mvc" />
  • HabitatStyle.Project.Module
    • App_Config/Include/Project instead of App_Config/Include/Feature

About

Templates for use with LaubPlusCo.Helix.VsTemplates Visual Studio extension


Languages

Language:JavaScript 59.2%Language:C# 24.9%Language:PowerShell 15.9%