Skip to content

Commit 16430be

Browse files
committed
edit solution file
1 parent 338c247 commit 16430be

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

GodSharp.Socket.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GodSharp.ChatClient", "samp
4242
EndProject
4343
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GodSharp.ChatServer", "sample\Tcp\Chat\GodSharp.ChatServer\GodSharp.ChatServer.csproj", "{5DD72AA1-F791-446C-9939-0CB1C5483D04}"
4444
EndProject
45-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GodSharp.UdpClientMasterSample", "sample\Udp\Samples\GodSharp.UdpClientMasterSample\GodSharp.UdpClientMasterSample.csproj", "{91D1F01F-2D76-4B3C-8871-E76BC69A873B}"
45+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GodSharp.UdpClientMasterSample", "sample\Udp\Samples\GodSharp.UdpClientMasterSample\GodSharp.UdpClientMasterSample.csproj", "{91D1F01F-2D76-4B3C-8871-E76BC69A873B}"
4646
EndProject
47-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GodSharp.UdpClientSlaveSample", "GodSharp.UdpClientSlaveSample\GodSharp.UdpClientSlaveSample.csproj", "{0B4B8292-4A09-47A9-8D3E-EC56D79E0509}"
47+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GodSharp.UdpClientSlaveSample", "sample\Udp\Samples\GodSharp.UdpClientSlaveSample\GodSharp.UdpClientSlaveSample.csproj", "{6FFB5059-7BF4-49B4-BBC0-1446A48E778D}"
4848
EndProject
4949
Global
5050
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -80,10 +80,10 @@ Global
8080
{91D1F01F-2D76-4B3C-8871-E76BC69A873B}.Debug|Any CPU.Build.0 = Debug|Any CPU
8181
{91D1F01F-2D76-4B3C-8871-E76BC69A873B}.Release|Any CPU.ActiveCfg = Release|Any CPU
8282
{91D1F01F-2D76-4B3C-8871-E76BC69A873B}.Release|Any CPU.Build.0 = Release|Any CPU
83-
{0B4B8292-4A09-47A9-8D3E-EC56D79E0509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
84-
{0B4B8292-4A09-47A9-8D3E-EC56D79E0509}.Debug|Any CPU.Build.0 = Debug|Any CPU
85-
{0B4B8292-4A09-47A9-8D3E-EC56D79E0509}.Release|Any CPU.ActiveCfg = Release|Any CPU
86-
{0B4B8292-4A09-47A9-8D3E-EC56D79E0509}.Release|Any CPU.Build.0 = Release|Any CPU
83+
{6FFB5059-7BF4-49B4-BBC0-1446A48E778D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
84+
{6FFB5059-7BF4-49B4-BBC0-1446A48E778D}.Debug|Any CPU.Build.0 = Debug|Any CPU
85+
{6FFB5059-7BF4-49B4-BBC0-1446A48E778D}.Release|Any CPU.ActiveCfg = Release|Any CPU
86+
{6FFB5059-7BF4-49B4-BBC0-1446A48E778D}.Release|Any CPU.Build.0 = Release|Any CPU
8787
EndGlobalSection
8888
GlobalSection(SolutionProperties) = preSolution
8989
HideSolutionNode = FALSE
@@ -101,7 +101,7 @@ Global
101101
{B1EFC930-1A12-4FA6-9BDA-EC27E477528B} = {43852E3B-E5B7-4A54-B450-4B48F6C3F025}
102102
{5DD72AA1-F791-446C-9939-0CB1C5483D04} = {43852E3B-E5B7-4A54-B450-4B48F6C3F025}
103103
{91D1F01F-2D76-4B3C-8871-E76BC69A873B} = {B6BB1EDD-840E-4799-BA1D-2ECED21BC443}
104-
{0B4B8292-4A09-47A9-8D3E-EC56D79E0509} = {B6BB1EDD-840E-4799-BA1D-2ECED21BC443}
104+
{6FFB5059-7BF4-49B4-BBC0-1446A48E778D} = {B6BB1EDD-840E-4799-BA1D-2ECED21BC443}
105105
EndGlobalSection
106106
GlobalSection(ExtensibilityGlobals) = postSolution
107107
SolutionGuid = {68DFC265-6267-4153-8375-A35F8E5CD820}

GodSharp.UdpClientSlaveSample/GodSharp.UdpClientSlaveSample.csproj renamed to sample/Udp/Samples/GodSharp.UdpClientSlaveSample/GodSharp.UdpClientSlaveSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<ProjectReference Include="..\src\GodSharp.Socket\GodSharp.Socket.csproj" />
9+
<ProjectReference Include="..\..\..\..\src\GodSharp.Socket\GodSharp.Socket.csproj" />
1010
</ItemGroup>
1111

1212
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)