Skip to content

Commit

Permalink
setting files data types fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinamighi committed Sep 29, 2021
1 parent 6356b00 commit 7bd10fb
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 39 deletions.
47 changes: 21 additions & 26 deletions Networking/DistLibrary/DistLibrary.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,41 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.810.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8D2FBCB-D24D-4A3C-BB87-54C4344272F9}"
ProjectSection(SolutionItems) = preProject
ClientServerConfig.json = ClientServerConfig.json
EndProjectSection
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BookHelper", "LibBookHelper\BookHelper.csproj", "{945D9CA8-9E98-4FC5-B755-EB25F28A2B37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BookHelper", "LibBookHelper\BookHelper.csproj", "{EAD8D23F-99F7-48D9-8294-72C7836F3819}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibClient", "LibClient\LibClient.csproj", "{7C8813E6-3BBF-4D15-9897-E282EC66EB8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibClient", "LibClient\LibClient.csproj", "{389E10C6-933C-43BD-AF14-BF8DE58D6050}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibServer", "LibServer\LibServer.csproj", "{1843B15E-0B21-4C6D-915D-0AD50F4D0C98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibServer", "LibServer\LibServer.csproj", "{1460BF34-5819-4EE0-B7B4-8558785CB3CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserHelper", "LibUserHelper\UserHelper.csproj", "{A08947A4-81E8-4328-9AA4-A0F34D72B211}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserHelper", "LibUserHelper\UserHelper.csproj", "{73CC0E23-AE1E-42B5-8011-C069B2069B18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAD8D23F-99F7-48D9-8294-72C7836F3819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAD8D23F-99F7-48D9-8294-72C7836F3819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAD8D23F-99F7-48D9-8294-72C7836F3819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAD8D23F-99F7-48D9-8294-72C7836F3819}.Release|Any CPU.Build.0 = Release|Any CPU
{389E10C6-933C-43BD-AF14-BF8DE58D6050}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{389E10C6-933C-43BD-AF14-BF8DE58D6050}.Debug|Any CPU.Build.0 = Debug|Any CPU
{389E10C6-933C-43BD-AF14-BF8DE58D6050}.Release|Any CPU.ActiveCfg = Release|Any CPU
{389E10C6-933C-43BD-AF14-BF8DE58D6050}.Release|Any CPU.Build.0 = Release|Any CPU
{1460BF34-5819-4EE0-B7B4-8558785CB3CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1460BF34-5819-4EE0-B7B4-8558785CB3CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1460BF34-5819-4EE0-B7B4-8558785CB3CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1460BF34-5819-4EE0-B7B4-8558785CB3CE}.Release|Any CPU.Build.0 = Release|Any CPU
{A08947A4-81E8-4328-9AA4-A0F34D72B211}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A08947A4-81E8-4328-9AA4-A0F34D72B211}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A08947A4-81E8-4328-9AA4-A0F34D72B211}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A08947A4-81E8-4328-9AA4-A0F34D72B211}.Release|Any CPU.Build.0 = Release|Any CPU
{945D9CA8-9E98-4FC5-B755-EB25F28A2B37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{945D9CA8-9E98-4FC5-B755-EB25F28A2B37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{945D9CA8-9E98-4FC5-B755-EB25F28A2B37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{945D9CA8-9E98-4FC5-B755-EB25F28A2B37}.Release|Any CPU.Build.0 = Release|Any CPU
{7C8813E6-3BBF-4D15-9897-E282EC66EB8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C8813E6-3BBF-4D15-9897-E282EC66EB8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C8813E6-3BBF-4D15-9897-E282EC66EB8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C8813E6-3BBF-4D15-9897-E282EC66EB8B}.Release|Any CPU.Build.0 = Release|Any CPU
{1843B15E-0B21-4C6D-915D-0AD50F4D0C98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1843B15E-0B21-4C6D-915D-0AD50F4D0C98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1843B15E-0B21-4C6D-915D-0AD50F4D0C98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1843B15E-0B21-4C6D-915D-0AD50F4D0C98}.Release|Any CPU.Build.0 = Release|Any CPU
{73CC0E23-AE1E-42B5-8011-C069B2069B18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73CC0E23-AE1E-42B5-8011-C069B2069B18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73CC0E23-AE1E-42B5-8011-C069B2069B18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73CC0E23-AE1E-42B5-8011-C069B2069B18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DA0EFBE-C809-4848-BE1F-ACEF770B2252}
SolutionGuid = {491F64E1-7F18-43D5-8FC1-BCB852FB6AB0}
EndGlobalSection
EndGlobal
4 changes: 1 addition & 3 deletions Networking/DistLibrary/LibBookHelper/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

using System;
using System;
using BookHelper;
//using BookHelperSolution;
using System.Text;
using System.Diagnostics.Tracing;

Expand Down
1 change: 0 additions & 1 deletion Networking/DistLibrary/LibClient/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.IO;
using System.Collections.Generic;
using LibClient;
//using LibClientSolution;


// NOTE: DO NOT CHANGE THIS FILE
Expand Down
14 changes: 7 additions & 7 deletions Networking/DistLibrary/LibServer/LibServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ namespace LibServer
// Note: Do not change this class.
public class Setting
{
public int serverPortNumber { get; set; }
public int bookHelperPortNumber { get; set; }
public int userHelperPortNumber { get; set; }
public string serverIPAddress { get; set; }
public string bookHelperIPAddress { get; set; }
public string userHelperIPAddress { get; set; }
public int serverListeningQueue { get; set; }
public int ServerPortNumber { get; set; }
public int BookHelperPortNumber { get; set; }
public int BserHelperPortNumber { get; set; }
public string BerverIPAddress { get; set; }
public string BookHelperIPAddress { get; set; }
public string UserHelperIPAddress { get; set; }
public int ServerListeningQueue { get; set; }
}


Expand Down
1 change: 0 additions & 1 deletion Networking/DistLibrary/LibServer/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using LibServer;
//using LibServerSolution;
using System.Text;
using System.Diagnostics.Tracing;

Expand Down
1 change: 0 additions & 1 deletion Networking/DistLibrary/LibUserHelper/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Drawing;
using System;
using UserHelper;
//using UserHelperSolution;
using System.Text;
using System.Diagnostics.Tracing;

Expand Down

0 comments on commit 7bd10fb

Please sign in to comment.