Beispiel #1
0
		public Project(string path)
		{
			this.path = path;

			movieOptions = new MovieOptions();
			classpaths = new PathCollection();
			compileTargets = new PathCollection();
			libraryAssets = new AssetCollection(this);
			compilerOptions = new CompilerOptions();
			hiddenPaths = new HiddenPathCollection();

			InputPath = "";
			OutputPath = "";
			PreBuildEvent = "";
			PostBuildEvent = "";
		}
Beispiel #2
0
        public Project(string path)
        {
            this.path = path;

            movieOptions    = new MovieOptions();
            classpaths      = new PathCollection();
            compileTargets  = new PathCollection();
            libraryAssets   = new AssetCollection(this);
            compilerOptions = new CompilerOptions();
            hiddenPaths     = new HiddenPathCollection();

            InputPath      = "";
            OutputPath     = "";
            PreBuildEvent  = "";
            PostBuildEvent = "";
        }