mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-01 16:13:24 +00:00
Merge branch 'steamworks' of https://github.com/misternebula/quantum-space-buddies into steamworks
This commit is contained in:
commit
35c85197b4
@ -51,7 +51,7 @@ namespace QSB.Utility
|
||||
}
|
||||
catch (TargetInvocationException ex)
|
||||
{
|
||||
DebugLog.ToConsole($"Error invoking delegate! Message : {ex.InnerException!.Message} Stack Trace : {ex.InnerException.StackTrace}", MessageType.Error);
|
||||
DebugLog.ToConsole($"Error invoking delegate! {ex.InnerException}", MessageType.Error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,16 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<OutputType>Exe</OutputType>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Update="SteamAPI\steam_api64.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="SteamAPI\steam_api64.lib">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="copy /y "$(TargetPath)" "$(OwmlDir)\Mods\QSB\$(TargetName).dll"
md "$(OwmlDir)\Mods\QSB\SteamAPI"
copy /y "$(ProjectDir)\SteamAPI\steam_api64.dll" "$(OwmlDir)\Mods\QSB\SteamAPI"
copy /y "$(ProjectDir)\SteamAPI\steam_api64.lib" "$(OwmlDir)\Mods\QSB\SteamAPI"" />
|
||||
<Exec Command="copy /y "$(TargetPath)" "$(OwmlDir)\Mods\QSB\$(TargetName).dll"
md "$(OwmlDir)\Mods\QSB\SteamAPI"
copy /y "$(ProjectDir)\SteamAPI" "$(OwmlDir)\Mods\QSB\SteamAPI"" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user