From 01dee870405e8e94a83fa46316f15c441ac6a2fc Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Sun, 31 May 2015 22:56:30 +0200 Subject: [PATCH] Remove unused build files. --- Build/BuildAll.msbuild | 24 --- Build/NuGetPublish.msbuild | 104 ------------- Build/SharedProperties.msbuild | 143 ------------------ Build/WebPublish.msbuild | 49 ------ Build/keyimport.bat | 1 - Build/madbee.nuspec | 13 +- Build/publish-changelog.txt | 11 -- .../Managed.Adb.Console.csproj | 2 +- Managed.Adb.sln | 44 ++++-- 9 files changed, 39 insertions(+), 352 deletions(-) delete mode 100644 Build/BuildAll.msbuild delete mode 100644 Build/NuGetPublish.msbuild delete mode 100644 Build/SharedProperties.msbuild delete mode 100644 Build/WebPublish.msbuild delete mode 100644 Build/keyimport.bat delete mode 100644 Build/publish-changelog.txt diff --git a/Build/BuildAll.msbuild b/Build/BuildAll.msbuild deleted file mode 100644 index cbd2c879..00000000 --- a/Build/BuildAll.msbuild +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Build/NuGetPublish.msbuild b/Build/NuGetPublish.msbuild deleted file mode 100644 index f43959be..00000000 --- a/Build/NuGetPublish.msbuild +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - PublishNuGet - madbee.nuspec - - $(MSBuildProjectDirectory)\..\3rdParty\msbuildtasks\MSBuild.Deployment.Tasks.Targets - - - - madb - MadBee - - true - true - Beta - 60 - - True - False - $(ProjectFriendlyName) $(Version) $(Status) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Build/SharedProperties.msbuild b/Build/SharedProperties.msbuild deleted file mode 100644 index 0508d37a..00000000 --- a/Build/SharedProperties.msbuild +++ /dev/null @@ -1,143 +0,0 @@ - - - - - 1 - 0 - 0 - 0 - - - - $(MSBuildProgramFiles32) - - $(ProgramFiles%28x86%29) - - $(ProgramFiles) (x86) - - $(ProgramFiles) - - - Managed.Adb - - - - $(ProgramFiles32)\subversion\ - - - SharedProperties - Release - Debug - $(Platform) - x86 - x86 - - PLATFORMX86 - PLATFORMX64 - PLATFORMIA64 - PLATFORMX86 - WINDOWS - - false - $(MSBuildProjectDirectory)\..\bin\ - $(MSBuildProjectDirectory)\..\ - - True - true - AssemblyInfo;CleanBuild;ReleaseCleanup - $(CompileDependsOn) - None - - $(PlatformConstant) $(OSPlatform) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Build/WebPublish.msbuild b/Build/WebPublish.msbuild deleted file mode 100644 index 8cc1b8e6..00000000 --- a/Build/WebPublish.msbuild +++ /dev/null @@ -1,49 +0,0 @@ - - - - - 12.0 - Madb.Site - - $(MSBuildProjectDirectory)\..\$(ProjectName) - S:\deploy\$(ProjectName) - - - - Release - AnyCPU - bin\ - - True - Configuration=$(Configuration);Platform=$(Platform);OutputPath=$(OutputPath);VisualStudioVersion=12.0;DefineConstants=MVC5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Build/keyimport.bat b/Build/keyimport.bat deleted file mode 100644 index 1c9cdcfc..00000000 --- a/Build/keyimport.bat +++ /dev/null @@ -1 +0,0 @@ - sn -i ..\shared\madb.pfx VS_KEY_B66E4F208CF07E41 \ No newline at end of file diff --git a/Build/madbee.nuspec b/Build/madbee.nuspec index b12f9cb2..bf18dce0 100644 --- a/Build/madbee.nuspec +++ b/Build/madbee.nuspec @@ -1,15 +1,14 @@  - Managed.AndroidDebugBridge + Managed.Adb 1.0.0.0 Ryan Conrad - Ryan Conrad - Managed Android Debug Bridge (MadBee) - A managed library for communicating with the Android Debug Bridge. See more info @ http://madb.codeplex.com/ - http://madb.codeplex.com - http://madb.codeplex.com/license - http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=madb&DownloadId=235792 + Quamotion + Managed Android Debug Bridge (Managed.Adb) + A managed library for communicating with the Android Debug Bridge. + http://github.com/quamotion/madb + https://raw.githubusercontent.com/quamotion/madb/master/LICENSE .net20 .net35 .net40 android adb en-US diff --git a/Build/publish-changelog.txt b/Build/publish-changelog.txt deleted file mode 100644 index d6ba9683..00000000 --- a/Build/publish-changelog.txt +++ /dev/null @@ -1,11 +0,0 @@ -A managed library for communicating with the Android Debug Bridge. - -*** CONTAINS BREAKING CHANGES *** -Fixed issue with SyncService.DoPushFile failing because of the chmod. Although, it is now just checking if it can do the chmod first. Which means if it can't, instead of failing, it just wont do the chmod (workitem:20040) -Udated the signature for the RemoveForward to not include the remotePort. I guess this changed in some later version of ADB becuase it used to take it. (workitem:21236) *** BREAKING CHANGE *** -Updated the regex used to get the connected devices. This will allow "remote" (or TCP) devices to be returned. Also added the "-l" flag to the call to get the devices. This returns more information about the connected devices. (workitem:21136) -Fixed the issue with the SyncService.PullFile writing the wrong number of bytes. (workitem:20831) -Fixed the date parsing issue where "CultureInfo.CurrentCulture" was used. This was mainly when getting the directory contents. It is now forcing "en-US". Until there is a case were this does not work, this is what will be used. (workitem:20458) -Added a unified method to execute query commands to the adb server. -Added method to Remove All Forwards to the AdbHelper. -Changed the constuctor of Device to now take model, product, and device. These are information that is returned now from the AdbHelper.GetDevices since it contains the "-l" flag. *** BREAKING CHANGE *** \ No newline at end of file diff --git a/Managed.Adb.Console/Managed.Adb.Console.csproj b/Managed.Adb.Console/Managed.Adb.Console.csproj index 537079ed..b91d3ddf 100644 --- a/Managed.Adb.Console/Managed.Adb.Console.csproj +++ b/Managed.Adb.Console/Managed.Adb.Console.csproj @@ -74,7 +74,7 @@ - + {65473257-E70F-410B-9269-D0C0F771EA87} Managed.Adb diff --git a/Managed.Adb.sln b/Managed.Adb.sln index 99f050ae..765a83a9 100644 --- a/Managed.Adb.sln +++ b/Managed.Adb.sln @@ -14,23 +14,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "xunit", "xunit", "{E9A9E417 3rdParty\xunit\xunit.dll = 3rdParty\xunit\xunit.dll EndProjectSection EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{49EA5373-6CDB-45BE-A763-80F421B8A22E}" - ProjectSection(SolutionItems) = preProject - Build\BuildAll.msbuild = Build\BuildAll.msbuild - Build\madbee.nuspec = Build\madbee.nuspec - Build\NuGetPublish.msbuild = Build\NuGetPublish.msbuild - Build\publish-changelog.txt = Build\publish-changelog.txt - Build\SharedProperties.msbuild = Build\SharedProperties.msbuild - Build\WebPublish.msbuild = Build\WebPublish.msbuild - EndProjectSection -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{9AA331B1-1F41-41B7-B04A-95E8656E560A}" ProjectSection(SolutionItems) = preProject Shared\SharedAssemblyInfo.cs = Shared\SharedAssemblyInfo.cs EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Managed.Adb.Console", "MadBee.Console\Managed.Adb.Console.csproj", "{F9A436F4-0606-4326-8607-9EA4D9E6AF18}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "msbuildtasks", "msbuildtasks", "{2A9166E3-7655-4DB8-9F7A-DB150428821F}" ProjectSection(SolutionItems) = preProject 3rdParty\msbuildtasks\MSBuild.Deployment.Tasks.dll = 3rdParty\msbuildtasks\MSBuild.Deployment.Tasks.dll @@ -59,22 +47,54 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ilmerge", "ilmerge", "{325A 3rdParty\ilmerge\Download ILMerge from Official Microsoft Download Center.url = 3rdParty\ilmerge\Download ILMerge from Official Microsoft Download Center.url EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Managed.Adb.Console", "Managed.Adb.Console\Managed.Adb.Console.csproj", "{F9A436F4-0606-4326-8607-9EA4D9E6AF18}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|ia64 = Debug|ia64 + Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|ia64 = Release|ia64 + Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {65473257-E70F-410B-9269-D0C0F771EA87}.Debug|Any CPU.ActiveCfg = Debug|x86 + {65473257-E70F-410B-9269-D0C0F771EA87}.Debug|ia64.ActiveCfg = Debug|x86 + {65473257-E70F-410B-9269-D0C0F771EA87}.Debug|x64.ActiveCfg = Debug|x86 {65473257-E70F-410B-9269-D0C0F771EA87}.Debug|x86.ActiveCfg = Debug|x86 {65473257-E70F-410B-9269-D0C0F771EA87}.Debug|x86.Build.0 = Debug|x86 + {65473257-E70F-410B-9269-D0C0F771EA87}.Release|Any CPU.ActiveCfg = Release|x86 + {65473257-E70F-410B-9269-D0C0F771EA87}.Release|ia64.ActiveCfg = Release|x86 + {65473257-E70F-410B-9269-D0C0F771EA87}.Release|x64.ActiveCfg = Release|x86 {65473257-E70F-410B-9269-D0C0F771EA87}.Release|x86.ActiveCfg = Release|x86 {65473257-E70F-410B-9269-D0C0F771EA87}.Release|x86.Build.0 = Release|x86 + {2C43B828-BE5E-47B6-93BB-A624B6B36633}.Debug|Any CPU.ActiveCfg = Debug|x86 + {2C43B828-BE5E-47B6-93BB-A624B6B36633}.Debug|ia64.ActiveCfg = Debug|x86 + {2C43B828-BE5E-47B6-93BB-A624B6B36633}.Debug|x64.ActiveCfg = Debug|x86 {2C43B828-BE5E-47B6-93BB-A624B6B36633}.Debug|x86.ActiveCfg = Debug|x86 {2C43B828-BE5E-47B6-93BB-A624B6B36633}.Debug|x86.Build.0 = Debug|x86 + {2C43B828-BE5E-47B6-93BB-A624B6B36633}.Release|Any CPU.ActiveCfg = Release|x86 + {2C43B828-BE5E-47B6-93BB-A624B6B36633}.Release|ia64.ActiveCfg = Release|x86 + {2C43B828-BE5E-47B6-93BB-A624B6B36633}.Release|x64.ActiveCfg = Release|x86 {2C43B828-BE5E-47B6-93BB-A624B6B36633}.Release|x86.ActiveCfg = Release|x86 {2C43B828-BE5E-47B6-93BB-A624B6B36633}.Release|x86.Build.0 = Release|x86 + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Debug|ia64.ActiveCfg = Debug|ia64 + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Debug|ia64.Build.0 = Debug|ia64 + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Debug|x64.ActiveCfg = Debug|x64 + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Debug|x64.Build.0 = Debug|x64 {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Debug|x86.ActiveCfg = Debug|x86 {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Debug|x86.Build.0 = Debug|x86 + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Release|Any CPU.Build.0 = Release|Any CPU + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Release|ia64.ActiveCfg = Release|ia64 + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Release|ia64.Build.0 = Release|ia64 + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Release|x64.ActiveCfg = Release|x64 + {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Release|x64.Build.0 = Release|x64 {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Release|x86.ActiveCfg = Release|x86 {F9A436F4-0606-4326-8607-9EA4D9E6AF18}.Release|x86.Build.0 = Release|x86 EndGlobalSection