Update of /cvsroot/mvp-xml/Common/v2/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22746/v2/src
Modified Files:
Common.csproj
Added Files:
mvp-xml.snk
Log Message:
--- NEW FILE: mvp-xml.snk ---
(This appears to be a binary file; contents omitted.)
Index: Common.csproj
===================================================================
RCS file: /cvsroot/mvp-xml/Common/v2/src/Common.csproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Common.csproj 28 Oct 2005 21:39:09 -0000 1.6
+++ Common.csproj 29 Oct 2005 21:13:10 -0000 1.7
@@ -11,8 +11,7 @@
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>Mvp.Xml.Common</AssemblyName>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>mvp-xml.snk</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
@@ -78,6 +77,7 @@
<Name>System</Name>
</Reference>
<Reference Include="System.Configuration.Install" />
+ <Reference Include="System.Data" />
<Reference Include="System.Management" />
<Reference Include="System.Xml">
<Name>System.XML</Name>
@@ -122,10 +122,12 @@
<Compile Include="XPath\DynamicContext.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="XPath\EmptyXPathNodeIterator.cs" />
<Compile Include="XPath\IHasXPathNavigator.cs" />
<Compile Include="XPath\IndexingXPathNavigator.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="XPath\SingletonXPathNodeIterator.cs" />
<Compile Include="XPath\SubtreeeXPathNavigator.cs">
<SubType>Code</SubType>
</Compile>
@@ -151,6 +153,9 @@
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
+ <ItemGroup>
+ <None Include="mvp-xml.snk" />
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
|