Copy the steam_api/steam_api64 dlls as part of the build

This commit is contained in:
Garry Newman 2018-07-20 12:02:56 +01:00
parent 22dda179a3
commit 2d1e529abf
3 changed files with 15 additions and 0 deletions

View File

@ -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>

Binary file not shown.

Binary file not shown.