diff --git a/EUI_Converter/EUI_Converter.pyproj b/EUI_Converter/EUI_Converter.pyproj index eb302b261ac87743cb9969a21ffc0132c4aee410..e789e54fc7513f734c762ddc974e4d41ac0fd43c 100644 --- a/EUI_Converter/EUI_Converter.pyproj +++ b/EUI_Converter/EUI_Converter.pyproj @@ -23,6 +23,9 @@ <ItemGroup> <Compile Include="EUI_Converter.py" /> </ItemGroup> + <ItemGroup> + <Content Include="Process.txt" /> + </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" /> <!-- Uncomment the CoreCompile target to enable the Build command in Visual Studio and specify your pre- and post-build commands in diff --git a/EUI_Converter/Changes.txt b/EUI_Converter/Process.txt similarity index 100% rename from EUI_Converter/Changes.txt rename to EUI_Converter/Process.txt