Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17386


Ignore:
Timestamp:
12/19/19 11:12:03 (4 years ago)
Author:
jkarder
Message:

#3045: fixed build fail

Location:
trunk/HeuristicLab.Scripting.Views/3.3
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Scripting.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj

    r16658 r17386  
    9797    <Compile Include="CSharpScriptView.Designer.cs">
    9898      <DependentUpon>CSharpScriptView.cs</DependentUpon>
     99    </Compile>
     100    <Compile Include="CompilerErrorDialog.cs">
     101      <SubType>Form</SubType>
     102    </Compile>
     103    <Compile Include="CompilerErrorDialog.Designer.cs">
     104      <DependentUpon>CompilerErrorDialog.cs</DependentUpon>
    99105    </Compile>
    100106    <Compile Include="ExecutableScriptView.cs">
  • trunk/HeuristicLab.Scripting.Views/3.3/ScriptView.Designer.cs

    r17384 r17386  
    4747    private void InitializeComponent() {
    4848      this.components = new System.ComponentModel.Container();
    49       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptView));
    5049      this.infoTextLabel = new System.Windows.Forms.Label();
    5150      this.imageList = new System.Windows.Forms.ImageList(this.components);
Note: See TracChangeset for help on using the changeset viewer.