Update of /cvsroot/mvp-xml/Common/v2/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21156/v2/src
Modified Files:
Common.csproj
Log Message:
Index: Common.csproj
===================================================================
RCS file: /cvsroot/mvp-xml/Common/v2/src/Common.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Common.csproj 25 Oct 2005 21:33:43 -0000 1.4
+++ Common.csproj 28 Oct 2005 20:01:47 -0000 1.5
@@ -77,6 +77,8 @@
<Reference Include="System">
<Name>System</Name>
</Reference>
+ <Reference Include="System.Configuration.Install" />
+ <Reference Include="System.Management" />
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
@@ -85,6 +87,15 @@
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Serialization\CacheKeyFactory.cs" />
+ <Compile Include="Serialization\PerfCounterInstaller.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <Compile Include="Serialization\PerfCounterManager.cs" />
+ <Compile Include="Serialization\SignatureExtractor.cs" />
+ <Compile Include="Serialization\StringSorter.cs" />
+ <Compile Include="Serialization\XmlAttributeOverridesThumbprinter.cs" />
+ <Compile Include="Serialization\XmlSerializerCache.cs" />
<Compile Include="SR.cs">
<SubType>Code</SubType>
</Compile>
@@ -131,6 +142,10 @@
<SubType>Code</SubType>
</Compile>
<Content Include="changelog.txt" />
+ <EmbeddedResource Include="Serialization\PerfCounterInstaller.resx">
+ <DependentUpon>PerfCounterInstaller.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
<EmbeddedResource Include="SR.resx">
<DependentUpon>SR.cs</DependentUpon>
</EmbeddedResource>
|