From 7259e581ca5ff7500fe950827f5899ae75f110fb Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 29 Sep 2020 21:17:20 -0400 Subject: build writer as win app instead of console app --- writer/writer.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/writer/writer.csproj b/writer/writer.csproj index a28d5ef..a874b7f 100644 --- a/writer/writer.csproj +++ b/writer/writer.csproj @@ -5,7 +5,7 @@ Debug AnyCPU {28ACF254-E4EF-4A0E-9761-0FE22048D6FD} - Exe + WinExe writer writer v4.7.2 @@ -35,6 +35,9 @@ MinimumRecommendedRules.ruleset true + + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll -- cgit v1.2.3