diff options
Diffstat (limited to 'plugins/NewEventNotify/neweventnotify_10.vcxproj.filters')
| -rw-r--r-- | plugins/NewEventNotify/neweventnotify_10.vcxproj.filters | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/NewEventNotify/neweventnotify_10.vcxproj.filters b/plugins/NewEventNotify/neweventnotify_10.vcxproj.filters index 533d2bbf39..6c7552515c 100644 --- a/plugins/NewEventNotify/neweventnotify_10.vcxproj.filters +++ b/plugins/NewEventNotify/neweventnotify_10.vcxproj.filters @@ -27,6 +27,9 @@ <ClCompile Include="src\popup.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="src\stdafx.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\neweventnotify.h">
@@ -35,10 +38,16 @@ <ClInclude Include="src\resource.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
</ItemGroup>
</Project>
\ No newline at end of file |
