Skip to content

Commit 123f209

Browse files
authored
Merge pull request #299 from nfdi4plants/small_cleanup
Small cleanup to top level folder structure
2 parents 70d3c85 + d121e5c commit 123f209

7 files changed

Lines changed: 7 additions & 118 deletions

File tree

ARCtrl.sln

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ARCtrl.ISA.Spreadsheet", "s
4646
EndProject
4747
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ISA.Spreadsheet.Tests", "tests\ISA\ISA.Spreadsheet.Tests\ISA.Spreadsheet.Tests.fsproj", "{656E8DAF-EFCF-472E-91D0-987D09B74523}"
4848
EndProject
49-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "playground", "playground", "{45E972BE-0BFA-4DE3-B84A-D9F13C4E9D08}"
50-
ProjectSection(SolutionItems) = preProject
51-
playground\KevinF.fsx = playground\KevinF.fsx
52-
playground\testScript.fsx = playground\testScript.fsx
53-
EndProjectSection
54-
EndProject
5549
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "JavaScript", "JavaScript", "{913222CA-261F-49CB-A823-CC7C335F964A}"
5650
ProjectSection(SolutionItems) = preProject
5751
tests\JavaScript\ARCtrl.Index.js = tests\JavaScript\ARCtrl.Index.js
@@ -72,7 +66,7 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FileSystem.Tests", "tests\F
7266
EndProject
7367
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TestingUtils", "tests\TestingUtils\TestingUtils.fsproj", "{AA011593-6603-4E16-A7B0-0ED3862511DE}"
7468
EndProject
75-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Speedtest", "Speedtest\Speedtest.fsproj", "{FA478808-2A4F-486C-8DB1-71208179FF2E}"
69+
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Speedtest", "tests\Speedtest\Speedtest.fsproj", "{6EFC7E7D-840E-4506-ADBC-37130A21D1C0}"
7670
EndProject
7771
Global
7872
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -136,10 +130,10 @@ Global
136130
{AA011593-6603-4E16-A7B0-0ED3862511DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
137131
{AA011593-6603-4E16-A7B0-0ED3862511DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
138132
{AA011593-6603-4E16-A7B0-0ED3862511DE}.Release|Any CPU.Build.0 = Release|Any CPU
139-
{FA478808-2A4F-486C-8DB1-71208179FF2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
140-
{FA478808-2A4F-486C-8DB1-71208179FF2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
141-
{FA478808-2A4F-486C-8DB1-71208179FF2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
142-
{FA478808-2A4F-486C-8DB1-71208179FF2E}.Release|Any CPU.Build.0 = Release|Any CPU
133+
{6EFC7E7D-840E-4506-ADBC-37130A21D1C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
134+
{6EFC7E7D-840E-4506-ADBC-37130A21D1C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
135+
{6EFC7E7D-840E-4506-ADBC-37130A21D1C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
136+
{6EFC7E7D-840E-4506-ADBC-37130A21D1C0}.Release|Any CPU.Build.0 = Release|Any CPU
143137
EndGlobalSection
144138
GlobalSection(SolutionProperties) = preSolution
145139
HideSolutionNode = FALSE
@@ -161,7 +155,7 @@ Global
161155
{1945EE8A-F105-43A9-91C9-8C4422B9873E} = {6DA2330B-D407-4FB1-AF05-B0184034EC44}
162156
{D9FE196B-AC21-4C3E-B9AE-DDDEC2158BC3} = {64B34A6E-318D-4E6E-9262-CE52C9B85A38}
163157
{AA011593-6603-4E16-A7B0-0ED3862511DE} = {64B34A6E-318D-4E6E-9262-CE52C9B85A38}
164-
{FA478808-2A4F-486C-8DB1-71208179FF2E} = {64B34A6E-318D-4E6E-9262-CE52C9B85A38}
158+
{6EFC7E7D-840E-4506-ADBC-37130A21D1C0} = {64B34A6E-318D-4E6E-9262-CE52C9B85A38}
165159
EndGlobalSection
166160
GlobalSection(ExtensibilityGlobals) = postSolution
167161
SolutionGuid = {1E354DE6-99BA-421E-9EF8-E808B855A85F}

playground/KevinF.fsx

Lines changed: 0 additions & 42 deletions
This file was deleted.

playground/UNITTEST_Template.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

playground/testScript.fsx

Lines changed: 0 additions & 62 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<ProjectReference Include="..\src\ISA\ISA.Spreadsheet\ARCtrl.ISA.Spreadsheet.fsproj" />
14+
<ProjectReference Include="..\..\src\ISA\ISA.Spreadsheet\ARCtrl.ISA.Spreadsheet.fsproj" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)