Removed unecessary post-build event

This commit is contained in:
Benjamin Cartier 2018-06-04 10:46:46 -04:00
Родитель c92528e1d2
Коммит 9eeeb7c577
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -66,10 +66,6 @@
<EmbeddedJar Include="Jars\universal-image-loader-1.9.5.jar" /> <EmbeddedJar Include="Jars\universal-image-loader-1.9.5.jar" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
<PropertyGroup>
<PostBuildEvent>REM copy "$(TargetDir)\*.*" "C:\SRC\NV_UMB\GenericApp\Main\packages\UniversalImageLoader.1.9.3.7879\lib\MonoAndroid"
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">