Skip to content

Commit 5f35798

Browse files
committed
rename FSharpx.Core --> FSharpx.Extras and simplify
1 parent ee6ba78 commit 5f35798

65 files changed

Lines changed: 66 additions & 237 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.

FSharpx.Core.Tests/FSharpx.Core.Tests.fsproj renamed to FSharpx.Extras.Tests/FSharpx.Extras.Tests.fsproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<SchemaVersion>2.0</SchemaVersion>
88
<ProjectGuid>ad500a06-96ed-408c-9472-262cdc2a119b</ProjectGuid>
99
<OutputType>Library</OutputType>
10-
<RootNamespace>FSharpx.Core.Tests</RootNamespace>
11-
<AssemblyName>FSharpx.Core.Tests</AssemblyName>
10+
<RootNamespace>FSharpx.Extras.Tests</RootNamespace>
11+
<AssemblyName>FSharpx.Extras.Tests</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<TargetFSharpCoreVersion>4.3.0.0</TargetFSharpCoreVersion>
14-
<Name>FSharpx.Core.Tests</Name>
14+
<Name>FSharpx.Extras.Tests</Name>
1515
<TargetFrameworkProfile />
1616
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1717
<RestorePackages>true</RestorePackages>
@@ -24,7 +24,7 @@
2424
<OutputPath>..\bin\Debug\</OutputPath>
2525
<DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
2626
<WarningLevel>3</WarningLevel>
27-
<DocumentationFile>bin\Debug\FSharpx.Core.Tests.xml</DocumentationFile>
27+
<DocumentationFile>bin\Debug\FSharpx.Extras.Tests.xml</DocumentationFile>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3030
<DebugType>pdbonly</DebugType>
@@ -33,7 +33,7 @@
3333
<OutputPath>..\bin\</OutputPath>
3434
<DefineConstants>TRACE</DefineConstants>
3535
<WarningLevel>3</WarningLevel>
36-
<DocumentationFile>bin\FSharpx.Core.Tests.xml</DocumentationFile>
36+
<DocumentationFile>bin\FSharpx.Extras.Tests.xml</DocumentationFile>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets') And '$(TargetFrameworkProfile)' == ''">
3939
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
@@ -86,8 +86,8 @@
8686
<None Include="app.config" />
8787
</ItemGroup>
8888
<ItemGroup>
89-
<ProjectReference Include="..\src\FSharpx.Core\FSharpx.Core.fsproj">
90-
<Name>FSharpx.Core</Name>
89+
<ProjectReference Include="..\src\FSharpx.Extras\FSharpx.Extras.fsproj">
90+
<Name>FSharpx.Extras</Name>
9191
<Project>{1e95a279-c2a9-498b-bc72-6e7a0d6854ce}</Project>
9292
<Private>False</Private>
9393
</ProjectReference>

FSharpx.Core.Tests/FSharpx.Core.Tests.ncrunchproject renamed to FSharpx.Extras.Tests/FSharpx.Extras.Tests.ncrunchproject

File renamed without changes.

FSharpx.Core.Tests/FSharpx.Core.Tests.v2.ncrunchproject renamed to FSharpx.Extras.Tests/FSharpx.Extras.Tests.v2.ncrunchproject

File renamed without changes.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ open System
44
open System.Threading
55
open System.Threading.Tasks
66

7-
open FSharpx.Core
87
open FSharpx
98

109
open FsUnit

0 commit comments

Comments
 (0)