diff options
author | Indrajith K L | 2024-05-13 02:31:57 +0530 |
---|---|---|
committer | Indrajith K L | 2024-05-13 02:31:57 +0530 |
commit | 68372156a54c1ce6e0582ad745923397cb6f6d48 (patch) | |
tree | cae9f6a62576c713dbcdf163b257d6ac01a46e99 /CSV Editor/CSV Editor.vcxproj | |
parent | e32c474ae1f43aae3f77bb18fdb57910646de0e3 (diff) | |
download | csv_editor-68372156a54c1ce6e0582ad745923397cb6f6d48.tar.gz csv_editor-68372156a54c1ce6e0582ad745923397cb6f6d48.tar.bz2 csv_editor-68372156a54c1ce6e0582ad745923397cb6f6d48.zip |
* Updates Readme
* Updates Window Titles
Diffstat (limited to 'CSV Editor/CSV Editor.vcxproj')
-rw-r--r-- | CSV Editor/CSV Editor.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CSV Editor/CSV Editor.vcxproj b/CSV Editor/CSV Editor.vcxproj index 79866f5..41b2c73 100644 --- a/CSV Editor/CSV Editor.vcxproj +++ b/CSV Editor/CSV Editor.vcxproj @@ -141,7 +141,6 @@ <ClCompile Include="vendor\ImGui\imgui.cpp" /> <ClCompile Include="vendor\ImGui\imgui_demo.cpp" /> <ClCompile Include="vendor\ImGui\imgui_draw.cpp" /> - <ClCompile Include="vendor\ImGui\imgui_filedialog.cpp" /> <ClCompile Include="vendor\ImGui\imgui_tables.cpp" /> <ClCompile Include="vendor\ImGui\imgui_widgets.cpp" /> </ItemGroup> @@ -151,7 +150,6 @@ <ClInclude Include="vendor\ImGui\backends\imgui_impl_win32.h" /> <ClInclude Include="vendor\ImGui\imconfig.h" /> <ClInclude Include="vendor\ImGui\imgui.h" /> - <ClInclude Include="vendor\ImGui\imgui_filedialog.h" /> <ClInclude Include="vendor\ImGui\imgui_internal.h" /> <ClInclude Include="vendor\ImGui\imstb_rectpack.h" /> <ClInclude Include="vendor\ImGui\imstb_textedit.h" /> |