/*** *crtassem.h - Libraries Assembly information * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * This file has information about Libraries Assembly version. * * [Public] * ****/ #pragma once #ifndef _VC_ASSEMBLY_PUBLICKEYTOKEN #define _VC_ASSEMBLY_PUBLICKEYTOKEN "1fc8b3b9a1e18e3b" #endif #ifndef _CRT_ASSEMBLY_VERSION #if defined _USE_RTM_VERSION #define _CRT_ASSEMBLY_VERSION "8.0.50608.0" #else #define _CRT_ASSEMBLY_VERSION "8.0.50727.4053" #endif #endif #ifndef __LIBRARIES_ASSEMBLY_NAME_PREFIX #define __LIBRARIES_ASSEMBLY_NAME_PREFIX "Microsoft.VC80" #endif