| 1 | // Licensed to the .NET Foundation under one or more agreements. | 
|---|
| 2 | // The .NET Foundation licenses this file to you under the MIT license. | 
|---|
| 3 | // See the LICENSE file in the project root for more information. | 
|---|
| 4 |  | 
|---|
| 5 | #ifndef VER_PRODUCTNAME_STR | 
|---|
| 6 | #define VER_PRODUCTNAME_STR      L"Microsoft\256 .NET Core" | 
|---|
| 7 | #endif | 
|---|
| 8 |  | 
|---|
| 9 | #ifndef VER_LEGALCOPYRIGHT_STR | 
|---|
| 10 | #define VER_LEGALCOPYRIGHT_STR      "\251 Microsoft Corporation.  All rights reserved." | 
|---|
| 11 | #define VER_LEGALCOPYRIGHT_STR_L   L"\251 Microsoft Corporation.  All rights reserved." | 
|---|
| 12 | #endif | 
|---|
| 13 |  | 
|---|
| 14 | #ifndef VER_LEGALCOPYRIGHT_LOGO_STR | 
|---|
| 15 | #define VER_LEGALCOPYRIGHT_LOGO_STR    "Copyright (c) Microsoft Corporation.  All rights reserved." | 
|---|
| 16 | #define VER_LEGALCOPYRIGHT_LOGO_STR_L L"Copyright (c) Microsoft Corporation.  All rights reserved." | 
|---|
| 17 | #endif | 
|---|
| 18 |  | 
|---|