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.
14 lines
334 B
14 lines
334 B
# Copyright (c) Microsoft Corporation
|
|
|
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.Example.SideBySideService2
|
|
SXS_SHORT_ASSEMBLY_NAME=Microsoft.Windows.Example.sxsvc2
|
|
SXS_ASSEMBLY_VERSION=1.0
|
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
|
|
|
SXS_MANIFEST=$(NAME).manifest
|
|
|
|
O_MANIFESTS= \
|
|
$(O)\$(NAME).man \
|
|
|
|
NTTARGETFILE0=\
|
|
$(O_MANIFESTS)
|