diff --git a/src/StructuredLogViewer/StructuredLogViewer.csproj b/src/StructuredLogViewer/StructuredLogViewer.csproj index 771c7d319..e2a7e698f 100644 --- a/src/StructuredLogViewer/StructuredLogViewer.csproj +++ b/src/StructuredLogViewer/StructuredLogViewer.csproj @@ -12,6 +12,7 @@ Microsoft MSBuild Structured Log Viewer MSBuild Structured Log Viewer + app.manifest diff --git a/src/StructuredLogViewer/app.manifest b/src/StructuredLogViewer/app.manifest new file mode 100644 index 000000000..972ed5ed5 --- /dev/null +++ b/src/StructuredLogViewer/app.manifest @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + amd64 arm64 + + + + + + + + + diff --git a/src/TaskRunner/TaskRunner.csproj b/src/TaskRunner/TaskRunner.csproj index 2912b7d13..9717a4933 100644 --- a/src/TaskRunner/TaskRunner.csproj +++ b/src/TaskRunner/TaskRunner.csproj @@ -3,6 +3,7 @@ Exe net472;net7.0 + app.manifest diff --git a/src/TaskRunner/app.manifest b/src/TaskRunner/app.manifest new file mode 100644 index 000000000..818db8782 --- /dev/null +++ b/src/TaskRunner/app.manifest @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + amd64 arm64 + + +