Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Oct 5, 2017
1 parent 216efd3 commit 65bcf94
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Eto.Forms.Controls.SkiaSharp/Eto.Forms.Controls.SkiaSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="atk-sharp">
<HintPath>..\Eto.Forms.Controls.SkiaSharp.GTK\Libraries\atk-sharp.dll</HintPath>
Expand Down Expand Up @@ -169,6 +173,17 @@
</Target>
<Import Project="..\packages\Eto.Platform.Mac.Template.2.4.0-build1099\build\Eto.Platform.Mac.Template.targets" Condition="Exists('..\packages\Eto.Platform.Mac.Template.2.4.0-build1099\build\Eto.Platform.Mac.Template.targets')" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<PropertyGroup>
<PostBuildEvent>if $(ConfigurationName) == Release (

xcopy "$(SolutionDir)Native SkiaSharp Libraries\*" "$(TargetDir)\NativeLibs\" /E /Y /F /D

del "$(TargetDir)*.vshost.*"
rmdir /S /Q "$(TargetDir)x86"
rmdir /S /Q "$(TargetDir)x64"

)</PostBuildEvent>
</PropertyGroup>
<!-- 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.
<Target Name="BeforeBuild">
Expand Down

0 comments on commit 65bcf94

Please sign in to comment.