From: Oleg T. <he...@us...> - 2005-11-21 21:36:13
|
Update of /cvsroot/mvp-xml/XPointer/v2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17684/v2/src Modified Files: XPointer.csproj Log Message: Index: XPointer.csproj =================================================================== RCS file: /cvsroot/mvp-xml/XPointer/v2/src/XPointer.csproj,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- XPointer.csproj 21 Nov 2005 16:31:45 -0000 1.6 +++ XPointer.csproj 21 Nov 2005 21:36:05 -0000 1.7 @@ -85,44 +85,6 @@ </Reference> </ItemGroup> <ItemGroup> - <Compile Include="..\..\..\Common\v2\src\SR.cs"> - <Link>Common\SR.cs</Link> - <SubType>Code</SubType> - </Compile> - <Compile Include="..\..\..\Common\v2\src\XmlBaseAwareXmlTextReader.cs"> - <Link>Common\XPath\XmlBaseAwareXmlTextReader.cs</Link> - </Compile> - <Compile Include="..\..\..\Common\v2\src\XmlNamespaces.cs"> - <Link>Common\XmlNamespaces.cs</Link> - <SubType>Code</SubType> - </Compile> - <Compile Include="..\..\..\Common\v2\src\XmlNodeListFactory.cs"> - <Link>Common\XmlNodeListFactory.cs</Link> - <SubType>Code</SubType> - </Compile> - <Compile Include="..\..\..\Common\v2\src\XmlPrefix.cs"> - <Link>Common\XmlPrefix.cs</Link> - <SubType>Code</SubType> - </Compile> - <Compile Include="..\..\..\Common\v2\src\XPath\DynamicContext.cs"> - <Link>Common\XPath\DynamicContext.cs</Link> - <SubType>Code</SubType> - </Compile> - <Compile Include="..\..\..\Common\v2\src\XPath\IHasXPathNavigator.cs"> - <Link>Common\XPath\IHasXPathNavigator.cs</Link> - <SubType>Code</SubType> - </Compile> - <Compile Include="..\..\..\Common\v2\src\XPath\SubtreeeXPathNavigator.cs"> - <Link>Common\XPath\SubtreeeXPathNavigator.cs</Link> - </Compile> - <Compile Include="..\..\..\Common\v2\src\XPath\XPathCache.cs"> - <Link>Common\XPath\XPathCache.cs</Link> - <SubType>Code</SubType> - </Compile> - <Compile Include="..\..\..\Common\v2\src\XPath\XPathVariable.cs"> - <Link>Common\XPath\XPathVariable.cs</Link> - <SubType>Code</SubType> - </Compile> <Compile Include="AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> @@ -170,16 +132,17 @@ <SubType>Code</SubType> </Compile> <Content Include="changelog.txt" /> - <EmbeddedResource Include="..\..\..\Common\v2\src\SR.resx"> - <Link>Common\SR.resx</Link> - <DependentUpon>SR.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> <EmbeddedResource Include="SR.resx"> <DependentUpon>SR.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> </ItemGroup> + <ItemGroup> + <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> <PreBuildEvent> |