Skip to content

Commit cc32a7f

Browse files
committed
Pruning unused projects until I add them in for the tutorial series.
1 parent 22fc59f commit cc32a7f

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

MattEland.FSharpGeneticAlgorithm.Logic/MattEland.FSharpGeneticAlgorithm.Logic.fsproj

-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,4 @@
1111
<Compile Include="Simulator.fs" />
1212
</ItemGroup>
1313

14-
<ItemGroup>
15-
<ProjectReference Include="..\MattEland.AI.Neural\MattEland.AI.Neural.fsproj" />
16-
</ItemGroup>
17-
1814
</Project>

MattEland.FSharpGeneticAlgorithm.sln

-18
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@ VisualStudioVersion = 16.0.29324.140
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "MattEland.FSharpGeneticAlgorithm.Logic", "MattEland.FSharpGeneticAlgorithm.Logic\MattEland.FSharpGeneticAlgorithm.Logic.fsproj", "{022CF0FD-4C4A-470F-BA5B-48D1FAAE8A1E}"
77
EndProject
8-
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "MattEland.FSharpGeneticAlgorithm.Tests", "MattEland.FSharpGeneticAlgorighm.Tests\MattEland.FSharpGeneticAlgorithm.Tests.fsproj", "{C141938E-E56F-4177-859C-68091CBA18DC}"
9-
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MattEland.FSharpGeneticAlgorithm.BlazorServer", "MattEland.FSharpGeneticAlgorthim.BlazorServer\MattEland.FSharpGeneticAlgorithm.BlazorServer.csproj", "{B2A03CE8-80A0-4546-BB75-4D6802C66302}"
11-
EndProject
128
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "MattEland.FSharpGeneticAgorithm.ConsoleTestApp", "MattEland.FSharpGeneticAgorithm.ConsoleTestApp\MattEland.FSharpGeneticAgorithm.ConsoleTestApp.fsproj", "{B6D8C81B-288E-4B7D-BED2-B88888077390}"
139
EndProject
14-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "MattEland.AI.Neural", "MattEland.AI.Neural\MattEland.AI.Neural.fsproj", "{78597CE3-EBBB-4706-A832-6405DB04D2A7}"
15-
EndProject
1610
Global
1711
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1812
Debug|Any CPU = Debug|Any CPU
@@ -23,22 +17,10 @@ Global
2317
{022CF0FD-4C4A-470F-BA5B-48D1FAAE8A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
2418
{022CF0FD-4C4A-470F-BA5B-48D1FAAE8A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
2519
{022CF0FD-4C4A-470F-BA5B-48D1FAAE8A1E}.Release|Any CPU.Build.0 = Release|Any CPU
26-
{C141938E-E56F-4177-859C-68091CBA18DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{C141938E-E56F-4177-859C-68091CBA18DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{C141938E-E56F-4177-859C-68091CBA18DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
29-
{C141938E-E56F-4177-859C-68091CBA18DC}.Release|Any CPU.Build.0 = Release|Any CPU
30-
{B2A03CE8-80A0-4546-BB75-4D6802C66302}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31-
{B2A03CE8-80A0-4546-BB75-4D6802C66302}.Debug|Any CPU.Build.0 = Debug|Any CPU
32-
{B2A03CE8-80A0-4546-BB75-4D6802C66302}.Release|Any CPU.ActiveCfg = Release|Any CPU
33-
{B2A03CE8-80A0-4546-BB75-4D6802C66302}.Release|Any CPU.Build.0 = Release|Any CPU
3420
{B6D8C81B-288E-4B7D-BED2-B88888077390}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3521
{B6D8C81B-288E-4B7D-BED2-B88888077390}.Debug|Any CPU.Build.0 = Debug|Any CPU
3622
{B6D8C81B-288E-4B7D-BED2-B88888077390}.Release|Any CPU.ActiveCfg = Release|Any CPU
3723
{B6D8C81B-288E-4B7D-BED2-B88888077390}.Release|Any CPU.Build.0 = Release|Any CPU
38-
{78597CE3-EBBB-4706-A832-6405DB04D2A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39-
{78597CE3-EBBB-4706-A832-6405DB04D2A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
40-
{78597CE3-EBBB-4706-A832-6405DB04D2A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
41-
{78597CE3-EBBB-4706-A832-6405DB04D2A7}.Release|Any CPU.Build.0 = Release|Any CPU
4224
EndGlobalSection
4325
GlobalSection(SolutionProperties) = preSolution
4426
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)