Moved to Client.Tests folder

This commit is contained in:
MaxXor 2015-05-13 19:17:00 +02:00
parent b2371a91fa
commit 17ef0f065f
5 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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