From 8926e99d7efbaf22557c4065534cb91fcc2f5b72 Mon Sep 17 00:00:00 2001 From: tian-lt Date: Sun, 11 Jul 2021 16:15:47 +0800 Subject: [PATCH] Adds assembly-info --- src/CalcViewModel/CalcViewModel.rc | 10 ++++++++++ src/CalcViewModel/CalcViewModel.vcxproj | 6 ++++++ src/GraphControl/GraphControl.rc | 10 ++++++++++ src/GraphControl/GraphControl.vcxproj | 6 ++++++ src/GraphingImpl/GraphingImpl.rc | 10 ++++++++++ src/GraphingImpl/GraphingImpl.vcxproj | 6 ++++++ src/TraceLogging/TraceLogging.rc | 10 ++++++++++ src/TraceLogging/TraceLogging.vcxproj | 6 ++++++ 8 files changed, 64 insertions(+) create mode 100644 src/CalcViewModel/CalcViewModel.rc create mode 100644 src/GraphControl/GraphControl.rc create mode 100644 src/GraphingImpl/GraphingImpl.rc create mode 100644 src/TraceLogging/TraceLogging.rc diff --git a/src/CalcViewModel/CalcViewModel.rc b/src/CalcViewModel/CalcViewModel.rc new file mode 100644 index 00000000..b447542a --- /dev/null +++ b/src/CalcViewModel/CalcViewModel.rc @@ -0,0 +1,10 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#define APP_FILE_NAME "CalcViewModel" +#define APP_FILE_IS_EXE +#define APP_PRODUCT_NAME "Microsoft Calculator ViewModel" +#define APP_COMPANY_NAME "Microsoft Corporation" +#define APP_COPYRIGHT "\251 Microsoft Corporation. All rights reserved." + +#include "../build/appversion.rc" diff --git a/src/CalcViewModel/CalcViewModel.vcxproj b/src/CalcViewModel/CalcViewModel.vcxproj index 842360ae..7ccf3fcb 100644 --- a/src/CalcViewModel/CalcViewModel.vcxproj +++ b/src/CalcViewModel/CalcViewModel.vcxproj @@ -291,6 +291,12 @@ /DSEND_DIAGNOSTICS %(AdditionalOptions) + + 0.0.0.0 + + + + diff --git a/src/GraphControl/GraphControl.rc b/src/GraphControl/GraphControl.rc new file mode 100644 index 00000000..69fc6628 --- /dev/null +++ b/src/GraphControl/GraphControl.rc @@ -0,0 +1,10 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#define APP_FILE_NAME "GraphControl" +#define APP_FILE_IS_EXE +#define APP_PRODUCT_NAME "Microsoft Calculator GraphControl" +#define APP_COMPANY_NAME "Microsoft Corporation" +#define APP_COPYRIGHT "\251 Microsoft Corporation. All rights reserved." + +#include "../build/appversion.rc" diff --git a/src/GraphControl/GraphControl.vcxproj b/src/GraphControl/GraphControl.vcxproj index ad77b4a0..b267e87b 100644 --- a/src/GraphControl/GraphControl.vcxproj +++ b/src/GraphControl/GraphControl.vcxproj @@ -300,6 +300,12 @@ /DSEND_DIAGNOSTICS %(AdditionalOptions) + + 0.0.0.0 + + + + diff --git a/src/GraphingImpl/GraphingImpl.rc b/src/GraphingImpl/GraphingImpl.rc new file mode 100644 index 00000000..ebdd5a7e --- /dev/null +++ b/src/GraphingImpl/GraphingImpl.rc @@ -0,0 +1,10 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#define APP_FILE_NAME "GraphingImpl" +#define APP_FILE_IS_EXE +#define APP_PRODUCT_NAME "Microsoft Calculator Graphing Implementation" +#define APP_COMPANY_NAME "Microsoft Corporation" +#define APP_COPYRIGHT "\251 Microsoft Corporation. All rights reserved." + +#include "../build/appversion.rc" diff --git a/src/GraphingImpl/GraphingImpl.vcxproj b/src/GraphingImpl/GraphingImpl.vcxproj index d8b2903a..f87e688f 100644 --- a/src/GraphingImpl/GraphingImpl.vcxproj +++ b/src/GraphingImpl/GraphingImpl.vcxproj @@ -239,6 +239,12 @@ false + + 0.0.0.0 + + + + diff --git a/src/TraceLogging/TraceLogging.rc b/src/TraceLogging/TraceLogging.rc new file mode 100644 index 00000000..4e2cd64a --- /dev/null +++ b/src/TraceLogging/TraceLogging.rc @@ -0,0 +1,10 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#define APP_FILE_NAME "TraceLogging" +#define APP_FILE_IS_EXE +#define APP_PRODUCT_NAME "Microsoft Calculator TraceLogging" +#define APP_COMPANY_NAME "Microsoft Corporation" +#define APP_COPYRIGHT "\251 Microsoft Corporation. All rights reserved." + +#include "../build/appversion.rc" diff --git a/src/TraceLogging/TraceLogging.vcxproj b/src/TraceLogging/TraceLogging.vcxproj index e0f9b1ee..d93fbafa 100644 --- a/src/TraceLogging/TraceLogging.vcxproj +++ b/src/TraceLogging/TraceLogging.vcxproj @@ -275,6 +275,12 @@ /DSEND_DIAGNOSTICS %(AdditionalOptions) + + 0.0.0.0 + + + +