Skip to content
This repository was archived by the owner on Sep 2, 2019. It is now read-only.

Commit 55a504d

Browse files
committed
의존성 정리중.
1 parent 1b02c7a commit 55a504d

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

ACTWebSocket.Core/ACTWebSocket.Core.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
<HintPath>..\packages\Tmds.MDns.0.6.0\lib\net45\Tmds.MDns.dll</HintPath>
111111
<Private>True</Private>
112112
</Reference>
113+
<Reference Include="websocket-sharp, Version=1.0.2.7528, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL">
114+
<SpecificVersion>False</SpecificVersion>
115+
<HintPath>..\external\websocket-sharp.dll</HintPath>
116+
</Reference>
113117
</ItemGroup>
114118
<ItemGroup>
115119
<Compile Include="ACTWebSocket.cs">
@@ -174,12 +178,6 @@
174178
<ItemGroup>
175179
<WCFMetadata Include="Service References\" />
176180
</ItemGroup>
177-
<ItemGroup>
178-
<ProjectReference Include="..\external\websocket-sharp\websocket-sharp\websocket-sharp.csproj">
179-
<Project>{b357bac7-529e-4d81-a0d2-71041b19c8de}</Project>
180-
<Name>websocket-sharp</Name>
181-
</ProjectReference>
182-
</ItemGroup>
183181
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
184182
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
185183
Other similar extension points exist, see Microsoft.Common.targets.

ACTWebSocket.sln

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACTWebSocket", "ACTWebSocke
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACTWebSocket.Core", "ACTWebSocket.Core\ACTWebSocket.Core.csproj", "{41EFD039-54EF-41B6-8737-1DA118AF2FE0}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "websocket-sharp", "external\websocket-sharp\websocket-sharp\websocket-sharp.csproj", "{B357BAC7-529E-4D81-A0D2-71041B19C8DE}"
11-
EndProject
1210
Global
1311
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1412
Debug_Ubuntu|Any CPU = Debug_Ubuntu|Any CPU
@@ -33,14 +31,6 @@ Global
3331
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Release_Ubuntu|Any CPU.Build.0 = Release|Any CPU
3432
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
3533
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Release|Any CPU.Build.0 = Release|Any CPU
36-
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug_Ubuntu|Any CPU.ActiveCfg = Debug_Ubuntu|Any CPU
37-
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug_Ubuntu|Any CPU.Build.0 = Debug_Ubuntu|Any CPU
38-
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39-
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
40-
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release_Ubuntu|Any CPU.ActiveCfg = Release_Ubuntu|Any CPU
41-
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release_Ubuntu|Any CPU.Build.0 = Release_Ubuntu|Any CPU
42-
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
43-
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|Any CPU.Build.0 = Release|Any CPU
4434
EndGlobalSection
4535
GlobalSection(SolutionProperties) = preSolution
4636
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)