summaryrefslogtreecommitdiff
path: root/src/pal/prebuilt/inc/fxverstrings.h
blob: cafcbadf3058dec792953bebda3c4b98e531afe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

#ifndef VER_PRODUCTNAME_STR
        #define VER_PRODUCTNAME_STR      L"Microsoft\256 .NET Core"
#endif

#ifndef VER_LEGALCOPYRIGHT_STR
        #define VER_LEGALCOPYRIGHT_STR      "\251 Microsoft Corporation.  All rights reserved."
        #define VER_LEGALCOPYRIGHT_STR_L   L"\251 Microsoft Corporation.  All rights reserved."
#endif

#ifndef VER_LEGALCOPYRIGHT_LOGO_STR
    #define VER_LEGALCOPYRIGHT_LOGO_STR    "Copyright (c) Microsoft Corporation.  All rights reserved."
    #define VER_LEGALCOPYRIGHT_LOGO_STR_L L"Copyright (c) Microsoft Corporation.  All rights reserved."
#endif