Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Lots of cleanup.
Commit Description:
Lots of cleanup.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<PackageId>SpriteFontPlus</PackageId>
<Authors>SpriteFontPlusTeam</Authors>
<Product>SpriteFontPlus</Product>
<Description>Library extending functionality of the SpriteFont.</Description>
<PackageLicense>https://github.com/rds1983/SpriteFontPlus/blob/master/LICENSE</PackageLicense>
<PackageProjectUrl>https://github.com/rds1983/SpriteFontPlus</PackageProjectUrl>
<AssemblyName>SpriteFontPlus</AssemblyName>
<RootNamespace>SpriteFontPlus</RootNamespace>
<Version>1.0.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<DefineConstants>$(DefineConstants);STBSHARP_INTERNAL;MONOGAME</DefineConstants>
<OutputPath>bin\MonoGame\$(Configuration)</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.Portable" PrivateAssets="All" Version="3.6.0.1625" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\deps\StbTrueTypeSharp\src\**\*.cs" LinkBase="StbTrueTypeSharp" />
<Compile Include="..\deps\BMFontToSpriteFont\**\*.cs" LinkBase="BMFontToSpriteFont" />
</ItemGroup>
</Project>
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings