From 313ab92531fbfacb955f9de85d3fc611f8064154 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Mon, 24 Aug 2020 04:24:33 -0400 Subject: clean up wrapper, minimize heap alloc --- grapher/grapher.csproj | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'grapher') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 6e03ae0..a700ffe 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -13,24 +13,27 @@ true true - - x64 + true - full - false - bin\Debug\ + bin\x64\Debug\ DEBUG;TRACE + full + x64 + 7.3 prompt - 4 + MinimumRecommendedRules.ruleset + true - - x64 - pdbonly - true - bin\Release\ + + bin\x64\Release\ TRACE + true + pdbonly + x64 + 7.3 prompt - 4 + MinimumRecommendedRules.ruleset + true -- cgit v1.2.3