Compare commits

...

3 Commits

Author SHA1 Message Date
cosmonaut 69779b9425 remove nuget crap
continuous-integration/drone/push Build is passing Details
2022-08-09 16:10:43 -07:00
cosmonaut 7f2e9eec06 fix config 2021-01-29 17:10:51 -08:00
cosmonaut 1754e8ef4e Update 'README.md'
continuous-integration/drone/push Build is passing Details
2020-07-18 10:57:11 +00:00
4 changed files with 44 additions and 61 deletions

View File

@ -4,23 +4,12 @@
<Version>1.1.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>.NET Standard Easing Functions</Description>
<PackageId>MoonTools.Easing</PackageId>
<RootNamespace>MoonTools.Easing</RootNamespace>
<Company>Moonside Games</Company>
<Authors>Evan Hemsley</Authors>
<Copyright>Evan Hemsley 2020</Copyright>
<Product>MoonTools.Easing</Product>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyName>MoonTools.Easing</AssemblyName>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
<PackageProjectUrl>https://gitea.moonside.games/MoonsideGames/MoonTools.Easing</PackageProjectUrl>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>

View File

@ -1,48 +1,41 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Easing", "Easing\Easing.csproj", "{3227364C-6091-429B-B460-E9AA410BC1C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{F9F67512-233D-4C1A-A756-23FC8B1E92CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3227364C-6091-429B-B460-E9AA410BC1C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Debug|x64.ActiveCfg = Debug|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Debug|x64.Build.0 = Debug|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Debug|x86.ActiveCfg = Debug|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Debug|x86.Build.0 = Debug|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Release|Any CPU.Build.0 = Release|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Release|x64.ActiveCfg = Release|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Release|x64.Build.0 = Release|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Release|x86.ActiveCfg = Release|Any CPU
{3227364C-6091-429B-B460-E9AA410BC1C0}.Release|x86.Build.0 = Release|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Debug|x64.ActiveCfg = Debug|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Debug|x64.Build.0 = Debug|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Debug|x86.ActiveCfg = Debug|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Debug|x86.Build.0 = Debug|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Release|Any CPU.Build.0 = Release|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Release|x64.ActiveCfg = Release|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Release|x64.Build.0 = Release|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Release|x86.ActiveCfg = Release|Any CPU
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Easing", "Easing\Easing.csproj", "{3227364C-6091-429B-B460-E9AA410BC1C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{F9F67512-233D-4C1A-A756-23FC8B1E92CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3227364C-6091-429B-B460-E9AA410BC1C0}.Debug|x64.ActiveCfg = Debug|x64
{3227364C-6091-429B-B460-E9AA410BC1C0}.Debug|x64.Build.0 = Debug|x64
{3227364C-6091-429B-B460-E9AA410BC1C0}.Debug|x86.ActiveCfg = Debug|x86
{3227364C-6091-429B-B460-E9AA410BC1C0}.Debug|x86.Build.0 = Debug|x86
{3227364C-6091-429B-B460-E9AA410BC1C0}.Release|x64.ActiveCfg = Release|x64
{3227364C-6091-429B-B460-E9AA410BC1C0}.Release|x64.Build.0 = Release|x64
{3227364C-6091-429B-B460-E9AA410BC1C0}.Release|x86.ActiveCfg = Release|x86
{3227364C-6091-429B-B460-E9AA410BC1C0}.Release|x86.Build.0 = Release|x86
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Debug|x64.ActiveCfg = Debug|x64
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Debug|x64.Build.0 = Debug|x64
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Debug|x86.ActiveCfg = Debug|x86
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Debug|x86.Build.0 = Debug|x86
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Release|x64.ActiveCfg = Release|x64
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Release|x64.Build.0 = Release|x64
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Release|x86.ActiveCfg = Release|x86
{F9F67512-233D-4C1A-A756-23FC8B1E92CA}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FED09D3-A0F0-4193-9169-FC041C6D1749}
EndGlobalSection
EndGlobal

View File

@ -29,4 +29,4 @@ Easing.OutQuart(2, 10, 100, 4); // => 103.75
## Additional Info
Use this library with [MoonTools.Core.Curve](https://github.com/MoonsideGames/MoonTools.Core.Curve) for some nicely animated Bezier curves!
Use this library with [MoonTools.Curve](https://gitea.moonside.games/MoonsideGames/MoonTools.Curve) for some nicely animated Bezier curves!

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<IsPackable>false</IsPackable>
<Platforms>x64;x86</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />