diff --git a/Craftimizer.sln b/Craftimizer.sln index 1e2265a..358354c 100644 --- a/Craftimizer.sln +++ b/Craftimizer.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.4.33213.308 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Craftimizer.Plugin", "Craftimizer\Craftimizer.Plugin.csproj", "{13C812E9-0D42-4B95-8646-40EEBF30636F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Craftimizer", "Craftimizer\Craftimizer.csproj", "{13C812E9-0D42-4B95-8646-40EEBF30636F}" ProjectSection(ProjectDependencies) = postProject {2B0EA452-6DFC-48DB-9049-EA782E600C21} = {2B0EA452-6DFC-48DB-9049-EA782E600C21} EndProjectSection diff --git a/Craftimizer/Craftimizer.Plugin.csproj b/Craftimizer/Craftimizer.csproj similarity index 90% rename from Craftimizer/Craftimizer.Plugin.csproj rename to Craftimizer/Craftimizer.csproj index 454e5f0..930b9fc 100644 --- a/Craftimizer/Craftimizer.Plugin.csproj +++ b/Craftimizer/Craftimizer.csproj @@ -2,11 +2,8 @@ Asriel Camora - 1.0.0.0 - Simulate crafts and create computer-assisted macros from the comfort of your own game - - https://git.camora.dev/asriel/craftimizer.gitn + https://github.com/WorkingRobot/craftimizer.git diff --git a/Craftimizer/Craftimizer.Plugin.json b/Craftimizer/Craftimizer.json similarity index 100% rename from Craftimizer/Craftimizer.Plugin.json rename to Craftimizer/Craftimizer.json