diff options
Diffstat (limited to 'protocols/Steam/proto_steam/Proto_Steam.vcxproj')
| -rw-r--r-- | protocols/Steam/proto_steam/Proto_Steam.vcxproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/protocols/Steam/proto_steam/Proto_Steam.vcxproj b/protocols/Steam/proto_steam/Proto_Steam.vcxproj index 3522f3eab5..541cf90bf4 100644 --- a/protocols/Steam/proto_steam/Proto_Steam.vcxproj +++ b/protocols/Steam/proto_steam/Proto_Steam.vcxproj @@ -26,8 +26,9 @@ <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" />
</ImportGroup>
<ItemGroup>
- <ClCompile Include="src\stdafx.cxx">
- <PrecompiledHeader>Create</PrecompiledHeader>
- </ClCompile>
+ <ClInclude Include="src\resource.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Proto_Steam.rc" />
</ItemGroup>
</Project>
\ No newline at end of file |
