-
Notifications
You must be signed in to change notification settings - Fork 0
/
BioFormats.NET8.csproj
53 lines (52 loc) · 2.28 KB
/
BioFormats.NET8.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>BioFormats.NET8</Title>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>8.0.1</Version>
<Authors>Erik Repo</Authors>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Description>Bioformats 8.0.1 IKVM update to 8.10.3.(https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.10.3 for x64, Arm64.</Description>
<RepositoryUrl>https://github.com/ome/bioformats</RepositoryUrl>
<PackageProjectUrl>https://github.com/BiologyTools/BioFormatsNET8</PackageProjectUrl>
<PackageTags>ome; bio-formats; omero;</PackageTags>
<PackageReleaseNotes>Bio-Formats 8.0.1 update.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Content Include="bioformats_package.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>True</Pack>
<PackagePath>\lib\net8.0</PackagePath>
</Content>
<Content Include="google.collect.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>True</Pack>
<PackagePath>\lib\net8.0</PackagePath>
</Content>
<Content Include="Readme.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</Content>
</ItemGroup>
<ItemGroup>
<IkvmReference Include="bioformats_package.jar">
<AssemblyName>bioformats_package</AssemblyName>
<AssemblyVersion>8.0.1</AssemblyVersion>
<AssemblyFileVersion>8.0.1</AssemblyFileVersion>
<DisableAutoAssemblyName>true</DisableAutoAssemblyName>
<DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion>
<FallbackAssemblyName>bioformats_package</FallbackAssemblyName>
<FallbackAssemblyVersion>8.0.1</FallbackAssemblyVersion>
<Aliases>bioformats_package</Aliases>
<Compile>google-collect-1.0.jar</Compile>
<References>google-collect-1.0.jar</References>
</IkvmReference>
<IkvmReference Include="google-collect-1.0.jar" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IKVM" Version="8.10.3" />
</ItemGroup></Project>