From: Oleg T. <he...@us...> - 2005-10-16 15:17:15
|
Update of /cvsroot/mvp-xml/XPointer/v2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18461/v2 Added Files: .cvsignore UpgradeLog.XML XPointer.sln Log Message: --- NEW FILE: XPointer.sln --- Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XPointer", "src\XPointer.csproj", "{E0E9C344-ABB5-4CE9-A055-DECB508298E7}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XPointerTest", "test\XPointerTest.csproj", "{79267547-881D-45DA-90B7-17CAC2EE8814}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {E0E9C344-ABB5-4CE9-A055-DECB508298E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E0E9C344-ABB5-4CE9-A055-DECB508298E7}.Debug|Any CPU.Build.0 = Debug|Any CPU {E0E9C344-ABB5-4CE9-A055-DECB508298E7}.Release|Any CPU.ActiveCfg = Release|Any CPU {E0E9C344-ABB5-4CE9-A055-DECB508298E7}.Release|Any CPU.Build.0 = Release|Any CPU {79267547-881D-45DA-90B7-17CAC2EE8814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {79267547-881D-45DA-90B7-17CAC2EE8814}.Debug|Any CPU.Build.0 = Debug|Any CPU {79267547-881D-45DA-90B7-17CAC2EE8814}.Release|Any CPU.ActiveCfg = Release|Any CPU {79267547-881D-45DA-90B7-17CAC2EE8814}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal --- NEW FILE: .cvsignore --- bin obj *.user *.suo --- NEW FILE: UpgradeLog.XML --- <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog> <Properties><Property Name="Solution" Value="XPointer"> </Property><Property Name="Solution File" Value="D:\projects\Mvp.Xml\XPointer\v2\XPointer.sln"> </Property><Property Name="Date" Value="Sunday, October 16, 2005"> </Property><Property Name="Time" Value="16:15 PM"> </Property></Properties><Event ErrorLevel="0" Project="XPointer" Source="src\XPointer.csproj" Description="Project converted successfully"> </Event><Event ErrorLevel="3" Project="XPointer" Source="src\XPointer.csproj" Description="Converted"> </Event><Event ErrorLevel="1" Project="D:\projects\Mvp.Xml\XPointer\v2\test\XPointerTest.csproj" Source="test\XPointerTest.csproj" Description="MSB2014: The project-to-project reference with GUID {17955FFF-E5FC-43B8-B390-86E370658CB1} cannot be converted because it is not listed in the file 'D:\projects\Mvp.Xml\XPointer\v2\XPointer.sln'."> </Event><Event ErrorLevel="0" Project="XPointerTest" Source="test\XPointerTest.csproj" Description="Project converted successfully"> </Event><Event ErrorLevel="3" Project="XPointerTest" Source="test\XPointerTest.csproj" Description="Converted"> </Event><Event ErrorLevel="0" Project="" Source="XPointer.sln" Description="Solution converted successfully"> </Event><Event ErrorLevel="3" Project="" Source="XPointer.sln" Description="Converted"> </Event><Event ErrorLevel="0" Project="XPointer" Source="src\XPointer.csproj" Description="Scan complete: Upgrade not required for project files."> </Event><Event ErrorLevel="0" Project="XPointerTest" Source="test\XPointerTest.csproj" Description="Scan complete: Upgrade not required for project files."> </Event></UpgradeLog> |