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 3fe95259732e91b2ec2b44e003002fd7a1e366fe..8cbb2d665d9172ce05ca0da5c072982e8cb2f364 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