From 6db9a1b76742beaf0d73c168681d5f7fcaaac791 Mon Sep 17 00:00:00 2001 From: n00mkrad Date: Mon, 23 Aug 2021 16:51:12 +0200 Subject: [PATCH] Case-sensitive rename operation (3/2 lol) --- Code/Flowframes.csproj | 32 ++++++++++++++++---------------- Code/Ui/InterpolationProgress.cs | 1 + 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Code/Flowframes.csproj b/Code/Flowframes.csproj index 9971593..b0282cc 100644 --- a/Code/Flowframes.csproj +++ b/Code/Flowframes.csproj @@ -407,7 +407,7 @@ - + @@ -416,7 +416,7 @@ - + Form @@ -427,27 +427,27 @@ - + - - - - - - + + + + + + - - - - - - - + + + + + + + Form1.cs Designer diff --git a/Code/Ui/InterpolationProgress.cs b/Code/Ui/InterpolationProgress.cs index ff3ea22..1701723 100644 --- a/Code/Ui/InterpolationProgress.cs +++ b/Code/Ui/InterpolationProgress.cs @@ -11,6 +11,7 @@ using System.Windows.Forms; using Flowframes.Forms; using Flowframes.Main; using I = Flowframes.Interpolate; +using Flowframes.Os; namespace Flowframes.Ui {