Refactoring of OpenRA.Utility. Whole lot of work on OpenRA.Launcher

Mod configuration dialog now fully functional, launch button also works.
This commit is contained in:
Matthew Bowra-Dean
2010-11-05 03:00:02 +13:00
committed by Paul Chote
parent f98f3d0b39
commit da384af339
13 changed files with 909 additions and 272 deletions

View File

@@ -48,6 +48,12 @@
<Compile Include="ConfigureModsDialog.Designer.cs">
<DependentUpon>ConfigureModsDialog.cs</DependentUpon>
</Compile>
<Compile Include="InstallPackagesDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="InstallPackagesDialog.Designer.cs">
<DependentUpon>InstallPackagesDialog.cs</DependentUpon>
</Compile>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
@@ -72,6 +78,9 @@
<EmbeddedResource Include="ConfigureModsDialog.resx">
<DependentUpon>ConfigureModsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="InstallPackagesDialog.resx">
<DependentUpon>InstallPackagesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>