diff options
Diffstat (limited to 'protocols/GmailNotifier/GmailNotifier.vcxproj')
-rw-r--r-- | protocols/GmailNotifier/GmailNotifier.vcxproj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/protocols/GmailNotifier/GmailNotifier.vcxproj b/protocols/GmailNotifier/GmailNotifier.vcxproj index b8ffdd3625..87476f7101 100644 --- a/protocols/GmailNotifier/GmailNotifier.vcxproj +++ b/protocols/GmailNotifier/GmailNotifier.vcxproj @@ -25,4 +25,21 @@ <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> </ImportGroup> + <ItemGroup> + <ClCompile Include="src\check.cpp" /> + <ClCompile Include="src\main.cpp" /> + <ClCompile Include="src\notify.cpp" /> + <ClCompile Include="src\options.cpp" /> + <ClCompile Include="src\stdafx.cxx"> + <PrecompiledHeader>Create</PrecompiledHeader> + </ClCompile> + <ClCompile Include="src\utility.cpp" /> + <ClInclude Include="src\resource.h" /> + <ClInclude Include="src\stdafx.h" /> + <ClInclude Include="src\version.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="res\options.rc" /> + <ResourceCompile Include="res\version.rc" /> + </ItemGroup> </Project>
\ No newline at end of file |