diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-05-07 12:59:46 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-05-07 12:59:46 +0300 |
| commit | a5dee9d892a8d7c56657842c1e7a4ca742dc41b5 (patch) | |
| tree | dc78f3a176f32fe99f183d3069afc189995c5865 /plugins/Msg_Export/msg_export.vcxproj | |
| parent | 4ab93d52285bf072cea05ceac5333a1587c9980b (diff) | |
MsgExport: fix for writing data about offline files + export-related code finally moved to the separate file
Diffstat (limited to 'plugins/Msg_Export/msg_export.vcxproj')
| -rw-r--r-- | plugins/Msg_Export/msg_export.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Msg_Export/msg_export.vcxproj b/plugins/Msg_Export/msg_export.vcxproj index e25874b1f9..5f093aec81 100644 --- a/plugins/Msg_Export/msg_export.vcxproj +++ b/plugins/Msg_Export/msg_export.vcxproj @@ -26,6 +26,7 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
+ <ClCompile Include="src\export.cpp" />
<ClCompile Include="src\FileViewer.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\options.cpp" />
|
