diff options
Diffstat (limited to 'plugins/wbOSD/wbOSD.vcxproj')
-rw-r--r-- | plugins/wbOSD/wbOSD.vcxproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/wbOSD/wbOSD.vcxproj b/plugins/wbOSD/wbOSD.vcxproj index 48ab7aa92d..3ea8385e6a 100644 --- a/plugins/wbOSD/wbOSD.vcxproj +++ b/plugins/wbOSD/wbOSD.vcxproj @@ -25,4 +25,20 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\events.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\options.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\wbOSD.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\wbOSD.rc" />
+ </ItemGroup>
</Project>
\ No newline at end of file |