|
7 | 7 | <SchemaVersion>2.0</SchemaVersion> |
8 | 8 | <ProjectGuid>ad500a06-96ed-408c-9472-262cdc2a119b</ProjectGuid> |
9 | 9 | <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> |
12 | 12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 | 13 | <TargetFSharpCoreVersion>4.3.0.0</TargetFSharpCoreVersion> |
14 | | - <Name>FSharpx.Core.Tests</Name> |
| 14 | + <Name>FSharpx.Extras.Tests</Name> |
15 | 15 | <TargetFrameworkProfile /> |
16 | 16 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
17 | 17 | <RestorePackages>true</RestorePackages> |
|
24 | 24 | <OutputPath>..\bin\Debug\</OutputPath> |
25 | 25 | <DefineConstants>TRACE;DEBUG;NET40</DefineConstants> |
26 | 26 | <WarningLevel>3</WarningLevel> |
27 | | - <DocumentationFile>bin\Debug\FSharpx.Core.Tests.xml</DocumentationFile> |
| 27 | + <DocumentationFile>bin\Debug\FSharpx.Extras.Tests.xml</DocumentationFile> |
28 | 28 | </PropertyGroup> |
29 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 | 30 | <DebugType>pdbonly</DebugType> |
|
33 | 33 | <OutputPath>..\bin\</OutputPath> |
34 | 34 | <DefineConstants>TRACE</DefineConstants> |
35 | 35 | <WarningLevel>3</WarningLevel> |
36 | | - <DocumentationFile>bin\FSharpx.Core.Tests.xml</DocumentationFile> |
| 36 | + <DocumentationFile>bin\FSharpx.Extras.Tests.xml</DocumentationFile> |
37 | 37 | </PropertyGroup> |
38 | 38 | <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets') And '$(TargetFrameworkProfile)' == ''"> |
39 | 39 | <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath> |
|
86 | 86 | <None Include="app.config" /> |
87 | 87 | </ItemGroup> |
88 | 88 | <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> |
91 | 91 | <Project>{1e95a279-c2a9-498b-bc72-6e7a0d6854ce}</Project> |
92 | 92 | <Private>False</Private> |
93 | 93 | </ProjectReference> |
|
0 commit comments