Update of /cvsroot/mvp-xml/EXSLT/v1/test/ExsltTest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11756/v1/test/ExsltTest
Modified Files:
.cvsignore ExsltTest.csproj
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvsroot/mvp-xml/EXSLT/v1/test/ExsltTest/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore 19 Jul 2005 19:46:59 -0000 1.1
+++ .cvsignore 20 Jul 2005 21:07:50 -0000 1.2
@@ -2,6 +2,7 @@
obj
*.user
*.suo
+*.exe
*.dll
*.pdb
-*.exe
\ No newline at end of file
+*.vspscc
\ No newline at end of file
Index: ExsltTest.csproj
===================================================================
RCS file: /cvsroot/mvp-xml/EXSLT/v1/test/ExsltTest/ExsltTest.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ExsltTest.csproj 19 Jul 2005 19:46:59 -0000 1.1
+++ ExsltTest.csproj 20 Jul 2005 21:07:50 -0000 1.2
@@ -86,9 +86,9 @@
AssemblyFolderKey = "hklm\dn\nunit.framework"
/>
<Reference
- Name = "Mvp.Xml.Exslt"
- AssemblyName = "Mvp.Xml.Exslt"
- HintPath = "..\..\src\Exslt\Mvp.Xml.Exslt.dll"
+ Name = "Mvp.Xml"
+ AssemblyName = "Mvp.Xml"
+ HintPath = "..\..\..\..\Global\v1\bin\Release\Mvp.Xml.dll"
/>
</References>
</Build>
@@ -179,10 +179,6 @@
BuildAction = "Compile"
/>
<File
- RelPath = "Makefile"
- BuildAction = "None"
- />
- <File
RelPath = "results\EXSLT\Common\node-set.xml"
BuildAction = "Content"
/>
|