added file copying DLL for copying files with a progress bar, FINALLY!!
This commit is contained in:
parent
35ad2d72bd
commit
94b4296e00
2 changed files with 3 additions and 0 deletions
BIN
Saviour Backup System/CopyFiles.dll
Normal file
BIN
Saviour Backup System/CopyFiles.dll
Normal file
Binary file not shown.
|
@ -70,6 +70,9 @@
|
|||
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="CopyFiles">
|
||||
<HintPath>.\CopyFiles.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevComponents.DotNetBar2, Version=10.0.0.3, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL" />
|
||||
<Reference Include="DevComponents.Instrumentation, Version=10.0.0.3, Culture=neutral, PublicKeyToken=bc4a9d761ea44ef0, processorArchitecture=MSIL" />
|
||||
<Reference Include="System" />
|
||||
|
|
Reference in a new issue