diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-05 21:18:41 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-05 21:18:41 +0000 |
commit | 9de8f2a1584b810d0fc651704f7f732dc0943d86 (patch) | |
tree | fb865eebcd42824988ca5d7ba23d3221f0d170c1 /protocols/Steam/Steam.vcxproj | |
parent | 3c15ecc17e52b6a0eee3587be40684ab3f82bc5f (diff) |
Steam: attempt to add project filters
git-svn-id: http://svn.miranda-ng.org/main/trunk@13455 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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>
|