Update of /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32326/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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ExsltTest.csproj 30 Oct 2005 12:02:31 -0000 1.3
+++ ExsltTest.csproj 27 Nov 2005 21:48:19 -0000 1.4
@@ -17,10 +17,11 @@
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
- <OutputType>Exe</OutputType>
+ <OutputType>Library</OutputType>
<RootNamespace>ExsltTest</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
- <StartupObject>ExsltTest.ExsltTest</StartupObject>
+ <StartupObject>
+ </StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
@@ -69,10 +70,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <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>
<HintPath>..\..\..\Program Files\NUnit 2.2\bin\nunit.framework.dll</HintPath>
@@ -313,6 +310,12 @@
<Content Include="tests\regexp-match-test.xslt" />
<Content Include="tests\test.xml" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\..\Global\v2\Global.csproj">
+ <Project>{2658B682-C08B-47C0-9FEC-A990876A3F7C}</Project>
+ <Name>Global</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
|