move installation manager down to common

This commit is contained in:
Luke Pulverenti
2013-06-30 22:27:50 -04:00
parent a2a6e6ae1a
commit a5f97dcaa8
13 changed files with 24 additions and 22 deletions

View File

@@ -85,6 +85,7 @@
<Compile Include="Serialization\JsonSerializer.cs" />
<Compile Include="Serialization\XmlSerializer.cs" />
<Compile Include="Updates\ApplicationUpdater.cs" />
<Compile Include="Updates\InstallationManager.cs" />
<Compile Include="Updates\PackageManager.cs" />
</ItemGroup>
<ItemGroup>