mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
478 B
21 lines
478 B
!IF 0
|
|
Copyright (c) Microsoft Corporation
|
|
!ENDIF
|
|
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
SOURCES=
|
|
|
|
#
|
|
# SideBySide stuff.
|
|
# Keep this in sync in
|
|
# base\crt\libw32\dll\sources
|
|
# base\crt\crtw32\iostream\dll\sources
|
|
# base\crts\asms\whistler\sources
|
|
#
|
|
SXS_MANIFEST=mswincrt.manifest
|
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.CPlusPlusRuntime
|
|
SXS_SHORT_ASSEMBLY_NAME=msft-windows-mswincrt
|
|
SXS_ASSEMBLY_VERSION=7.0
|
|
SXS_ASSEMBLY_VERSION_PART_3=10
|
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|