mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Add DebugFast target
Useful for faster compilation before we get down to warnings and code improvements
This commit is contained in:
@@ -44,6 +44,12 @@
|
||||
<TargetWindows>true</TargetWindows>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Default configuration for fast-debugging builds -->
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'DebugFast'">
|
||||
<AnalysisMode>AllDisabledByDefault</AnalysisMode>
|
||||
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Default configuration for release builds -->
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
||||
<AssemblyOriginatorKeyFile>../resources/ArchiSteamFarm.snk.pub</AssemblyOriginatorKeyFile>
|
||||
|
||||
Reference in New Issue
Block a user