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 = ""; }