Skip to content

Commit

Permalink
引用 dp-library 中的 DigitalPlatform.SIP
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalPlatform committed Apr 7, 2019
1 parent 432662b commit fb8b001
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
20 changes: 20 additions & 0 deletions dp2-v3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions dp2Capo/dp2Capo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@
<Project>{10d28ecc-80d2-4a18-942d-d4e08d620e75}</Project>
<Name>DigitalPlatform.Net</Name>
</ProjectReference>
<ProjectReference Include="..\dp-library\DigitalPlatform.SIP\DigitalPlatform.SIP.csproj">
<Project>{d5c91377-2ea0-4deb-9660-b7b321bc689d}</Project>
<Name>DigitalPlatform.SIP</Name>
</ProjectReference>
<ProjectReference Include="..\dp-library\DigitalPlatform.Z3950\DigitalPlatform.Z3950.csproj">
<Project>{a4547e99-0eee-479f-8305-1ec524b3321c}</Project>
<Name>DigitalPlatform.Z3950</Name>
Expand Down
4 changes: 2 additions & 2 deletions dp2SIPClient/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using DigitalPlatform;
using DigitalPlatform.SIP2;
using DigitalPlatform.SIP2.Request;
using SIP2;
using System;
using System.Collections.Generic;
Expand All @@ -18,6 +16,8 @@

using DigitalPlatform.Text;
using System.Web;
using DigitalPlatform.SIP2;
using DigitalPlatform.SIP2.Request;

namespace dp2SIPClient
{
Expand Down
4 changes: 4 additions & 0 deletions dp2SIPClient/dp2SIPClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
<Project>{ffd44d99-c846-477a-86e9-a68c04985c0e}</Project>
<Name>DigitalPlatform.Core</Name>
</ProjectReference>
<ProjectReference Include="..\dp-library\DigitalPlatform.SIP\DigitalPlatform.SIP.csproj">
<Project>{d5c91377-2ea0-4deb-9660-b7b321bc689d}</Project>
<Name>DigitalPlatform.SIP</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit fb8b001

Please sign in to comment.