diff options
Diffstat (limited to 'plugins/TooltipNotify/ttnotify.vcxproj')
-rw-r--r-- | plugins/TooltipNotify/ttnotify.vcxproj | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/TooltipNotify/ttnotify.vcxproj b/plugins/TooltipNotify/ttnotify.vcxproj index 0bfbcded39..790928c95c 100644 --- a/plugins/TooltipNotify/ttnotify.vcxproj +++ b/plugins/TooltipNotify/ttnotify.vcxproj @@ -25,4 +25,26 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\DbHelpers.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\Tooltip.cpp" />
+ <ClCompile Include="src\TooltipNotify.cpp" />
+ <ClCompile Include="src\Utils.cpp" />
+ <ClInclude Include="src\DbHelpers.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\Settings.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\Tooltip.h" />
+ <ClInclude Include="src\TooltipNotify.h" />
+ <ClInclude Include="src\Utils.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\main.rc" />
+ <ResourceCompile Include="res\version.rc" />
+ </ItemGroup>
</Project>
\ No newline at end of file |