Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
updating steam dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
merely04 committed Dec 15, 2022
1 parent 35e96f5 commit fe75018
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions RollbackSteam/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
Binary file added RollbackSteam/Resources/bin/audio.dll
Binary file not shown.
Binary file added RollbackSteam/Resources/bin/filesystem_stdio.dll
Binary file not shown.
Binary file added RollbackSteam/Resources/bin/friendsui.dll
Binary file not shown.
Binary file added RollbackSteam/Resources/bin/gameoverlayui.dll
Binary file not shown.
Binary file added RollbackSteam/Resources/bin/mss32.dll
Binary file not shown.
Binary file added RollbackSteam/Resources/bin/nattypeprobe.dll
Binary file not shown.
Binary file added RollbackSteam/Resources/bin/serverbrowser.dll
Binary file not shown.
Binary file added RollbackSteam/Resources/bin/steamservice.dll
Binary file not shown.
Binary file added RollbackSteam/Resources/bin/xinput1_3.dll
Binary file not shown.
Binary file added RollbackSteam/Resources/bin/xpad.dll
Binary file not shown.
24 changes: 17 additions & 7 deletions RollbackSteam/RollbackSteam.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,24 @@
<Compile Include="Services\ResourcesService.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\bin\chromehtml.dll" />
<EmbeddedResource Include="Resources\bin\vgui2_s.dll" />
<EmbeddedResource Include="Resources\steam.exe" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\steamclient.dll" />
<EmbeddedResource Include="Resources\SteamUI.dll" />
<EmbeddedResource Include="Resources\steamclient.dll" />
<EmbeddedResource Include="Resources\SteamUI.dll" />

<EmbeddedResource Include="Resources\bin\chromehtml.dll" />
<EmbeddedResource Include="Resources\bin\vgui2_s.dll" />
<EmbeddedResource Include="Resources\steam.exe" />
<EmbeddedResource Include="Resources\bin\audio.dll" />
<EmbeddedResource Include="Resources\bin\filesystem_stdio.dll" />
<EmbeddedResource Include="Resources\bin\friendsui.dll" />
<EmbeddedResource Include="Resources\bin\gameoverlayui.dll" />
<EmbeddedResource Include="Resources\bin\mss32.dll" />
<EmbeddedResource Include="Resources\bin\nattypeprobe.dll" />
<EmbeddedResource Include="Resources\bin\serverbrowser.dll" />
<EmbeddedResource Include="Resources\bin\steamservice.dll" />
<EmbeddedResource Include="Resources\bin\xinput1_3.dll" />
<EmbeddedResource Include="Resources\bin\xpad.dll" />
</ItemGroup>

<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit fe75018

Please sign in to comment.