Skip to content

Instantly share code, notes, and snippets.

@fdeitelhoff
Created December 1, 2013 10:30
Show Gist options
  • Save fdeitelhoff/7731166 to your computer and use it in GitHub Desktop.
Save fdeitelhoff/7731166 to your computer and use it in GitHub Desktop.
App.config for the FeatureSwitcher lib.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="featureSwitcher" type="FeatureSwitcher.Configuration.SectionGroup, FeatureSwitcher.Configuration">
<section name="default" type="FeatureSwitcher.Configuration.DefaultSection, FeatureSwitcher.Configuration"/>
<section name="features" type="FeatureSwitcher.Configuration.FeaturesSection, FeatureSwitcher.Configuration"/>
</sectionGroup>
</configSections>
<featureSwitcher>
<default featuresEnabled="true"/>
<features>
<feature name="Twainsoft.Talks.DDC13.Libs.FeatureSwitch.Colorize" enabled="true"/>
</features>
</featureSwitcher>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment