Skip to content

Commit 731ace5

Browse files
committed
Add project files.
1 parent f7f4649 commit 731ace5

3 files changed

Lines changed: 59 additions & 0 deletions

File tree

BioFormats.NET6.csproj

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net6.0-windows</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression>
8+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
9+
<Description>Bioformats java library converted to .NET6 with IKVM </Description>
10+
<PackageReadmeFile>Readme.md</PackageReadmeFile>
11+
<RepositoryType>bio-formats; ome; omero;</RepositoryType>
12+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
13+
<Version>6.11.1</Version>
14+
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<None Remove="Readme.md~RF1304c5f1.TMP" />
18+
</ItemGroup>
19+
20+
<ItemGroup>
21+
<Reference Include="bioformats_package">
22+
<HintPath>..\bioformats_package.dll</HintPath>
23+
</Reference>
24+
</ItemGroup>
25+
26+
<ItemGroup>
27+
<None Update="Readme.md">
28+
<Pack>True</Pack>
29+
<PackagePath>\</PackagePath>
30+
</None>
31+
</ItemGroup>
32+
33+
</Project>

BioFormatsNET6.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.32210.238
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BioFormats.NET6", "BioFormats.NET6.csproj", "{D7001D7B-BF25-4131-B28F-47D4F83D4464}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{D7001D7B-BF25-4131-B28F-47D4F83D4464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{D7001D7B-BF25-4131-B28F-47D4F83D4464}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{D7001D7B-BF25-4131-B28F-47D4F83D4464}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{D7001D7B-BF25-4131-B28F-47D4F83D4464}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {648E1A40-E652-4F46-8873-C6F525B531F0}
24+
EndGlobalSection
25+
EndGlobal

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bioformats 6.11.1 (https://www.openmicroscopy.org/bio-formats/) Built with ikvm 8.3.3 for .NET6

0 commit comments

Comments
 (0)