summaryrefslogtreecommitdiff
path: root/protocols/LotusNotify/LotusNotify.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/LotusNotify/LotusNotify.vcxproj')
-rw-r--r--protocols/LotusNotify/LotusNotify.vcxproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/protocols/LotusNotify/LotusNotify.vcxproj b/protocols/LotusNotify/LotusNotify.vcxproj
index 067cc095bb..567436e4b6 100644
--- a/protocols/LotusNotify/LotusNotify.vcxproj
+++ b/protocols/LotusNotify/LotusNotify.vcxproj
@@ -17,4 +17,22 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\debug.cpp" />
+ <ClCompile Include="src\lotusnotes.cpp" />
+ <ClCompile Include="src\LotusNotify.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClInclude Include="src\debug.h" />
+ <ClInclude Include="src\lotusnotes.h" />
+ <ClInclude Include="src\LotusNotify.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\LotusNotify.rc" />
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
</Project> \ No newline at end of file