diff --git a/Application/FeedCenter.csproj b/Application/FeedCenter.csproj index 45eec01..50b862f 100644 --- a/Application/FeedCenter.csproj +++ b/Application/FeedCenter.csproj @@ -261,7 +261,6 @@ SplashWindow.xaml - Designer MSBuild:Compile diff --git a/Application/VersionCheck.cs b/Application/VersionCheck.cs deleted file mode 100644 index 7651deb..0000000 --- a/Application/VersionCheck.cs +++ /dev/null @@ -1,10 +0,0 @@ -using Common.Update; -using FeedCenter.Properties; -using System.Windows; - -namespace FeedCenter -{ - internal static class VersionCheck - { - } -}