Update of /cvsroot/mvp-xml/EXSLT/v2/src/Exslt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22424/v2/src/Exslt
Modified Files:
.cvsignore Exslt.csproj
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvsroot/mvp-xml/EXSLT/v2/src/Exslt/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore 16 Oct 2005 20:07:08 -0000 1.1
+++ .cvsignore 17 Nov 2005 21:52:48 -0000 1.2
@@ -2,4 +2,6 @@
obj
*.user
*.suo
-*.vspscc
\ No newline at end of file
+*.vspscc
+*.pdb
+*.dll
\ No newline at end of file
Index: Exslt.csproj
===================================================================
RCS file: /cvsroot/mvp-xml/EXSLT/v2/src/Exslt/Exslt.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Exslt.csproj 30 Oct 2005 13:50:54 -0000 1.3
+++ Exslt.csproj 17 Nov 2005 21:52:48 -0000 1.4
@@ -151,6 +151,9 @@
<Compile Include="MultiOutput\OutputState.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Xsl\IXmlTransform.cs" />
+ <Compile Include="Xsl\MvpXslTransform.cs" />
+ <Compile Include="Xsl\XslReader.cs" />
<Content Include="Makefile" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|