Ignore:
Timestamp:
May 29, 2020, 10:45:52 PM (4 years ago)
Author:
coas-nagasima
Message:

Visual Studio 2019 と Bridge.NET でビルドできるよう更新。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/webapp/webmrbc/MainMenuView.cs

    r321 r425  
    4343using Bridge.Html5;
    4444using Bridge.jQuery2;
    45 using Bridge.Text.RegularExpressions;
    4645
    4746namespace WebMrbc
     
    120119
    121120                        if (String.IsNullOrEmpty(outfile) && (i + 1 < rubyfiles.Length))
    122                                 outfile = rubyfiles[i + 1].Replace(new Regex(".rb$", "g"), ext.StartsWith(".") ? ext : ("." + ext));
     121                                outfile = rubyfiles[i + 1].Replace(new RegExp(".rb$", "g"), ext.StartsWith(".") ? ext : ("." + ext));
    123122                        rubyfiles[i] = outfile;
    124123                }
Note: See TracChangeset for help on using the changeset viewer.