Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/Templates/HeuristicLab 3.3 Plugin Template/InstallTemplate.cmd @ 5740

Last change on this file since 5740 was 5740, checked in by abeham, 13 years ago

#567

  • Changed project plugin to create the version folder inside the project folder (a little workaround)
File size: 478 bytes
Line 
1SET ZIPFILENAME=HeuristicLab 3.3 Plugin Template.zip
2REM "%ProgramFiles%\7-Zip\7z" a "%ZIPFILENAME%" AssemblyInfo.cs AssemblyInfo.frame HeuristicLab.Plugin.csproj HeuristicLab.snk HeuristicLabIcon.ico Plugin.cs Plugin.cs.frame PluginProjectTemplate.vstemplate
3"%ProgramFiles%\7-Zip\7z" a "%ZIPFILENAME%" 3.3 HeuristicLabIcon.ico PluginProjectCollectionTemplate.vstemplate
4copy "%ZIPFILENAME%" "%UserProfile%\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C#\"
Note: See TracBrowser for help on using the repository browser.