Skip to content

Commit

Permalink
Geo.Raven uses RavenDB 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sibartlett committed Aug 18, 2015
1 parent d3f9a76 commit fc5c0d4
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 332 deletions.
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
144 changes: 0 additions & 144 deletions .nuget/NuGet.targets

This file was deleted.

5 changes: 0 additions & 5 deletions .nuget/packages.config

This file was deleted.

84 changes: 0 additions & 84 deletions Geo.Raven.Net45/Geo.Raven.Net45.csproj

This file was deleted.

4 changes: 0 additions & 4 deletions Geo.Raven.Net45/packages.config

This file was deleted.

5 changes: 2 additions & 3 deletions Geo.Raven.nuspec
Expand Up @@ -13,13 +13,12 @@
<dependencies>
<group>
<dependency id="Geo" version="0.12.2" />
<dependency id="RavenDB.Client" version="2.5.2935" />
<dependency id="RavenDB.Client" version="3.0.3528" />
</group>
</dependencies>
<tags>geo spatial gps coordinates wgs84 geography ravendb raven</tags>
</metadata>
<files>
<file src="Geo.Raven/bin/Release/Geo.Raven.dll" target="lib/net40/Geo.Raven.dll" />
<file src="Geo.Raven.Net45/bin/Release/Geo.Raven.dll" target="lib/net45/Geo.Raven.dll" />
<file src="Geo.Raven/bin/Release/Geo.Raven.dll" target="lib/net45/Geo.Raven.dll" />
</files>
</package>
17 changes: 6 additions & 11 deletions Geo.Raven/Geo.Raven.csproj
Expand Up @@ -9,11 +9,10 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Geo.Raven</RootNamespace>
<AssemblyName>Geo.Raven</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -33,17 +32,14 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CompilerServices.AsyncTargetingPack.Net4">
<HintPath>..\packages\Microsoft.CompilerServices.AsyncTargetingPack.1.0.1\lib\net40\Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<Reference Include="Raven.Abstractions">
<HintPath>..\packages\RavenDB.Client.2.5.2935\lib\net40\Raven.Abstractions.dll</HintPath>
<HintPath>..\packages\RavenDB.Client.3.0.3690\lib\net45\Raven.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Raven.Client.Lightweight">
<HintPath>..\packages\RavenDB.Client.2.5.2935\lib\net40\Raven.Client.Lightweight.dll</HintPath>
<HintPath>..\packages\RavenDB.Client.3.0.3690\lib\net45\Raven.Client.Lightweight.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -71,16 +67,15 @@
<Name>Geo</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.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>
-->
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions Geo.Raven/packages.config
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.1" targetFramework="net40-Client" />
<package id="RavenDB.Client" version="2.5.2935" targetFramework="net40-Client" />
<package id="RavenDB.Client" version="3.0.3690" targetFramework="net45" />
</packages>
36 changes: 7 additions & 29 deletions Geo.Tests/Geo.Tests.csproj
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Geo.Tests</RootNamespace>
<AssemblyName>Geo.Tests</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
Expand All @@ -36,9 +36,6 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CompilerServices.AsyncTargetingPack.Net4">
<HintPath>..\packages\Microsoft.CompilerServices.AsyncTargetingPack.1.0.1\lib\net40\Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
Expand All @@ -49,34 +46,16 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Configuration">
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
</Reference>
<Reference Include="Raven.Client.Embedded">
<HintPath>..\packages\RavenDB.Embedded.2.5.2935\lib\net40\Raven.Client.Embedded.dll</HintPath>
</Reference>
<Reference Include="Raven.Database">
<HintPath>..\packages\RavenDB.Database.2.5.2935\lib\net40\Raven.Database.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Storage">
<HintPath>..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
</Reference>
<Reference Include="Raven.Abstractions">
<HintPath>..\packages\RavenDB.Client.2.5.2935\lib\net40\Raven.Abstractions.dll</HintPath>
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Raven.Client.Lightweight">
<HintPath>..\packages\RavenDB.Client.2.5.2935\lib\net40\Raven.Client.Lightweight.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Data.OData">
<HintPath>..\packages\Microsoft.Data.OData.5.6.3\lib\net40\Microsoft.Data.OData.dll</HintPath>
<HintPath>..\packages\RavenDB.Client.3.0.3690\lib\net45\Raven.Client.Lightweight.dll</HintPath>
</Reference>
<Reference Include="System.Spatial">
<HintPath>..\packages\System.Spatial.5.6.3\lib\net40\System.Spatial.dll</HintPath>
<Reference Include="Raven.Abstractions">
<HintPath>..\packages\RavenDB.Database.3.0.3690\lib\net45\Raven.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Data.Edm">
<HintPath>..\packages\Microsoft.Data.Edm.5.6.3\lib\net40\Microsoft.Data.Edm.dll</HintPath>
<Reference Include="Raven.Database">
<HintPath>..\packages\RavenDB.Database.3.0.3690\lib\net45\Raven.Database.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -116,7 +95,6 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.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">
Expand Down

0 comments on commit fc5c0d4

Please sign in to comment.