Repository: ignite Updated Branches: refs/heads/ignite-1286 10cb07928 -> de76c5c84
IGNITE-1286 review Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/de76c5c8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/de76c5c8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/de76c5c8 Branch: refs/heads/ignite-1286 Commit: de76c5c84d9687667eec364705d6ba60aef15c4c Parents: 10cb079 Author: ptupitsyn <[email protected]> Authored: Mon Aug 24 17:12:08 2015 +0300 Committer: ptupitsyn <[email protected]> Committed: Mon Aug 24 17:12:08 2015 +0300 ---------------------------------------------------------------------- modules/platform/src/main/dotnet/Apache.Ignite.sln | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/de76c5c8/modules/platform/src/main/dotnet/Apache.Ignite.sln ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/dotnet/Apache.Ignite.sln b/modules/platform/src/main/dotnet/Apache.Ignite.sln index 918358e..91bd2b6 100644 --- a/modules/platform/src/main/dotnet/Apache.Ignite.sln +++ b/modules/platform/src/main/dotnet/Apache.Ignite.sln @@ -1,7 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Ignite.Core", "Apache.Ignite.Core\Apache.Ignite.Core.csproj", "{4CD2F726-7E2B-46C4-A5BA-057BB82EECB6}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apache.Ignite.Core.Tests", "..\..\test\dotnet\Apache.Ignite.Core.Tests\Apache.Ignite.Core.Tests.csproj", "{6A62F66C-DA5B-4FBB-8CE7-A95F740FDC7A}"
