Skip to content

Commit 6cfd6e5

Browse files
committed
remove deal codes
1 parent 01ca175 commit 6cfd6e5

File tree

4 files changed

+0
-28
lines changed

4 files changed

+0
-28
lines changed

src/IpcServiceFramework.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27004.2009
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.IpcServiceFramework", "JKang.IpcServiceFramework\JKang.IpcServiceFramework.csproj", "{83931898-A23F-4D45-8F3F-D63481352862}"
7-
EndProject
86
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{03210BFB-17B1-4775-A8A2-D302ECBF2F46}"
97
EndProject
108
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpcServiceSample.ServiceContracts", "IpcServiceSample.ServiceContracts\IpcServiceSample.ServiceContracts.csproj", "{D1ADB92C-B4FB-40DD-911E-46360A23381B}"
@@ -30,10 +28,6 @@ Global
3028
Release|Any CPU = Release|Any CPU
3129
EndGlobalSection
3230
GlobalSection(ProjectConfigurationPlatforms) = postSolution
33-
{83931898-A23F-4D45-8F3F-D63481352862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34-
{83931898-A23F-4D45-8F3F-D63481352862}.Debug|Any CPU.Build.0 = Debug|Any CPU
35-
{83931898-A23F-4D45-8F3F-D63481352862}.Release|Any CPU.ActiveCfg = Release|Any CPU
36-
{83931898-A23F-4D45-8F3F-D63481352862}.Release|Any CPU.Build.0 = Release|Any CPU
3731
{D1ADB92C-B4FB-40DD-911E-46360A23381B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3832
{D1ADB92C-B4FB-40DD-911E-46360A23381B}.Debug|Any CPU.Build.0 = Debug|Any CPU
3933
{D1ADB92C-B4FB-40DD-911E-46360A23381B}.Release|Any CPU.ActiveCfg = Release|Any CPU

src/IpcServiceSample.ConsoleClient/IpcServiceSample.ConsoleClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ItemGroup>
99
<ProjectReference Include="..\IpcServiceSample.ServiceContracts\IpcServiceSample.ServiceContracts.csproj" />
1010
<ProjectReference Include="..\JKang.IpcServiceFramework.Client\JKang.IpcServiceFramework.Client.csproj" />
11-
<ProjectReference Include="..\JKang.IpcServiceFramework\JKang.IpcServiceFramework.csproj" />
1211
</ItemGroup>
1312

1413
</Project>

src/IpcServiceSample.ConsoleServer/IpcServiceSample.ConsoleServer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ItemGroup>
99
<ProjectReference Include="..\IpcServiceSample.ServiceContracts\IpcServiceSample.ServiceContracts.csproj" />
1010
<ProjectReference Include="..\JKang.IpcServiceFramework.Server\JKang.IpcServiceFramework.Server.csproj" />
11-
<ProjectReference Include="..\JKang.IpcServiceFramework\JKang.IpcServiceFramework.csproj" />
1211
</ItemGroup>
1312

1413
<ItemGroup>

src/JKang.IpcServiceFramework/JKang.IpcServiceFramework.csproj

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)