From e5276340aa8905eeb070aea282932af624e33011 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 11 Mar 2022 09:42:33 +0100 Subject: [PATCH] Refresh conf singlefile app + aggiunti logfile standard --- .../Properties/PublishProfiles/SingleApp.pubxml | 17 +++++++++++++++++ MP.MONO.SIM/logs/stderr.log | 1 + MP.MONO.SIM/logs/stdin.log | 1 + MP.MONO.SIM/logs/stdout.log | 1 + 4 files changed, 20 insertions(+) create mode 100644 MP.MONO.SIM/Properties/PublishProfiles/SingleApp.pubxml create mode 100644 MP.MONO.SIM/logs/stderr.log create mode 100644 MP.MONO.SIM/logs/stdin.log create mode 100644 MP.MONO.SIM/logs/stdout.log diff --git a/MP.MONO.SIM/Properties/PublishProfiles/SingleApp.pubxml b/MP.MONO.SIM/Properties/PublishProfiles/SingleApp.pubxml new file mode 100644 index 0000000..d7dbc65 --- /dev/null +++ b/MP.MONO.SIM/Properties/PublishProfiles/SingleApp.pubxml @@ -0,0 +1,17 @@ + + + + + Release + Any CPU + bin\Release\net6.0\publish\win-x64\ + FileSystem + net6.0 + false + win-x64 + true + true + + \ No newline at end of file diff --git a/MP.MONO.SIM/logs/stderr.log b/MP.MONO.SIM/logs/stderr.log new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/MP.MONO.SIM/logs/stderr.log @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/MP.MONO.SIM/logs/stdin.log b/MP.MONO.SIM/logs/stdin.log new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/MP.MONO.SIM/logs/stdin.log @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/MP.MONO.SIM/logs/stdout.log b/MP.MONO.SIM/logs/stdout.log new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/MP.MONO.SIM/logs/stdout.log @@ -0,0 +1 @@ + \ No newline at end of file