Implemented database backups and restores into the AdvertisingProfitControlData DLL and added a form, DatabaseRecovery, to manage the backups and restores. Updated the installer to include the data DLL file into the install bundle.
This commit is contained in:
@@ -127,6 +127,12 @@
|
||||
</Compile>
|
||||
<Compile Include="AdvertisingProfitControlTableHelper.cs" />
|
||||
<Compile Include="ApplicationColors.cs" />
|
||||
<Compile Include="DatabaseRecovery.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DatabaseRecovery.Designer.cs">
|
||||
<DependentUpon>DatabaseRecovery.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmChangeShrink.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -210,6 +216,9 @@
|
||||
<EmbeddedResource Include="AboutBox.resx">
|
||||
<DependentUpon>AboutBox.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="DatabaseRecovery.resx">
|
||||
<DependentUpon>DatabaseRecovery.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmAddRecord.resx">
|
||||
<DependentUpon>FrmAddRecord.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user