From fb8b001993418adf95e370c640db122fd2d19706 Mon Sep 17 00:00:00 2001 From: xietao Date: Sun, 7 Apr 2019 20:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E7=94=A8=20dp-library=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=20DigitalPlatform.SIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dp2-v3.sln | 20 ++++++++++++++++++++ dp2Capo/dp2Capo.csproj | 4 ++++ dp2SIPClient/MainForm.cs | 4 ++-- dp2SIPClient/dp2SIPClient.csproj | 4 ++++ 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/dp2-v3.sln b/dp2-v3.sln index f2b4c967..c592d603 100644 --- a/dp2-v3.sln +++ b/dp2-v3.sln @@ -106,6 +106,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalPlatform.Net", "dp-l EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalPlatform.Z3950", "dp-library\DigitalPlatform.Z3950\DigitalPlatform.Z3950.csproj", "{A4547E99-0EEE-479F-8305-1EC524B3321C}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalPlatform.SIP", "dp-library\DigitalPlatform.SIP\DigitalPlatform.SIP.csproj", "{D5C91377-2EA0-4DEB-9660-B7B321BC689D}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -779,6 +781,24 @@ Global {A4547E99-0EEE-479F-8305-1EC524B3321C}.Test|Mixed Platforms.Build.0 = Debug|Any CPU {A4547E99-0EEE-479F-8305-1EC524B3321C}.Test|x86.ActiveCfg = Debug|Any CPU {A4547E99-0EEE-479F-8305-1EC524B3321C}.Test|x86.Build.0 = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Debug|x86.ActiveCfg = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Debug|x86.Build.0 = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Release|Any CPU.Build.0 = Release|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Release|x86.ActiveCfg = Release|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Release|x86.Build.0 = Release|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Test|Any CPU.ActiveCfg = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Test|Any CPU.Build.0 = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Test|Mixed Platforms.ActiveCfg = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Test|Mixed Platforms.Build.0 = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Test|x86.ActiveCfg = Debug|Any CPU + {D5C91377-2EA0-4DEB-9660-B7B321BC689D}.Test|x86.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/dp2Capo/dp2Capo.csproj b/dp2Capo/dp2Capo.csproj index 8c8a75b9..b6f5c023 100644 --- a/dp2Capo/dp2Capo.csproj +++ b/dp2Capo/dp2Capo.csproj @@ -162,6 +162,10 @@ {10d28ecc-80d2-4a18-942d-d4e08d620e75} DigitalPlatform.Net + + {d5c91377-2ea0-4deb-9660-b7b321bc689d} + DigitalPlatform.SIP + {a4547e99-0eee-479f-8305-1ec524b3321c} DigitalPlatform.Z3950 diff --git a/dp2SIPClient/MainForm.cs b/dp2SIPClient/MainForm.cs index edec7173..c1074979 100644 --- a/dp2SIPClient/MainForm.cs +++ b/dp2SIPClient/MainForm.cs @@ -1,6 +1,4 @@ using DigitalPlatform; -using DigitalPlatform.SIP2; -using DigitalPlatform.SIP2.Request; using SIP2; using System; using System.Collections.Generic; @@ -18,6 +16,8 @@ using DigitalPlatform.Text; using System.Web; +using DigitalPlatform.SIP2; +using DigitalPlatform.SIP2.Request; namespace dp2SIPClient { diff --git a/dp2SIPClient/dp2SIPClient.csproj b/dp2SIPClient/dp2SIPClient.csproj index 226e85b8..3a0c7364 100644 --- a/dp2SIPClient/dp2SIPClient.csproj +++ b/dp2SIPClient/dp2SIPClient.csproj @@ -160,6 +160,10 @@ {ffd44d99-c846-477a-86e9-a68c04985c0e} DigitalPlatform.Core + + {d5c91377-2ea0-4deb-9660-b7b321bc689d} + DigitalPlatform.SIP +