Extract IInstallationManager interface

first step to moving update logic to common
This commit is contained in:
Eric Reed
2013-02-26 15:21:43 -05:00
parent fbac08fead
commit 0c8d924bfc
4 changed files with 129 additions and 5 deletions

View File

@@ -135,6 +135,7 @@
<Compile Include="ScheduledTasks\DailyTrigger.cs" />
<Compile Include="ScheduledTasks\IntervalTrigger.cs" />
<Compile Include="ScheduledTasks\WeeklyTrigger.cs" />
<Compile Include="Updates\IInstallationManager.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />