The purpose of this repository is to provide a way for people to create placeholder images quickly. https://www.craigoates.net/Software/project/11
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.9 KiB

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Company>Craig Oates</Company>
<Product>Smouldering Beach Ball</Product>
<Authors>Craig Oates</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A F# project for creating placeholder images -- a handy tool when making quick prototypes app's and sites.</Description>
<Copyright>Craig Oates</Copyright>
<PackageProjectUrl>https://git.abbether.net/craig.oates/Smouldering-Beach-Ball</PackageProjectUrl>
<RepositoryUrl>https://git.abbether.net/craig.oates/Smouldering-Beach-Ball</RepositoryUrl>
<PackageReleaseNotes>Updated the NuGet packages within the project and the repository information.</PackageReleaseNotes>
<NeutralLanguage>en-GB</NeutralLanguage>
<PackageIconUrl></PackageIconUrl>
<Version>2.0.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>smouldering-beach-ball-repo-icon.png</PackageIcon>
<RepositoryType>Git</RepositoryType>
<PackageTags>dot-net-standard, f-sharp, craig oates, smouldering-beach-ball, graphics, placeholder</PackageTags>
</PropertyGroup>
<ItemGroup>
<Content Include="smouldering-beach-ball-repo-icon.png" />
<Compile Include="AssemblyInfo.fs" />
<Compile Include="Domain.fs" />
<Compile Include="InternalServices.fs" />
<Compile Include="Services.fs" />
<None Include="ScratchPad.fsx" />
<None Include="smouldering-beach-ball-repo-icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="3.1.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.0" />
</ItemGroup>
</Project>