diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:08:19 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:08:19 +0000 |
commit | 061cf8a12c07aecc4526840a59ba0135f43b2fca (patch) | |
tree | 8b8ea9640e1aabb69ef3978b4c09f415e13cad36 /protocols/Steam/Steam_10.vcxproj | |
parent | 278ba931862278aa0b2ea9fae11fd4198cdb1442 (diff) |
Steam: Use XStatus for info about playing game (part 1)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/Steam_10.vcxproj')
-rw-r--r-- | protocols/Steam/Steam_10.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Steam/Steam_10.vcxproj b/protocols/Steam/Steam_10.vcxproj index 7adb920113..f52cbf1189 100644 --- a/protocols/Steam/Steam_10.vcxproj +++ b/protocols/Steam/Steam_10.vcxproj @@ -222,6 +222,7 @@ </ClCompile>
<ClCompile Include="src\steam_queue.cpp" />
<ClCompile Include="src\steam_utils.cpp" />
+ <ClCompile Include="src\steam_xstatus.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\Version.rc" />
@@ -238,6 +239,7 @@ <Image Include="res\skype.ico" />
</ItemGroup>
<ItemGroup>
+ <None Include="res\gaming.ico" />
<None Include="res\steam.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|