added backup file and properties
This commit is contained in:
parent
a554d2aa5d
commit
647fd09720
1 changed files with 10 additions and 2 deletions
|
@ -23,8 +23,7 @@
|
|||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ProductName>Saviour Backup System</ProductName>
|
||||
<PublisherName>Jake Howard</PublisherName>
|
||||
<SuiteName>Saviour Backup System</SuiteName>
|
||||
<PublisherName>Saviour Backup System</PublisherName>
|
||||
<TrustUrlParameters>true</TrustUrlParameters>
|
||||
<ApplicationRevision>1</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.1</ApplicationVersion>
|
||||
|
@ -89,6 +88,12 @@
|
|||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="addBackupWizard.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="addBackupWizard.Designer.cs">
|
||||
<DependentUpon>addBackupWizard.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="notificationIcon.cs" />
|
||||
<Compile Include="OSInfo.cs" />
|
||||
<Compile Include="Settings.cs" />
|
||||
|
@ -111,6 +116,9 @@
|
|||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="addBackupWizard.resx">
|
||||
<DependentUpon>addBackupWizard.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="mainWindow.resx">
|
||||
<DependentUpon>mainWindow.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
|
Reference in a new issue