Release version now copies to Dropbox

This commit is contained in:
2020-07-08 10:00:08 +01:00
parent 4084b88873
commit 3438d88076

View File

@@ -60,6 +60,9 @@
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
@@ -178,4 +181,8 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /E /Y "$(ProjectDir)bin\Release" "C:\Users\Bobbie\Dropbox\Apps\Beale Accounts"
</PostBuildEvent>
</PropertyGroup>
</Project>