Update of /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23054/v2/test/ExsltTest
Modified Files:
ExsltTest.csproj
Log Message:
Index: ExsltTest.csproj
===================================================================
RCS file: /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest/ExsltTest.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ExsltTest.csproj 16 Oct 2005 20:13:08 -0000 1.1
+++ ExsltTest.csproj 29 Oct 2005 21:14:35 -0000 1.2
@@ -1,7 +1,7 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectType>Local</ProjectType>
- <ProductVersion>8.0.50215</ProductVersion>
+ <ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{AC8B9015-E508-4E40-8E6D-C4FCF52CE4B0}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -70,9 +70,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Mvp.Xml">
- <Name>Mvp.Xml</Name>
- <HintPath>..\..\..\..\Global\v1\bin\Release\Mvp.Xml.dll</HintPath>
+ <Reference Include="Mvp.Xml.Exslt, Version=2.0.2128.40465, Culture=neutral, PublicKeyToken=dd92544dc05f5671, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\src\Exslt\Mvp.Xml.Exslt.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<Name>nunit.framework</Name>
|