diff options
Diffstat (limited to 'plugins/NewEventNotify/neweventnotify.vcxproj')
-rw-r--r-- | plugins/NewEventNotify/neweventnotify.vcxproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/NewEventNotify/neweventnotify.vcxproj b/plugins/NewEventNotify/neweventnotify.vcxproj index 8d8a8e7ef4..59e3cdb516 100644 --- a/plugins/NewEventNotify/neweventnotify.vcxproj +++ b/plugins/NewEventNotify/neweventnotify.vcxproj @@ -25,4 +25,20 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\menuitem.cpp" />
+ <ClCompile Include="src\options.cpp" />
+ <ClCompile Include="src\popup.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\resource.rc" />
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
</Project>
\ No newline at end of file |