Split the download/install logic into multiple files.

This commit is contained in:
Paul Chote
2011-05-18 22:50:38 +12:00
parent c76d2e37dc
commit 91a3aafa67
7 changed files with 290 additions and 234 deletions

View File

@@ -85,6 +85,8 @@
<Compile Include="Widgets\CncPerfDebugLogic.cs" />
<Compile Include="Widgets\CncSettingsLogic.cs" />
<Compile Include="Widgets\CncCheatsLogic.cs" />
<Compile Include="Widgets\CncInstallFromCDLogic.cs" />
<Compile Include="Widgets\CncDownloadPackagesLogic.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">