public SolutionBuilder()
        {
            this.Interactive = new SolutionBuilderInteractive();
            this.ApplicationPage = StockPageDefault.Element;
            this.Language = new Languages.VisualCSharpLanguage();
            this.Name = "VisualCSharpProject1";
            this.Description = "Write JavaScript, Adobe Flash and Oracle Java Applets within a single .NET project. http://jsc-solutions.net";
            this.Company = "jsc-solutions.net";

            this.NuGetReferences.Add(
                new package { id = "ScriptCoreLib.Async" }
            );

        }
Пример #2
0
        public SolutionBuilder()
        {
            this.Interactive     = new SolutionBuilderInteractive();
            this.ApplicationPage = StockPageDefault.Element;
            this.Language        = new Languages.VisualCSharpLanguage();
            this.Name            = "VisualCSharpProject1";
            this.Description     = "Write JavaScript, Adobe Flash and Oracle Java Applets within a single .NET project. http://jsc-solutions.net";
            this.Company         = "jsc-solutions.net";

            this.NuGetReferences.Add(
                new package {
                id = "ScriptCoreLib.Async"
            }
                );
        }