Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/11 09:53:14 (13 years ago)
Author:
abeham
Message:

#567

  • Added installer to main directory
  • Added installation of plugin template
  • Updated template zips
Location:
trunk/tools/Templates/HeuristicLab 3.3 Plugin Template
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Templates/HeuristicLab 3.3 Plugin Template/HeuristicLab.Plugin.csproj

    r5086 r5390  
    1111    <RootNamespace>$safeprojectname$</RootNamespace>
    1212    <AssemblyName>$projectname$-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    15     <TargetFrameworkProfile />
    1615  </PropertyGroup>
    1716  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    103102  </PropertyGroup>
    104103  <ItemGroup>
     104    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     105      <HintPath>C:\Program Files\HeuristicLab 3.3\PluginInfrastructure-3.3.dll</HintPath>
     106    </Reference>
    105107    <Reference Include="System" />
    106108    <Reference Include="System.Core" />
     
    116118  <ItemGroup>
    117119    <None Include="HeuristicLab.snk" />
    118   </ItemGroup>
    119   <ItemGroup>
    120     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    121       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    122       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    123     </ProjectReference>
    124120  </ItemGroup>
    125121  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • trunk/tools/Templates/HeuristicLab 3.3 Plugin Template/InstallTemplate.cmd

    r5086 r5390  
    22"%ProgramFiles%\7-Zip\7z" a "%ZIPFILENAME%" Properties HeuristicLab.Plugin.csproj HeuristicLab.snk HeuristicLabIcon.ico Plugin.cs Plugin.cs.frame PluginProjectTemplate.vstemplate
    33copy "%ZIPFILENAME%" "%UserProfile%\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C#\"
    4 DEL "%ZIPFILENAME%"
Note: See TracChangeset for help on using the changeset viewer.