mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +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" />
|
<Compile Remove="*AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</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>
|
<PropertyGroup>
|
||||||
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
|
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
|
||||||
</PropertyGroup>
|
</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