1
Fork 0

added file copying DLL for copying files with a progress bar, FINALLY!!

This commit is contained in:
Jake Howard 2014-11-18 22:21:02 +00:00
parent 35ad2d72bd
commit 94b4296e00
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -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" />