Update of /cvsroot/mvp-xml/Common/v2/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26429/v2/test
Modified Files:
CommonTest.csproj
Log Message:
Index: CommonTest.csproj
===================================================================
RCS file: /cvsroot/mvp-xml/Common/v2/test/CommonTest.csproj,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CommonTest.csproj 21 Nov 2005 20:49:52 -0000 1.8
+++ CommonTest.csproj 21 Nov 2005 22:06:58 -0000 1.9
@@ -74,10 +74,6 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Mvp.Xml.Exslt, Version=2.0.2148.42336, Culture=neutral, PublicKeyToken=dd92544dc05f5671, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\EXSLT\v2\src\Exslt\Mvp.Xml.Exslt.dll</HintPath>
- </Reference>
<Reference Include="nunit.framework">
<Name>nunit.framework</Name>
<HintPath>..\..\..\..\..\Program Files\NUnit 2.2\bin\nunit.framework.dll</HintPath>
@@ -98,6 +94,10 @@
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
+ <ProjectReference Include="..\..\..\EXSLT\v2\src\Exslt\Exslt.csproj">
+ <Project>{BA694D9F-6B1E-4038-AC81-BF1640C07D90}</Project>
+ <Name>Exslt</Name>
+ </ProjectReference>
<ProjectReference Include="..\src\Common.csproj">
<Name>Common</Name>
<Project>{12B8D3E3-4362-4E91-A3D2-37473083B47A}</Project>
|