diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-29 19:00:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-29 19:00:04 +0300 |
commit | 763dc81bdc7ef636d6477f2933876e80ca8fc58d (patch) | |
tree | 1c6653e78465da7af5a1daaa04ca5261f25e12b9 /plugins/Sessions/Sessions.vcxproj | |
parent | 89a9193b6c6a8f87314634618b6893c8b62473aa (diff) |
Sessions:
- fixes #2816 (Sessions: "Save and close" option closes message log instead of container);
- massive code reordering;
- session saving dialog -> UI classes
Diffstat (limited to 'plugins/Sessions/Sessions.vcxproj')
-rw-r--r-- | plugins/Sessions/Sessions.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Sessions/Sessions.vcxproj b/plugins/Sessions/Sessions.vcxproj index 9188688b9a..b1a8b267f5 100644 --- a/plugins/Sessions/Sessions.vcxproj +++ b/plugins/Sessions/Sessions.vcxproj @@ -26,8 +26,10 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
+ <ClCompile Include="Src\LoadSessions.cpp" />
<ClCompile Include="src\Main.cpp" />
<ClCompile Include="src\Options.cpp" />
+ <ClCompile Include="Src\SaveSessions.cpp" />
<ClCompile Include="src\stdafx.cxx">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
|