diff options
Diffstat (limited to 'protocols/Steam/Steam.vcxproj')
-rw-r--r-- | protocols/Steam/Steam.vcxproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/protocols/Steam/Steam.vcxproj b/protocols/Steam/Steam.vcxproj index 7f9e2eba8b..31586f4d5d 100644 --- a/protocols/Steam/Steam.vcxproj +++ b/protocols/Steam/Steam.vcxproj @@ -25,9 +25,13 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClInclude Include="src\Steam\*.h" />
+ <None Include="res\*.ico" />
+</ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
</ItemDefinitionGroup>
-</Project>
\ No newline at end of file +</Project>
|