Download SourceSafeSvnMigration.zip, last updated 02/07/2011 (6.67 MB)

Download
  • md5: 82e22914280304e46a2656ba3d550f35
using System;
using System.ComponentModel;

namespace Cyotek.SourceSafeSvnMigration
{
  [Serializable]
  [TypeConverter(typeof(ExpandableObjectConverter))]
  public class VssConnectionSettings
  {
  #region  Public Properties  

    public string Database { get; set; }

    public string Password { get; set; }

    public string UserName { get; set; }

  #endregion  Public Properties  
  }
}

Donate

Donate