From: Oleg T. <he...@us...> - 2005-08-25 19:48:58
|
Update of /cvsroot/mvp-xml/Global/v1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19592/v1 Modified Files: Global.csproj Removed Files: Global.csproj.user Log Message: Index: Global.csproj =================================================================== RCS file: /cvsroot/mvp-xml/Global/v1/Global.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Global.csproj 20 Jul 2005 20:59:42 -0000 1.5 +++ Global.csproj 25 Aug 2005 19:48:48 -0000 1.6 @@ -17,7 +17,7 @@ DelaySign = "false" OutputType = "Library" PreBuildEvent = "" - PostBuildEvent = '@echo ########### Setting environment variables
call "$(DevEnvDir)..\Tools\vsvars32.bat"

@echo ########### Disassembing...
ildasm $(TargetFileName) /out=Mvp.Xml.il /nobar
@echo ########### Renaming EXSLT methods... 
$(ProjectDir)MethodRenamer.exe Mvp.Xml.il Mvp.Xml.Fixed.il
@echo ########### Assembling library back...
ilasm Mvp.Xml.Fixed.il /RESOURCE=Mvp.Xml.res /DLL /OUTPUT=$(TargetFileName) /KEY=../../mvp-xml.snk

@echo ########### Cleaning...
del Mvp.Xml.res
del Mvp.Xml.il
del Mvp.Xml.Fixed.il
del *.resources

' + PostBuildEvent = '@echo ########### Setting environment variables
call "$(DevEnvDir)..\Tools\vsvars32.bat"

@echo ########### Disassembing...
ildasm $(TargetFileName) /out=Mvp.Xml.il /nobar
@echo ########### Renaming EXSLT methods... 
"$(ProjectDir)MethodRenamer.exe" Mvp.Xml.il Mvp.Xml.Fixed.il
@echo ########### Assembling library back...
ilasm Mvp.Xml.Fixed.il /RESOURCE=Mvp.Xml.res /DLL /OUTPUT=$(TargetFileName) /KEY=../../mvp-xml.snk

@echo ########### Cleaning...
del Mvp.Xml.res
del Mvp.Xml.il
del Mvp.Xml.Fixed.il
del *.resources

' RootNamespace = "Mvp.Xml" RunPostBuildEvent = "OnBuildSuccess" StartupObject = "" @@ -91,7 +91,7 @@ /> <Reference Name = "system.web" - AssemblyName = "system.web" + AssemblyName = "System.Web" HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\system.web.dll" /> </References> --- Global.csproj.user DELETED --- |