Update of /cvsroot/mvp-xml/EXSLT/v2/src/Exslt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15791/v2/src/Exslt
Modified Files:
Exslt.csproj
Log Message:
Index: Exslt.csproj
===================================================================
RCS file: /cvsroot/mvp-xml/EXSLT/v2/src/Exslt/Exslt.csproj,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Exslt.csproj 21 Nov 2005 21:21:38 -0000 1.8
+++ Exslt.csproj 21 Nov 2005 21:28:54 -0000 1.9
@@ -73,32 +73,12 @@
<Reference Include="System">
<Name>System</Name>
</Reference>
- <Reference Include="System.Data">
- <Name>System.Data</Name>
- </Reference>
- <Reference Include="System.Drawing">
- <Name>System.Drawing</Name>
- </Reference>
- <Reference Include="System.Web">
- <Name>System.Web</Name>
- </Reference>
- <Reference Include="System.Windows.Forms">
- <Name>System.Windows.Forms</Name>
- </Reference>
+ <Reference Include="System.Web" />
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="..\..\..\..\Common\v2\src\SR.cs">
- <Link>Common\XPath\SR.cs</Link>
- </Compile>
- <Compile Include="..\..\..\..\Common\v2\src\XPath\EmptyXPathNodeIterator.cs">
- <Link>Common\XPath\EmptyXPathNodeIterator.cs</Link>
- </Compile>
- <Compile Include="..\..\..\..\Common\v2\src\XPath\XPathNavigatorIterator.cs">
- <Link>Common\XPath\XPathNavigatorIterator.cs</Link>
- </Compile>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
@@ -159,14 +139,12 @@
<Compile Include="Xsl\IXmlTransform.cs" />
<Compile Include="Xsl\MvpXslTransform.cs" />
<Compile Include="Xsl\XslReader.cs" />
- <Content Include="Makefile" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="..\..\..\..\Common\v2\src\SR.resx">
- <Link>Common\XPath\SR.resx</Link>
- <DependentUpon>SR.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
+ <ProjectReference Include="..\..\..\..\Common\v2\src\Common.csproj">
+ <Project>{12B8D3E3-4362-4E91-A3D2-37473083B47A}</Project>
+ <Name>Common</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
|