diff --git a/PomoTime.sln b/PomoTime.sln index 0904c39..6c212d5 100644 --- a/PomoTime.sln +++ b/PomoTime.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29926.136 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PomoTime", "Pomotimer\PomoTime.csproj", "{C0132E9B-1131-4B80-A865-63242012F6BE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PomoTime", "PomoTime\PomoTime.csproj", "{C0132E9B-1131-4B80-A865-63242012F6BE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Pomotimer/App.xaml b/PomoTime/App.xaml similarity index 100% rename from Pomotimer/App.xaml rename to PomoTime/App.xaml diff --git a/Pomotimer/App.xaml.cs b/PomoTime/App.xaml.cs similarity index 100% rename from Pomotimer/App.xaml.cs rename to PomoTime/App.xaml.cs diff --git a/Pomotimer/Assets/LockScreenLogo.scale-200.png b/PomoTime/Assets/LockScreenLogo.scale-200.png similarity index 100% rename from Pomotimer/Assets/LockScreenLogo.scale-200.png rename to PomoTime/Assets/LockScreenLogo.scale-200.png diff --git a/Pomotimer/Assets/SplashScreen.scale-200.png b/PomoTime/Assets/SplashScreen.scale-200.png similarity index 100% rename from Pomotimer/Assets/SplashScreen.scale-200.png rename to PomoTime/Assets/SplashScreen.scale-200.png diff --git a/Pomotimer/Assets/Square150x150Logo.scale-200.png b/PomoTime/Assets/Square150x150Logo.scale-200.png similarity index 100% rename from Pomotimer/Assets/Square150x150Logo.scale-200.png rename to PomoTime/Assets/Square150x150Logo.scale-200.png diff --git a/Pomotimer/Assets/Square44x44Logo.scale-200.png b/PomoTime/Assets/Square44x44Logo.scale-200.png similarity index 100% rename from Pomotimer/Assets/Square44x44Logo.scale-200.png rename to PomoTime/Assets/Square44x44Logo.scale-200.png diff --git a/Pomotimer/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/PomoTime/Assets/Square44x44Logo.targetsize-24_altform-unplated.png similarity index 100% rename from Pomotimer/Assets/Square44x44Logo.targetsize-24_altform-unplated.png rename to PomoTime/Assets/Square44x44Logo.targetsize-24_altform-unplated.png diff --git a/Pomotimer/Assets/StoreLogo.png b/PomoTime/Assets/StoreLogo.png similarity index 100% rename from Pomotimer/Assets/StoreLogo.png rename to PomoTime/Assets/StoreLogo.png diff --git a/Pomotimer/Assets/Wide310x150Logo.scale-200.png b/PomoTime/Assets/Wide310x150Logo.scale-200.png similarity index 100% rename from Pomotimer/Assets/Wide310x150Logo.scale-200.png rename to PomoTime/Assets/Wide310x150Logo.scale-200.png diff --git a/Pomotimer/MainPage.xaml b/PomoTime/MainPage.xaml similarity index 100% rename from Pomotimer/MainPage.xaml rename to PomoTime/MainPage.xaml diff --git a/Pomotimer/MainPage.xaml.cs b/PomoTime/MainPage.xaml.cs similarity index 100% rename from Pomotimer/MainPage.xaml.cs rename to PomoTime/MainPage.xaml.cs diff --git a/Pomotimer/Package.appxmanifest b/PomoTime/Package.appxmanifest similarity index 97% rename from Pomotimer/Package.appxmanifest rename to PomoTime/Package.appxmanifest index aff762d..049d317 100644 --- a/Pomotimer/Package.appxmanifest +++ b/PomoTime/Package.appxmanifest @@ -14,7 +14,7 @@ - Pomotimer + PomoTime stepu Assets\StoreLogo.png diff --git a/Pomotimer/PomoTime.csproj b/PomoTime/PomoTime.csproj similarity index 98% rename from Pomotimer/PomoTime.csproj rename to PomoTime/PomoTime.csproj index 0003288..68e5563 100644 --- a/Pomotimer/PomoTime.csproj +++ b/PomoTime/PomoTime.csproj @@ -7,8 +7,8 @@ {C0132E9B-1131-4B80-A865-63242012F6BE} AppContainerExe Properties - Pomotimer - Pomotimer + PomoTime + PomoTime en-US UAP 10.0.18362.0 diff --git a/Pomotimer/Properties/AssemblyInfo.cs b/PomoTime/Properties/AssemblyInfo.cs similarity index 100% rename from Pomotimer/Properties/AssemblyInfo.cs rename to PomoTime/Properties/AssemblyInfo.cs diff --git a/Pomotimer/Properties/Default.rd.xml b/PomoTime/Properties/Default.rd.xml similarity index 100% rename from Pomotimer/Properties/Default.rd.xml rename to PomoTime/Properties/Default.rd.xml diff --git a/Pomotimer/RunningState.cs b/PomoTime/RunningState.cs similarity index 100% rename from Pomotimer/RunningState.cs rename to PomoTime/RunningState.cs