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>
|
<UpdateRequired>false</UpdateRequired>
|
||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<ProductName>Saviour Backup System</ProductName>
|
<ProductName>Saviour Backup System</ProductName>
|
||||||
<PublisherName>Jake Howard</PublisherName>
|
<PublisherName>Saviour Backup System</PublisherName>
|
||||||
<SuiteName>Saviour Backup System</SuiteName>
|
|
||||||
<TrustUrlParameters>true</TrustUrlParameters>
|
<TrustUrlParameters>true</TrustUrlParameters>
|
||||||
<ApplicationRevision>1</ApplicationRevision>
|
<ApplicationRevision>1</ApplicationRevision>
|
||||||
<ApplicationVersion>1.0.0.1</ApplicationVersion>
|
<ApplicationVersion>1.0.0.1</ApplicationVersion>
|
||||||
|
@ -89,6 +88,12 @@
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<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="notificationIcon.cs" />
|
||||||
<Compile Include="OSInfo.cs" />
|
<Compile Include="OSInfo.cs" />
|
||||||
<Compile Include="Settings.cs" />
|
<Compile Include="Settings.cs" />
|
||||||
|
@ -111,6 +116,9 @@
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Program.cs" />
|
<Compile Include="Program.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<EmbeddedResource Include="addBackupWizard.resx">
|
||||||
|
<DependentUpon>addBackupWizard.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="mainWindow.resx">
|
<EmbeddedResource Include="mainWindow.resx">
|
||||||
<DependentUpon>mainWindow.cs</DependentUpon>
|
<DependentUpon>mainWindow.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
|
Reference in a new issue