Created
December 1, 2013 10:30
-
-
Save fdeitelhoff/7731166 to your computer and use it in GitHub Desktop.
App.config for the FeatureSwitcher lib.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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