Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/08/10 00:28:59 (14 years ago)
Author:
abeham
Message:

#567

  • Updated installer
  • Updated View template
  • Added Algorithm template (untested)
Location:
trunk/tools/Templates/HeuristicLab.VS2010Wizards
Files:
2 edited

Legend:

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

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3*.user
  • trunk/tools/Templates/HeuristicLab.VS2010Wizards/HeuristicLab.VS2010Wizards.csproj

    r4146 r4176  
    4646    <Reference Include="Microsoft.VisualStudio.TemplateWizardInterface, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    4747    <Reference Include="System" />
     48    <Reference Include="System.Data" />
    4849    <Reference Include="System.Drawing" />
    4950    <Reference Include="System.Windows.Forms" />
     51    <Reference Include="System.Xml" />
    5052  </ItemGroup>
    5153  <ItemGroup>
     54    <Compile Include="AlgorithmWizard.cs" />
     55    <Compile Include="AlgorithmWizardForm.cs">
     56      <SubType>Form</SubType>
     57    </Compile>
     58    <Compile Include="AlgorithmWizardForm.Designer.cs">
     59      <DependentUpon>AlgorithmWizardForm.cs</DependentUpon>
     60    </Compile>
     61    <Compile Include="Properties\Resources.Designer.cs">
     62      <AutoGen>True</AutoGen>
     63      <DesignTime>True</DesignTime>
     64      <DependentUpon>Resources.resx</DependentUpon>
     65    </Compile>
    5266    <Compile Include="ViewWizard.cs" />
    5367    <Compile Include="Properties\AssemblyInfo.cs" />
     
    6377  </ItemGroup>
    6478  <ItemGroup>
     79    <EmbeddedResource Include="AlgorithmWizardForm.resx">
     80      <DependentUpon>AlgorithmWizardForm.cs</DependentUpon>
     81    </EmbeddedResource>
     82    <EmbeddedResource Include="Properties\Resources.resx">
     83      <Generator>ResXFileCodeGenerator</Generator>
     84      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     85    </EmbeddedResource>
    6586    <EmbeddedResource Include="ViewWizardForm.resx">
    6687      <DependentUpon>ViewWizardForm.cs</DependentUpon>
     
    6990  <ItemGroup>
    7091    <None Include="VS2010Templates.snk" />
     92  </ItemGroup>
     93  <ItemGroup>
     94    <Content Include="HeuristicLabIcon.ico" />
    7195  </ItemGroup>
    7296  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.