Skip to content

Commit

Permalink
Moved to Client.Tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXor committed May 13, 2015
1 parent b2371a9 commit 17ef0f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<ProjectGuid>{7223F9B2-17A2-432B-ADAC-51B1E35681DB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>xClientTests</RootNamespace>
<AssemblyName>ClientTests</AssemblyName>
<RootNamespace>xClient.Tests</RootNamespace>
<AssemblyName>Client.Tests</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using xClient.Core.Encryption;
using xClient.Core.Helper;

namespace xClientTests.Core.Encryption
namespace xClient.Tests.Core.Encryption
{
[TestClass]
public class AESTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using xClient.Core.Encryption;
using xClient.Core.Helper;

namespace xClientTests.Core.Encryption
namespace xClient.Tests.Core.Encryption
{
[TestClass]
public class SHA256Tests
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion xRAT 2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientTests", "ClientTests\ClientTests.csproj", "{7223F9B2-17A2-432B-ADAC-51B1E35681DB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client.Tests", "Client.Tests\Client.Tests.csproj", "{7223F9B2-17A2-432B-ADAC-51B1E35681DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 17ef0f0

Please sign in to comment.