Skip to content

Instantly share code, notes, and snippets.

@dariusz-wozniak
Last active July 14, 2022 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dariusz-wozniak/5f75bc4114dd6fe5d847e7ab20a75856 to your computer and use it in GitHub Desktop.
Save dariusz-wozniak/5f75bc4114dd6fe5d847e7ab20a75856 to your computer and use it in GitHub Desktop.
Optimizely (Episerver) Service Configuration template (`sc` keyword)
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Shortcut/@EntryValue">sc</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Description/@EntryValue">ServiceConfiguration</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Text/@EntryValue"> [ServiceConfiguration(typeof(I$CLASS$))]&#xD;
[UsedImplicitly]</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Reformat/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/ShortenQualifiedReferences/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Categories/=Optimizely/@EntryIndexedValue">Optimizely</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Applicability/=Live/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Scope/=139FF4CE89E7094686FDA7BF5FFBBE92/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Scope/=139FF4CE89E7094686FDA7BF5FFBBE92/Type/@EntryValue">Everywhere</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Field/=CLASS/@KeyIndexDefined">True</s:Boolean>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Field/=CLASS/Order/@EntryValue">0</s:Int64></wpf:ResourceDictionary>
@dariusz-wozniak
Copy link
Author

sc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment