Repository: ignite Updated Branches: refs/heads/master 4f157f654 -> 61621b88d
.NET: Fix unmodified project rebuild Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/61621b88 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/61621b88 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/61621b88 Branch: refs/heads/master Commit: 61621b88d4b3e9e4304974707f998bc126a97eef Parents: 4f157f6 Author: Pavel Tupitsyn <[email protected]> Authored: Mon Oct 30 19:14:28 2017 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Mon Oct 30 19:14:28 2017 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/61621b88/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj index 4e73d15..852c071 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj @@ -613,10 +613,6 @@ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> - <ItemGroup> - <Folder Include="Data\" /> - <Folder Include="Impl\Common\JavaObjects\" /> - </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup Condition="'$(Platform)' == 'AnyCPU'"> <PreBuildEvent>cd "$(ProjectDir)"
