Skip to content

Commit 715f9ea

Browse files
committed
rename template files
1 parent 2608012 commit 715f9ea

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

BioFSharp.XYZ.sln renamed to BioFSharp.Stats.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7501C4DF-A844-40A0-8742-3343E48E55F1}"
77
EndProject
8-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BioFSharp.XYZ", "src\BioFSharp.XYZ\BioFSharp.XYZ.fsproj", "{BAC97B5C-B9A6-40D6-B533-0A07E12939ED}"
9-
EndProject
108
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D152DA0B-8F60-4611-B613-642379E2B17C}"
119
EndProject
12-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BioFSharp.XYZ.Tests", "tests\BioFSharp.XYZ.Tests\BioFSharp.XYZ.Tests.fsproj", "{CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC}"
13-
EndProject
1410
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{77A50576-9359-44E5-B2F9-95318AB3DAEA}"
1511
ProjectSection(SolutionItems) = preProject
1612
.gitignore = .gitignore
@@ -38,31 +34,35 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".ci", ".ci", "{812698C9-F1C
3834
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
3935
EndProjectSection
4036
EndProject
37+
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BioFSharp.Stats", "src\BioFSharp.Stats\BioFSharp.Stats.fsproj", "{EFEC7FF4-B7CB-4C70-B396-73B971A4A21A}"
38+
EndProject
39+
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BioFSharp.Stats.Tests", "tests\BioFSharp.Stats.Tests\BioFSharp.Stats.Tests.fsproj", "{17ECB3EC-8837-47F0-8F1A-3006A66126D6}"
40+
EndProject
4141
Global
4242
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4343
Debug|Any CPU = Debug|Any CPU
4444
Release|Any CPU = Release|Any CPU
4545
EndGlobalSection
4646
GlobalSection(ProjectConfigurationPlatforms) = postSolution
47-
{BAC97B5C-B9A6-40D6-B533-0A07E12939ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48-
{BAC97B5C-B9A6-40D6-B533-0A07E12939ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
49-
{BAC97B5C-B9A6-40D6-B533-0A07E12939ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
50-
{BAC97B5C-B9A6-40D6-B533-0A07E12939ED}.Release|Any CPU.Build.0 = Release|Any CPU
51-
{CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
52-
{CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC}.Debug|Any CPU.Build.0 = Debug|Any CPU
53-
{CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC}.Release|Any CPU.ActiveCfg = Release|Any CPU
54-
{CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC}.Release|Any CPU.Build.0 = Release|Any CPU
5547
{8DCCA688-871C-49DD-BC06-4877F714497C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5648
{8DCCA688-871C-49DD-BC06-4877F714497C}.Debug|Any CPU.Build.0 = Debug|Any CPU
5749
{8DCCA688-871C-49DD-BC06-4877F714497C}.Release|Any CPU.ActiveCfg = Release|Any CPU
5850
{8DCCA688-871C-49DD-BC06-4877F714497C}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{EFEC7FF4-B7CB-4C70-B396-73B971A4A21A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
52+
{EFEC7FF4-B7CB-4C70-B396-73B971A4A21A}.Debug|Any CPU.Build.0 = Debug|Any CPU
53+
{EFEC7FF4-B7CB-4C70-B396-73B971A4A21A}.Release|Any CPU.ActiveCfg = Release|Any CPU
54+
{EFEC7FF4-B7CB-4C70-B396-73B971A4A21A}.Release|Any CPU.Build.0 = Release|Any CPU
55+
{17ECB3EC-8837-47F0-8F1A-3006A66126D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56+
{17ECB3EC-8837-47F0-8F1A-3006A66126D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
57+
{17ECB3EC-8837-47F0-8F1A-3006A66126D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
58+
{17ECB3EC-8837-47F0-8F1A-3006A66126D6}.Release|Any CPU.Build.0 = Release|Any CPU
5959
EndGlobalSection
6060
GlobalSection(SolutionProperties) = preSolution
6161
HideSolutionNode = FALSE
6262
EndGlobalSection
6363
GlobalSection(NestedProjects) = preSolution
64-
{BAC97B5C-B9A6-40D6-B533-0A07E12939ED} = {7501C4DF-A844-40A0-8742-3343E48E55F1}
65-
{CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC} = {D152DA0B-8F60-4611-B613-642379E2B17C}
6664
{8DCCA688-871C-49DD-BC06-4877F714497C} = {78399A41-F06A-4B35-AA24-E2E20209D8DE}
65+
{EFEC7FF4-B7CB-4C70-B396-73B971A4A21A} = {7501C4DF-A844-40A0-8742-3343E48E55F1}
66+
{17ECB3EC-8837-47F0-8F1A-3006A66126D6} = {D152DA0B-8F60-4611-B613-642379E2B17C}
6767
EndGlobalSection
6868
EndGlobal

build/ProjectInfo.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
open Fake.Core
44

55

6-
let project = "BioFSharp.XYZ"
6+
let project = "BioFSharp.Stats"
77

88
let testProjects =
99
[
10-
"tests/BioFSharp.XYZ.Tests/BioFSharp.XYZ.Tests.fsproj"
10+
"tests/BioFSharp.Stats.Tests/BioFSharp.Stats.Tests.fsproj"
1111
]
1212

1313
let solutionFile = $"{project}.sln"

docs/index.fsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(**
2-
# BioFSharp.XYZ
2+
# BioFSharp.Stats
33
44
you can write markdown in these comment brackets `(** ... *)`
55
*)
@@ -18,10 +18,10 @@ Include the compiled binaries of your project to use in the docs like this.
1818
Make sure to load any external references via nuget.
1919
*)
2020
#r "nuget: BioFSharp, 2.0.0-preview.3"
21-
#I @"..\src\BioFSharp.XYZ\bin\Release\net8.0"
22-
#r "BioFSharp.XYZ.dll"
21+
#I @"..\src\BioFSharp.Stats\bin\Release\net8.0"
22+
#r "BioFSharp.Stats.dll"
2323

24-
open BioFSharp.XYZ
24+
open BioFSharp.Stats
2525

2626
let o = BioTalk.helloBio "Kev"
2727

src/BioFSharp.XYZ/Library.fs renamed to src/BioFSharp.Stats/Library.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace BioFSharp.XYZ
1+
namespace BioFSharp.Stats
22

33
open BioFSharp
44

tests/BioFSharp.XYZ.Tests/BioFSharp.XYZ.Tests.fsproj renamed to tests/BioFSharp.Stats.Tests/BioFSharp.Stats.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<ProjectReference Include="..\..\src\BioFSharp.XYZ\BioFSharp.XYZ.fsproj" />
24+
<ProjectReference Include="..\..\src\BioFSharp.Stats\BioFSharp.Stats.fsproj" />
2525
</ItemGroup>
2626

2727
</Project>
File renamed without changes.

tests/BioFSharp.XYZ.Tests/Tests.fs renamed to tests/BioFSharp.Stats.Tests/Tests.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
namespace BioFSharp.XYZ.Tests
1+
namespace BioFSharp.Stats.Tests
22

33
open Xunit
44

5-
open BioFSharp.XYZ
5+
open BioFSharp.Stats
66

77
type BioTalkTests() =
88
[<Fact>]

0 commit comments

Comments
 (0)