Add SettingsRepository.

This commit is contained in:
Daniel Kraus
2015-07-16 05:28:28 +02:00
parent e4e7f80ed2
commit ff3086d9c8
8 changed files with 176 additions and 6 deletions

View File

@ -164,6 +164,7 @@
-->
<ItemGroup>
<Compile Include="Controller\Settings.cs" />
<Compile Include="Controller\SettingsRepository.cs" />
<Compile Include="Thesaurus\ThesaurusBase.cs" />
<Compile Include="Formatter\IItemFormatterDictionary.cs" />
<Compile Include="Formatter\ItemFormatter.cs" />
@ -203,6 +204,7 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
@ -211,6 +213,7 @@
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="ThisAddIn.cs">
<SubType>Code</SubType>