예제 #1
0
		public VSProject( string projectPath )
		{
			this.projectPath = Path.GetFullPath( projectPath );
			configs = new VSProjectConfigCollection();		

			Load();
		}
예제 #2
0
        public VSProject(string projectPath)
        {
            this.projectPath = Path.GetFullPath(projectPath);
            configs          = new VSProjectConfigCollection();

            Load();
        }