Skip to content

Commit dc37b27

Browse files
committed
tidy all,build all
1 parent 9e1c78d commit dc37b27

Some content is hidden

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

47 files changed

+4850
-388
lines changed

01_SimilarEnough/s01_SimilarEnough.fsproj 01_SimilarEnough/01_SimilarEnough.fsproj

+9-7
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,26 @@
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<WarnOn>3390;$(WarnOn)</WarnOn>
77
<PlatformTarget>x64</PlatformTarget>
8-
<AssemblyName>s01_SimilarEnough.esapi</AssemblyName>
8+
<AssemblyName>$(MSBuildProjectName).esapi</AssemblyName>
99
<IncrementVersionOnBuild>1.yyyy.MMdd.HHmm</IncrementVersionOnBuild>
10-
<Version>1.2024.917.1428</Version>
10+
<Version>1.2024.1122.1514</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<Compile Include="read.md" />
14+
<None Include="README.md" />
1515
<Compile Include="0101_RegexUtils.fs" />
1616
<Compile Include="0102_ActivePatterns.fs" />
1717
<Compile Include="0103_SimilarEnough.fs" />
1818
</ItemGroup>
1919

20+
<ItemGroup />
21+
2022
<ItemGroup>
21-
<PackageReference Include="Costura.Fody" Version="5.7.0">
22-
<PrivateAssets>all</PrivateAssets>
23-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
24-
</PackageReference>
2523
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2624
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
2725
</ItemGroup>
26+
27+
<ItemGroup>
28+
<PackageReference Update="FSharp.Core" Version="9.0.100" />
29+
</ItemGroup>
2830
</Project>
File renamed without changes.

02_calculate_IMAGER_positions/s02_calculate_IMAGER_positions.fsproj 02_calculate_IMAGER_positions/02_calculate_IMAGER_positions.fsproj

+5-11
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,23 @@
66
<WarnOn>3390;$(WarnOn)</WarnOn>
77
<AssemblyName>$(MSBuildProjectName).esapi</AssemblyName>
88
<PlatformTarget>x64</PlatformTarget>
9-
<BaseOutputPath></BaseOutputPath>
10-
<PackageOutputPath>..\..\plugins</PackageOutputPath>
119
<IncrementVersionOnBuild>1.yyyy.MMdd.HHmm</IncrementVersionOnBuild>
12-
<Version>1.2024.918.1206</Version>
10+
<Version>1.2024.1122.1514</Version>
1311
</PropertyGroup>
1412
<ItemGroup>
1513
<EmbeddedResource Remove="Properties\**" />
1614
</ItemGroup>
1715

1816
<ItemGroup>
19-
<Compile Include="02.01_FieldSizeValidation.fs" />
20-
<Compile Include="02.02_calculate_IMAGER_positions.fs" />
21-
<Compile Include="02.03_Main.fs" />
17+
<Compile Include="0201_FieldSizeValidation.fs" />
18+
<Compile Include="0202_calculate_IMAGER_positions.fs" />
19+
<Compile Include="0203_Main.fs" />
2220
</ItemGroup>
2321

2422
<ItemGroup>
25-
<PackageReference Include="Costura.Fody" Version="5.7.0">
26-
<PrivateAssets>all</PrivateAssets>
27-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28-
</PackageReference>
2923
<PackageReference Include="System.Net.Http" Version="4.3.4" />
3024
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
31-
<PackageReference Include="FSharp.Core" Version="8.0.400" />
25+
<PackageReference Include="FSharp.Core" Version="9.0.100" />
3226
</ItemGroup>
3327

3428
<ItemGroup>

02_calculate_IMAGER_positions/FodyWeavers.xml

-3
This file was deleted.

02_calculate_IMAGER_positions/LICENSE.txt

+674
Large diffs are not rendered by default.

02_calculate_IMAGER_positions/Readme.txt

-3
This file was deleted.

03_list_HIGH_RESOLUTION_structures/s03_list_HIGH_RESOLUTION_structures.fsproj 03_list_HIGH_RESOLUTION_structures/03_list_HIGH_RESOLUTION_structures.fsproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<None Include="README.md" />
14-
<Compile Include="03.01_list_HIGH_RESOLUTION_structures.fs" />
14+
<Compile Include="0301_list_HIGH_RESOLUTION_structures.fs" />
1515
</ItemGroup>
1616

1717
<ItemGroup />
@@ -25,4 +25,8 @@
2525
<HintPath>C:\Program Files (x86)\Varian\RTM\18.0\esapi\API\VMS.TPS.Common.Model.Types.dll</HintPath>
2626
</Reference>
2727
</ItemGroup>
28+
29+
<ItemGroup>
30+
<PackageReference Update="FSharp.Core" Version="9.0.100" />
31+
</ItemGroup>
2832
</Project>

03_list_HIGH_RESOLUTION_structures/LICENSE

-232
This file was deleted.

04_onboard_AI_structures.zip

-2.11 MB
Binary file not shown.
File renamed without changes.

04_onboard_AI_structures/s04_onboard_AI_structures.fsproj 04_onboard_AI_structures/04_onboard_AI_structures.fsproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<PlatformTarget>x64</PlatformTarget>
77
<AssemblyName>onboard_AI_structures.esapi</AssemblyName>
88
<IncrementVersionOnBuild>1.yyyy.Mdd.Hmm</IncrementVersionOnBuild>
9-
<Version>1.2024.1122.1317</Version>
9+
<Version>1.2024.1122.1514</Version>
1010
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<None Include="App.config" />
14-
<Compile Include="04.01_HtmlTableFetcher.fs" />
15-
<Compile Include="04.02_StructureOperations.fs" />
16-
<Compile Include="04.03_HtmlOutput.fs" />
17-
<Compile Include="04.04_OnboardAiStructures.fs" />
18-
<Compile Include="04.05_Main.fs" />
14+
<Compile Include="0401_HtmlTableFetcher.fs" />
15+
<Compile Include="0402_StructureOperations.fs" />
16+
<Compile Include="0403_HtmlOutput.fs" />
17+
<Compile Include="0404_OnboardAiStructures.fs" />
18+
<Compile Include="0405_Main.fs" />
1919
</ItemGroup>
2020
<ItemGroup>
2121
<PackageReference Include="FsToolkit.ErrorHandling" Version="4.18.0" />

0 commit comments

Comments
 (0)