Skip to content

Commit

Permalink
Renamed solution and client's folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NightQnEarth authored and NightQnEarth committed Dec 19, 2018
1 parent a4f4471 commit dca4bf7
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions SNTP/Client.csproj → Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{70CB13AE-5171-4194-AB3F-62EA764084CE}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>SNTP</RootNamespace>
<AssemblyName>SNTP</AssemblyName>
<RootNamespace>Client</RootNamespace>
<AssemblyName>Client</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion SNTP.sln → SntpClient-Server.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dca4bf7

Please sign in to comment.