Create IRequiresRegistration. First part of #31

This commit is contained in:
Eric Reed
2013-03-14 12:32:16 -04:00
parent 133047a495
commit d3b37a73cc
5 changed files with 36 additions and 1 deletions

View File

@@ -100,6 +100,7 @@
<Compile Include="ScheduledTasks\IntervalTrigger.cs" />
<Compile Include="ScheduledTasks\TaskCompletionEventArgs.cs" />
<Compile Include="ScheduledTasks\WeeklyTrigger.cs" />
<Compile Include="Security\IRequiresRegistration.cs" />
<Compile Include="Security\ISecurityManager.cs" />
<Compile Include="Updates\IPackageManager.cs" />
</ItemGroup>