Add SelectFirstDay and SelectLastDay elements.

This commit is contained in:
Daniel Kraus
2015-07-17 00:23:06 +02:00
parent ff3086d9c8
commit f069c858c9
9 changed files with 211 additions and 7 deletions

View File

@ -163,6 +163,8 @@
can be found.
-->
<ItemGroup>
<Compile Include="Controller\Elements\SelectLastDay.cs" />
<Compile Include="Controller\Elements\SelectFirstDay.cs" />
<Compile Include="Controller\Settings.cs" />
<Compile Include="Controller\SettingsRepository.cs" />
<Compile Include="Thesaurus\ThesaurusBase.cs" />