From c913bf1154ec54713629c73819f09151cdfca010 Mon Sep 17 00:00:00 2001 From: Haacked Date: Mon, 29 Dec 2014 15:55:25 -0800 Subject: [PATCH] Fix bad merge of Integration test project file --- .../Octokit.Tests.Integration.csproj | 174 ++++++------------ Octokit.sln | 2 +- 2 files changed, 54 insertions(+), 122 deletions(-) diff --git a/Octokit.Tests.Integration/Octokit.Tests.Integration.csproj b/Octokit.Tests.Integration/Octokit.Tests.Integration.csproj index 3a77029c..4c3917aa 100644 --- a/Octokit.Tests.Integration/Octokit.Tests.Integration.csproj +++ b/Octokit.Tests.Integration/Octokit.Tests.Integration.csproj @@ -9,18 +9,18 @@ {01687D54-1D87-4562-A721-C57F1C94052C} Library Properties - Octokit.Tests - Octokit.Tests + Octokit.Tests.Integration + Octokit.Tests.Integration v4.5 512 - f1b9719f + 89e72d09 true full false - bin\Debug\Net45\ - TRACE;DEBUG;NET_45 + bin\Debug\ + DEBUG;TRACE prompt 4 4014, 1998 @@ -29,19 +29,14 @@ pdbonly true bin\Release\Net45\ - TRACE;NET_45 + TRACE prompt 4 4014, 1998 - - False - ..\packages\NSubstitute.1.8.0.0\lib\net45\NSubstitute.dll - - False @@ -55,8 +50,9 @@ False ..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll - + + ..\packages\xunit.abstractions.2.0.0-beta5-build2785\lib\net35\xunit.abstractions.dll @@ -66,146 +62,82 @@ ..\packages\xunit.core.2.0.0-beta5-build2785\lib\portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid\xunit.core.dll + + False + ..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.execution.dll + - - - - - - - - - - - - - - - - + + - - - - - - - + + + + + - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + - - - - - - Code - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - + + + + + + + + {674b69b8-0780-4d54-ae2b-c15821fa51cb} Octokit.Reactive + + {149448d4-c2f2-4df9-86bd-03e3272f093b} + Octokit.Tests + {08dd4305-7787-4823-a53f-4d0f725a07f3} Octokit - - - - - - - - - - + + Designer + + + + diff --git a/Octokit.sln b/Octokit.sln index 2ce3e07e..d5be9bc8 100644 --- a/Octokit.sln +++ b/Octokit.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.30723.0 +VisualStudioVersion = 12.0.31101.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Octokit", "Octokit\Octokit.csproj", "{08DD4305-7787-4823-A53F-4D0F725A07F3}" EndProject