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:
committed by
Paul Chote
parent
f98f3d0b39
commit
da384af339
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user