From f45977fef80d5fb2dc6ab6e8320ef4c72da33afb Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Thu, 2 Jul 2009 20:18:12 +0000 Subject: [PATCH] THRIFT-531. csharp: C# project and solution files reference external source control system This patch removes the external source providers from all csproj and sln files. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@790731 13f79535-47bb-0310-9956-ffa450edef68 --- .../ThriftMSBuildTask/ThriftMSBuildTask.csproj | 4 ---- lib/csharp/src/Thrift.csproj | 4 ---- lib/csharp/src/Thrift.sln | 16 ---------------- test/csharp/ThriftTest/ThriftTest.csproj | 4 ---- 4 files changed, 28 deletions(-) diff --git a/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj b/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj index 02110eae..d8212422 100644 --- a/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj +++ b/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj @@ -12,10 +12,6 @@ ThriftMSBuildTask v3.5 512 - SAK - SAK - SAK - SAK true diff --git a/lib/csharp/src/Thrift.csproj b/lib/csharp/src/Thrift.csproj index 1eb4355d..f38d315d 100644 --- a/lib/csharp/src/Thrift.csproj +++ b/lib/csharp/src/Thrift.csproj @@ -11,10 +11,6 @@ v3.5 512 Thrift - SAK - SAK - SAK - SAK true diff --git a/lib/csharp/src/Thrift.sln b/lib/csharp/src/Thrift.sln index cb7342cd..c4cdad80 100644 --- a/lib/csharp/src/Thrift.sln +++ b/lib/csharp/src/Thrift.sln @@ -11,22 +11,6 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThriftMSBuildTask", "..\ThriftMSBuildTask\ThriftMSBuildTask.csproj", "{EC0A0231-66EA-4593-A792-C6CA3BB8668E}" EndProject Global - GlobalSection(SourceCodeControl) = preSolution - SccNumberOfProjects = 4 - SccProjectName0 = Perforce\u0020Project - SccLocalPath0 = ..\\..\\.. - SccProvider0 = MSSCCI:Perforce\u0020SCM - SccProjectFilePathRelativizedFromConnection0 = lib\\csharp\\src\\ - SccProjectUniqueName1 = Thrift.csproj - SccLocalPath1 = ..\\..\\.. - SccProjectFilePathRelativizedFromConnection1 = lib\\csharp\\src\\ - SccProjectUniqueName2 = ..\\..\\..\\test\\csharp\\ThriftTest\\ThriftTest.csproj - SccLocalPath2 = ..\\..\\.. - SccProjectFilePathRelativizedFromConnection2 = test\\csharp\\ThriftTest\\ - SccProjectUniqueName3 = ..\\ThriftMSBuildTask\\ThriftMSBuildTask.csproj - SccLocalPath3 = ..\\..\\.. - SccProjectFilePathRelativizedFromConnection3 = lib\\csharp\\ThriftMSBuildTask\\ - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU diff --git a/test/csharp/ThriftTest/ThriftTest.csproj b/test/csharp/ThriftTest/ThriftTest.csproj index 3f427fd7..6775d2ec 100644 --- a/test/csharp/ThriftTest/ThriftTest.csproj +++ b/test/csharp/ThriftTest/ThriftTest.csproj @@ -27,10 +27,6 @@ false false true - SAK - SAK - SAK - SAK true -- 2.17.1