aspnetcore/src/RequestHandler/version.h

9 lines
329 B
C

// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
#define FileVersion 7,1,1987,0
#define FileVersionStr "7.1.1987.0\0"
#define ProductVersion 7,1,1987,0
#define ProductVersionStr "7.1.1987.0\0"
#define PlatformToolset "v141\0"