Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #134 from oleksii-mdr/master
Browse files Browse the repository at this point in the history
Clean up usings
  • Loading branch information
nberardi committed Jul 23, 2013
2 parents 31f5ab3 + 31daab3 commit ef19188
Show file tree
Hide file tree
Showing 174 changed files with 307 additions and 574 deletions.
13 changes: 13 additions & 0 deletions FluentCassandra.sln
Expand Up @@ -20,6 +20,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1A88B962
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentCassandra.Tests", "test\FluentCassandra.Tests\FluentCassandra.Tests.csproj", "{9DAF7022-5820-4214-B13E-AC0A1B37691F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentCassandra.Integration.Tests", "test\FluentCassandra.Integration.Tests\FluentCassandra.Integration.Tests.csproj", "{707F8904-8E10-4577-919B-A804BE23DFB8}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = FluentCassandra.vsmdi
Expand Down Expand Up @@ -63,13 +65,24 @@ Global
{9DAF7022-5820-4214-B13E-AC0A1B37691F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9DAF7022-5820-4214-B13E-AC0A1B37691F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9DAF7022-5820-4214-B13E-AC0A1B37691F}.Release|x86.ActiveCfg = Release|Any CPU
{707F8904-8E10-4577-919B-A804BE23DFB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{707F8904-8E10-4577-919B-A804BE23DFB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{707F8904-8E10-4577-919B-A804BE23DFB8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{707F8904-8E10-4577-919B-A804BE23DFB8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{707F8904-8E10-4577-919B-A804BE23DFB8}.Debug|x86.ActiveCfg = Debug|Any CPU
{707F8904-8E10-4577-919B-A804BE23DFB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{707F8904-8E10-4577-919B-A804BE23DFB8}.Release|Any CPU.Build.0 = Release|Any CPU
{707F8904-8E10-4577-919B-A804BE23DFB8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{707F8904-8E10-4577-919B-A804BE23DFB8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{707F8904-8E10-4577-919B-A804BE23DFB8}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DE6B46DE-C37A-49AF-8B9A-B9B6D4F03A55} = {1A88B962-9A09-4692-80D3-E88712A9E516}
{9DAF7022-5820-4214-B13E-AC0A1B37691F} = {1A88B962-9A09-4692-80D3-E88712A9E516}
{707F8904-8E10-4577-919B-A804BE23DFB8} = {1A88B962-9A09-4692-80D3-E88712A9E516}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
$0.CSharpFormattingPolicy = $3
Expand Down
15 changes: 14 additions & 1 deletion FluentCassandra_All.sln
Expand Up @@ -24,6 +24,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{AC1223D1
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentCassandra.LinqPad", "utility\FluentCassandra.LinqPad\FluentCassandra.LinqPad.csproj", "{CACA3463-BBEE-4C7E-AC89-49240B0D8F46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentCassandra.Integration.Tests", "test\FluentCassandra.Integration.Tests\FluentCassandra.Integration.Tests.csproj", "{16246A39-C85C-483A-92DD-184424548C2C}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = FluentCassandra.vsmdi
Expand Down Expand Up @@ -75,13 +77,24 @@ Global
{CACA3463-BBEE-4C7E-AC89-49240B0D8F46}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CACA3463-BBEE-4C7E-AC89-49240B0D8F46}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CACA3463-BBEE-4C7E-AC89-49240B0D8F46}.Release|x86.ActiveCfg = Release|Any CPU
{16246A39-C85C-483A-92DD-184424548C2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16246A39-C85C-483A-92DD-184424548C2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16246A39-C85C-483A-92DD-184424548C2C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{16246A39-C85C-483A-92DD-184424548C2C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{16246A39-C85C-483A-92DD-184424548C2C}.Debug|x86.ActiveCfg = Debug|Any CPU
{16246A39-C85C-483A-92DD-184424548C2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16246A39-C85C-483A-92DD-184424548C2C}.Release|Any CPU.Build.0 = Release|Any CPU
{16246A39-C85C-483A-92DD-184424548C2C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{16246A39-C85C-483A-92DD-184424548C2C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{16246A39-C85C-483A-92DD-184424548C2C}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9DAF7022-5820-4214-B13E-AC0A1B37691F} = {1A88B962-9A09-4692-80D3-E88712A9E516}
{DE6B46DE-C37A-49AF-8B9A-B9B6D4F03A55} = {1A88B962-9A09-4692-80D3-E88712A9E516}
{9DAF7022-5820-4214-B13E-AC0A1B37691F} = {1A88B962-9A09-4692-80D3-E88712A9E516}
{16246A39-C85C-483A-92DD-184424548C2C} = {1A88B962-9A09-4692-80D3-E88712A9E516}
{CACA3463-BBEE-4C7E-AC89-49240B0D8F46} = {AC1223D1-1638-4DEB-9CFF-8B0C43854BB0}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Expand Down
9 changes: 1 addition & 8 deletions src/Apache/Cassandra/AuthenticationException.cs
@@ -1,19 +1,12 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
8 changes: 1 addition & 7 deletions src/Apache/Cassandra/AuthenticationRequest.cs
@@ -1,19 +1,13 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
9 changes: 1 addition & 8 deletions src/Apache/Cassandra/AuthorizationException.cs
@@ -1,19 +1,12 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
10 changes: 3 additions & 7 deletions src/Apache/Cassandra/Cassandra.cs
@@ -1,19 +1,15 @@
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;
using System.Text;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
8 changes: 1 addition & 7 deletions src/Apache/Cassandra/CfDef.cs
@@ -1,19 +1,13 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
9 changes: 1 addition & 8 deletions src/Apache/Cassandra/CfSplit.cs
@@ -1,19 +1,12 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
9 changes: 1 addition & 8 deletions src/Apache/Cassandra/Column.cs
@@ -1,19 +1,12 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
8 changes: 1 addition & 7 deletions src/Apache/Cassandra/ColumnDef.cs
@@ -1,19 +1,13 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
9 changes: 1 addition & 8 deletions src/Apache/Cassandra/ColumnOrSuperColumn.cs
@@ -1,19 +1,12 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
9 changes: 1 addition & 8 deletions src/Apache/Cassandra/ColumnParent.cs
@@ -1,19 +1,12 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
9 changes: 1 addition & 8 deletions src/Apache/Cassandra/ColumnPath.cs
@@ -1,19 +1,12 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
8 changes: 0 additions & 8 deletions src/Apache/Cassandra/Constants.cs
Expand Up @@ -4,14 +4,6 @@
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
9 changes: 1 addition & 8 deletions src/Apache/Cassandra/CounterColumn.cs
@@ -1,19 +1,12 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
8 changes: 1 addition & 7 deletions src/Apache/Cassandra/CounterSuperColumn.cs
@@ -1,19 +1,13 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down
8 changes: 1 addition & 7 deletions src/Apache/Cassandra/CqlMetadata.cs
@@ -1,19 +1,13 @@
using FluentCassandra.Thrift.Protocol;
/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using FluentCassandra.Thrift;
using FluentCassandra.Thrift.Collections;
using System.Runtime.Serialization;
using FluentCassandra.Thrift.Protocol;
using FluentCassandra.Thrift.Transport;

namespace FluentCassandra.Apache.Cassandra
{
Expand Down

0 comments on commit ef19188

Please sign in to comment.