From: Oleg T. <he...@us...> - 2005-11-21 16:22:18
|
Update of /cvsroot/mvp-xml/EXSLT/v2/src/Exslt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29260/v2/src/Exslt Modified Files: Exslt.csproj Removed Files: Makefile Log Message: --- Makefile DELETED --- Index: Exslt.csproj =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v2/src/Exslt/Exslt.csproj,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Exslt.csproj 18 Nov 2005 21:24:46 -0000 1.6 +++ Exslt.csproj 21 Nov 2005 16:21:51 -0000 1.7 @@ -70,10 +70,6 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="Mvp.Xml.Common, Version=2.0.2128.41359, Culture=neutral, PublicKeyToken=dd92544dc05f5671, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\..\Common\v2\src\bin\Debug\Mvp.Xml.Common.dll</HintPath> - </Reference> <Reference Include="System"> <Name>System</Name> </Reference> @@ -94,6 +90,15 @@ </Reference> </ItemGroup> <ItemGroup> + <Compile Include="..\..\..\..\Common\v2\src\SR.cs"> + <Link>Common\XPath\SR.cs</Link> + </Compile> + <Compile Include="..\..\..\..\Common\v2\src\XPath\EmptyXPathNodeIterator.cs"> + <Link>Common\XPath\EmptyXPathNodeIterator.cs</Link> + </Compile> + <Compile Include="..\..\..\..\Common\v2\src\XPath\XPathNavigatorIterator.cs"> + <Link>Common\XPath\XPathNavigatorIterator.cs</Link> + </Compile> <Compile Include="AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> @@ -154,7 +159,11 @@ <Content Include="Makefile" /> </ItemGroup> <ItemGroup> - <Folder Include="Xsl\" /> + <EmbeddedResource Include="..\..\..\..\Common\v2\src\SR.resx"> + <Link>Common\XPath\SR.resx</Link> + <DependentUpon>SR.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <PropertyGroup> @@ -162,6 +171,16 @@ </PreBuildEvent> <PostBuildEvent>@echo ########### Setting environment variables call "$(DevEnvDir)..\Tools\vsvars32.bat" -nmake</PostBuildEvent> +@echo ########### Disassembing... +ildasm Mvp.Xml.Exslt.dll /out=Mvp.Xml.Exslt.il /nobar +@echo ########### Renaming methods... +MethodRenamer.exe Mvp.Xml.Exslt.il Mvp.Xml.Exslt.Fixed.il +@echo ########### Assembling library back... +ilasm Mvp.Xml.Exslt.Fixed.il /RESOURCE=Mvp.Xml.Exslt.res /DLL /OUTPUT=Mvp.Xml.Exslt.dll /KEY=../../../../Global/mvp-xml.snk +@echo ########### Cleaning... +del Mvp.Xml.Exslt.res +del Mvp.Xml.Exslt.il +del Mvp.Xml.Exslt.Fixed.il +del Mvp.Xml.Common.SR.resources</PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file |