From 11cef6d7191ae8e7fce891542a2ab337b53212c9 Mon Sep 17 00:00:00 2001 From: Rsge <rsge@web.de> Date: Sat, 2 Apr 2022 22:07:27 +0200 Subject: [PATCH] Changed naming scheme --- .../Civ V Modpack UI Converter.pyproj | 6 +++--- Civ V Modpack UI Converter/{converter.py => Converter.py} | 0 .../{converter_legacy.py => LegacyConverter.py} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename Civ V Modpack UI Converter/{converter.py => Converter.py} (100%) rename Civ V Modpack UI Converter/{converter_legacy.py => LegacyConverter.py} (100%) diff --git a/Civ V Modpack UI Converter/Civ V Modpack UI Converter.pyproj b/Civ V Modpack UI Converter/Civ V Modpack UI Converter.pyproj index 3fe9525..8cbb2d6 100644 --- a/Civ V Modpack UI Converter/Civ V Modpack UI Converter.pyproj +++ b/Civ V Modpack UI Converter/Civ V Modpack UI Converter.pyproj @@ -5,7 +5,7 @@ <ProjectGuid>ea28d07f-cd43-45d1-b01d-1eeeb360d215</ProjectGuid> <ProjectHome> </ProjectHome> - <StartupFile>converter.py</StartupFile> + <StartupFile>Converter.py</StartupFile> <SearchPath> </SearchPath> <WorkingDirectory>.</WorkingDirectory> @@ -25,8 +25,8 @@ <Content Include="Process.txt" /> </ItemGroup> <ItemGroup> - <Compile Include="converter.py" /> - <Compile Include="converter_legacy.py" /> + <Compile Include="Converter.py" /> + <Compile Include="LegacyConverter.py" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" /> <!-- Uncomment the CoreCompile target to enable the Build command in diff --git a/Civ V Modpack UI Converter/converter.py b/Civ V Modpack UI Converter/Converter.py similarity index 100% rename from Civ V Modpack UI Converter/converter.py rename to Civ V Modpack UI Converter/Converter.py diff --git a/Civ V Modpack UI Converter/converter_legacy.py b/Civ V Modpack UI Converter/LegacyConverter.py similarity index 100% rename from Civ V Modpack UI Converter/converter_legacy.py rename to Civ V Modpack UI Converter/LegacyConverter.py -- GitLab