From d868fe150fde91927c96deaed663acbf165b39f1 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Mon, 28 Sep 2020 02:26:29 -0400 Subject: update build config --- grapher/grapher.csproj | 38 ++++++++++++++++++++++++++++++++++++++ grapher/mouse.ico | Bin 0 -> 112630 bytes 2 files changed, 38 insertions(+) create mode 100644 grapher/mouse.ico (limited to 'grapher') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 9e9b15b..3e23226 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -12,6 +12,21 @@ 512 true true + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -35,6 +50,9 @@ MinimumRecommendedRules.ruleset true + + mouse.ico + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll @@ -140,5 +158,25 @@ + + + False + Microsoft .NET Framework 4.7.2 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + + + IF ($(ConfigurationName)) == (Debug) GOTO END +copy /Y "$(TargetPath)" "$(SolutionDir)signed\$(TargetFileName)" +:END + \ No newline at end of file diff --git a/grapher/mouse.ico b/grapher/mouse.ico new file mode 100644 index 0000000..493036a Binary files /dev/null and b/grapher/mouse.ico differ -- cgit v1.2.3