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.
24 lines
378 B
24 lines
378 B
#
|
|
# Sources for bootstrap.exe
|
|
#
|
|
|
|
MANAGED_CODE=1
|
|
URT_VER=1.1
|
|
|
|
TARGETNAME=Bootstrap
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=console
|
|
SYNCHRONIZE_PASS2_BLOCK=1
|
|
|
|
|
|
NTTARGETFILE1=foo.cs
|
|
|
|
|
|
REFERENCES= ..\..\core\obj\*\uddi.core.dll, ..\..\api\obj\*\uddi.api.dll
|
|
|
|
SOURCES= bootstrap.cs \
|
|
assemblyversioninfo.cs \
|
|
assemblyinfo.cs
|
|
|
|
BINPLACE_PLACEFILE=placefil.txt
|