diff --git a/SNTP/App.config b/Client/App.config similarity index 100% rename from SNTP/App.config rename to Client/App.config diff --git a/SNTP/Client.csproj b/Client/Client.csproj similarity index 97% rename from SNTP/Client.csproj rename to Client/Client.csproj index 6cf7c77..fa51219 100644 --- a/SNTP/Client.csproj +++ b/Client/Client.csproj @@ -6,8 +6,8 @@ AnyCPU {70CB13AE-5171-4194-AB3F-62EA764084CE} Exe - SNTP - SNTP + Client + Client v4.6.1 512 true diff --git a/SNTP/Program.cs b/Client/Program.cs similarity index 100% rename from SNTP/Program.cs rename to Client/Program.cs diff --git a/SNTP/Properties/AssemblyInfo.cs b/Client/Properties/AssemblyInfo.cs similarity index 94% rename from SNTP/Properties/AssemblyInfo.cs rename to Client/Properties/AssemblyInfo.cs index 0e8a073..d7bec53 100644 --- a/SNTP/Properties/AssemblyInfo.cs +++ b/Client/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("SNTP")] +[assembly: AssemblyTitle("Client")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SNTP")] +[assembly: AssemblyProduct("Client")] [assembly: AssemblyCopyright("Copyright © 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SNTP/Request.cs b/Client/Request.cs similarity index 100% rename from SNTP/Request.cs rename to Client/Request.cs diff --git a/SNTP/packages.config b/Client/packages.config similarity index 100% rename from SNTP/packages.config rename to Client/packages.config diff --git a/SNTP.sln b/SntpClient-Server.sln similarity index 93% rename from SNTP.sln rename to SntpClient-Server.sln index 08a5d0f..1f83910 100644 --- a/SNTP.sln +++ b/SntpClient-Server.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27130.2036 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "SNTP\Client.csproj", "{70CB13AE-5171-4194-AB3F-62EA764084CE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{70CB13AE-5171-4194-AB3F-62EA764084CE}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{7EBF7451-F1F3-48BC-9CBA-EA35DC551673}" EndProject