diff options
Diffstat (limited to 'plugins/XSoundNotify/XSoundNotify.vcxproj')
| -rw-r--r-- | plugins/XSoundNotify/XSoundNotify.vcxproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/XSoundNotify/XSoundNotify.vcxproj b/plugins/XSoundNotify/XSoundNotify.vcxproj index 49ab35999c..e622145a48 100644 --- a/plugins/XSoundNotify/XSoundNotify.vcxproj +++ b/plugins/XSoundNotify/XSoundNotify.vcxproj @@ -25,4 +25,19 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\dialog.cpp" />
+ <ClCompile Include="src\options.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\xsn_main.cpp" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc" />
+ <ResourceCompile Include="res\XSoundNotify.rc" />
+ </ItemGroup>
</Project>
\ No newline at end of file |
