From: Oleg T. <he...@us...> - 2005-07-20 20:59:55
|
Update of /cvsroot/mvp-xml/Global/v1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9658/v1 Modified Files: AssemblyInfo.cs Global.csproj Log Message: Index: Global.csproj =================================================================== RCS file: /cvsroot/mvp-xml/Global/v1/Global.csproj,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Global.csproj 15 Jan 2005 14:43:24 -0000 1.4 +++ Global.csproj 20 Jul 2005 20:59:42 -0000 1.5 @@ -17,7 +17,7 @@ DelaySign = "false" OutputType = "Library" PreBuildEvent = "" - PostBuildEvent = "" + 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 = "" @@ -89,6 +89,11 @@ AssemblyName = "System.Management" HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Management.dll" /> + <Reference + Name = "system.web" + AssemblyName = "system.web" + HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\system.web.dll" + /> </References> </Build> <Files> @@ -283,6 +288,126 @@ BuildAction = "Compile" /> <File + RelPath = "EXSLT\ExsltCommon.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltCommon.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltContext.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltContext.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltContextFunction.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltContextFunction.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltDatesAndTimes.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltDatesAndTimes.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltMath.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltMath.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltNamespaces.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltNamespaces.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltNodeList.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltNodeList.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltRandom.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltRandom.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltRegularExpressions.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltRegularExpressions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltSets.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltSets.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltStrings.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltStrings.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\ExsltTransform.cs" + Link = "..\..\EXSLT\v1\src\Exslt\ExsltTransform.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\GDNDatesAndTimes.cs" + Link = "..\..\EXSLT\v1\src\Exslt\GDNDatesAndTimes.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\GDNDynamic.cs" + Link = "..\..\EXSLT\v1\src\Exslt\GDNDynamic.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\GDNMath.cs" + Link = "..\..\EXSLT\v1\src\Exslt\GDNMath.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\GDNRegularExpressions.cs" + Link = "..\..\EXSLT\v1\src\Exslt\GDNRegularExpressions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\GDNSets.cs" + Link = "..\..\EXSLT\v1\src\Exslt\GDNSets.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\GDNStrings.cs" + Link = "..\..\EXSLT\v1\src\Exslt\GDNStrings.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\MultiOutput\MultiXmlTextWriter.cs" + Link = "..\..\EXSLT\v1\src\Exslt\MultiOutput\MultiXmlTextWriter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "EXSLT\MultiOutput\OutputState.cs" + Link = "..\..\EXSLT\v1\src\Exslt\MultiOutput\OutputState.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "XInclude\SR.cs" Link = "..\..\XInclude\v1\src\SR.cs" SubType = "Code" Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/mvp-xml/Global/v1/AssemblyInfo.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- AssemblyInfo.cs 15 Jan 2005 14:43:24 -0000 1.2 +++ AssemblyInfo.cs 20 Jul 2005 20:59:42 -0000 1.3 @@ -3,13 +3,14 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security.Permissions; +using System.Security; [assembly: ComVisible(false)] [assembly: CLSCompliant(true)] [assembly: AssemblyTitle("Mvp.Xml")] [assembly: AssemblyDescription("MVP XML Library")] -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.1.*")] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("../../mvp-xml.snk")] @@ -17,6 +18,8 @@ #region Security Permissions +[assembly: AllowPartiallyTrustedCallers] + //[assembly: SecurityPermission(SecurityAction.RequestRefuse, UnmanagedCode=true)] #endregion Security Permissions |