Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/11 00:51:34 (13 years ago)
Author:
abeham
Message:

#567

  • Updated default value for year in license snippet
  • Updated new view wizard
Location:
trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test
Files:
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/HeuristicLab.VS2010Wizards.Test.csproj

    r4182 r5388  
    9797    <Compile Include="Program.cs" />
    9898    <Compile Include="Properties\AssemblyInfo.cs" />
    99     <EmbeddedResource Include="Properties\Resources.resx">
    100       <Generator>ResXFileCodeGenerator</Generator>
    101       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    102       <SubType>Designer</SubType>
    103     </EmbeddedResource>
    104     <Compile Include="Properties\Resources.Designer.cs">
    105       <AutoGen>True</AutoGen>
    106       <DependentUpon>Resources.resx</DependentUpon>
    107       <DesignTime>True</DesignTime>
    108     </Compile>
    109     <None Include="app.config" />
    110     <None Include="Properties\Settings.settings">
    111       <Generator>SettingsSingleFileGenerator</Generator>
    112       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    113     </None>
    114     <Compile Include="Properties\Settings.Designer.cs">
    115       <AutoGen>True</AutoGen>
    116       <DependentUpon>Settings.settings</DependentUpon>
    117       <DesignTimeSharedInput>True</DesignTimeSharedInput>
    118     </Compile>
    11999  </ItemGroup>
    120100  <ItemGroup>
  • trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/Program.cs

    r4214 r5388  
    11using System;
    2 using System.Collections.Generic;
    3 using System.Linq;
    42using System.Windows.Forms;
    53
     
    1311      Application.EnableVisualStyles();
    1412      Application.SetCompatibleTextRenderingDefault(false);
    15       Application.Run(new ProblemWizardForm());
     13      Application.Run(new ViewWizardForm());
    1614    }
    1715  }
Note: See TracChangeset for help on using the changeset viewer.