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

Commit

Permalink
moved around folders and normalize projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Berardi committed Nov 26, 2010
1 parent df5cb89 commit 8277ef5
Show file tree
Hide file tree
Showing 228 changed files with 107 additions and 107 deletions.
4 changes: 2 additions & 2 deletions FluentCassandra.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentCassandra", "src\FluentCassandra\FluentCassandra.csproj", "{EAA32600-3C2A-4B34-B9B2-5764F280FCE3}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentCassandra", "src\FluentCassandra.csproj", "{EAA32600-3C2A-4B34-B9B2-5764F280FCE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentCassandra.Sandbox", "test\FluentCassandra.Sandbox\FluentCassandra.Sandbox.csproj", "{DE6B46DE-C37A-49AF-8B9A-B9B6D4F03A55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentCassandra.Test", "test\FluentCassandra.Test\FluentCassandra.Test.csproj", "{9DAF7022-5820-4214-B13E-AC0A1B37691F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentCassandra.Tests", "test\FluentCassandra.Tests\FluentCassandra.Tests.csproj", "{9DAF7022-5820-4214-B13E-AC0A1B37691F}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\FluentCassandra\FluentCassandra.csproj">
<ProjectReference Include="..\..\src\FluentCassandra.csproj">
<Project>{EAA32600-3C2A-4B34-B9B2-5764F280FCE3}</Project>
<Name>FluentCassandra</Name>
</ProjectReference>
Expand Down
104 changes: 0 additions & 104 deletions test/FluentCassandra.Test/FluentCassandra.Test.csproj

This file was deleted.

104 changes: 104 additions & 0 deletions test/FluentCassandra.Tests/FluentCassandra.Tests.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9DAF7022-5820-4214-B13E-AC0A1B37691F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FluentCassandra.Tests</RootNamespace>
<AssemblyName>FluentCassandra.Tests</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="nunit.framework">
<HintPath>..\..\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Numerics" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
<Compile Include="CassandraQueryTest.cs" />
<Compile Include="Connection\ConnectionProviderTest.cs" />
<Compile Include="Connection\NormalConnectionProviderTest.cs" />
<Compile Include="Operations\CassandraIndexClauseTest.cs" />
<Compile Include="TypesToDatabase\AsciiTypeTest.cs" />
<Compile Include="TypesToDatabase\BytesTypeTest.cs" />
<Compile Include="TypesToDatabase\TimeUUIDTypeTest.cs" />
<Compile Include="TypesToDatabase\LexicalUUIDTypeTest.cs" />
<Compile Include="TypesToDatabase\IntegerTypeTest.cs" />
<Compile Include="TypesToDatabase\LongTypeTest.cs" />
<Compile Include="TypesToDatabase\UTF8TypeTest.cs" />
<Compile Include="Types\IntegerTypeTest.cs" />
<Compile Include="_CassandraSetup.cs" />
<Compile Include="FluentSuperColumnFamilyTest.cs" />
<Compile Include="FluentColumnFamilyTest.cs" />
<Compile Include="FluentColumnTest.cs" />
<Compile Include="FluentSuperColumnTest.cs" />
<Compile Include="GuidGeneratorTest.cs" />
<Compile Include="Operations\ColumnCountTest.cs" />
<Compile Include="Operations\GetRangeSliceTest.cs" />
<Compile Include="Operations\MultiGetSliceTest.cs" />
<Compile Include="Operations\GetSliceTest.cs" />
<Compile Include="Operations\GetColumnTest.cs" />
<Compile Include="Operations\InsertColumnTest.cs" />
<Compile Include="Operations\RemoveColumnTest.cs" />
<Compile Include="Types\AsciiTypeTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Types\BytesTypeTest.cs" />
<Compile Include="Types\NullTypeTest.cs" />
<Compile Include="Types\LexicalUUIDTypeTest.cs" />
<Compile Include="Types\TimeUUIDTypeTest.cs" />
<Compile Include="Types\LongTypeTest.cs" />
<Compile Include="Types\UTF8TypeTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\FluentCassandra.csproj">
<Project>{EAA32600-3C2A-4B34-B9B2-5764F280FCE3}</Project>
<Name>FluentCassandra</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

0 comments on commit 8277ef5

Please sign in to comment.