From: Oleg T. <he...@us...> - 2005-01-04 09:39:38
|
Update of /cvsroot/mvp-xml/Common/v1/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3863/v1/test Modified Files: CommonTest.csproj Log Message: Added Serialization classes to the Common module. Index: CommonTest.csproj =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/test/CommonTest.csproj,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- CommonTest.csproj 22 Dec 2004 14:25:03 -0000 1.4 +++ CommonTest.csproj 4 Jan 2005 09:39:26 -0000 1.5 @@ -90,16 +90,21 @@ Project = "{12B8D3E3-4362-4E91-A3D2-37473083B47A}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "System.Management" + AssemblyName = "System.Management" + HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Management.dll" + /> + <Reference + Name = "System.Configuration.Install" + AssemblyName = "System.Configuration.Install" + HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Configuration.Install.dll" + /> </References> </Build> <Files> <Include> <File - RelPath = "AssemblyInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "BaseReader.cs" SubType = "Code" BuildAction = "Compile" @@ -279,6 +284,96 @@ BuildAction = "Compile" /> <File + RelPath = "XmlSerializerCacheTests\PerfCounterManagerTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\PerfCounterTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\StringSorterHelperTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\ThumbprintHelpers.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlAnyElementThumbprintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlArrayItemThumbprintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlArrayThumbprintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlAttributeOverridesThumbprinterTester.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlAttributeThumbprintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlChoiceIndetifierPrintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlDefaultValuePrintTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlElementThumbprintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlEnumAttributeThumbprintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlIgnoreThumbprintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlNamespaceThumbprintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlRootThumbprintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlSerializerCacheTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XmlSerializerCacheTests\XmlTextThumbprintTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "XmlTransformingReaderTests\input.xml" BuildAction = "EmbeddedResource" /> |