mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-24 13:45:37 +03:00
Copy the steam_api/steam_api64 dlls as part of the build
This commit is contained in:
parent
22dda179a3
commit
2d1e529abf
@ -30,6 +30,21 @@
|
||||
<Compile Remove="*AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Server.cs">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="steam_api.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="steam_api64.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
|
||||
</PropertyGroup>
|
||||
|
BIN
Facepunch.Steamworks/steam_api.dll
Normal file
BIN
Facepunch.Steamworks/steam_api.dll
Normal file
Binary file not shown.
BIN
Facepunch.Steamworks/steam_api64.dll
Normal file
BIN
Facepunch.Steamworks/steam_api64.dll
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user