diff options
| author | George Hazan <ghazan@miranda.im> | 2022-07-30 18:15:50 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-07-30 18:15:50 +0300 |
| commit | 1a4f30d78b1986f3f79558de725c8f34dae3ee75 (patch) | |
| tree | 5f945598e45365b42a9c1820f8949a72e2f0d6c7 /plugins/WhenWasIt/WhenWasIt.vcxproj | |
| parent | f1c1e760bed3593799a48e0b2ca12b5cbed3ba47 (diff) | |
WhenWasIt: all dialogs -> UI classes
Diffstat (limited to 'plugins/WhenWasIt/WhenWasIt.vcxproj')
| -rw-r--r-- | plugins/WhenWasIt/WhenWasIt.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/WhenWasIt/WhenWasIt.vcxproj b/plugins/WhenWasIt/WhenWasIt.vcxproj index ddab7f13e5..f0a5b19ae9 100644 --- a/plugins/WhenWasIt/WhenWasIt.vcxproj +++ b/plugins/WhenWasIt/WhenWasIt.vcxproj @@ -26,6 +26,7 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
+ <ClCompile Include="src\add_birthday.cpp" />
<ClCompile Include="src\birthdays.cpp" />
<ClCompile Include="src\date_utils.cpp" />
<ClCompile Include="src\dlg_handlers.cpp" />
|
