Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/Templates/VS2010Wizards.sln @ 4176

Last change on this file since 4176 was 4176, checked in by abeham, 14 years ago

#567

  • Updated installer
  • Updated View template
  • Added Algorithm template (untested)
File size: 3.2 KB
RevLine 
[4146]1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{28A05A91-A678-43B9-8573-0A7461E20F81}"
5EndProject
6Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLabViewTemplate", "HeuristicLabViewTemplate", "{4BB6A8B2-416E-4577-A1D9-9EC3420B8EB2}"
7  ProjectSection(SolutionItems) = preProject
8    HeuristicLabViewTemplate\__TemplateIcon.ico = HeuristicLabViewTemplate\__TemplateIcon.ico
9    HeuristicLabViewTemplate\DefaultView.cs = HeuristicLabViewTemplate\DefaultView.cs
10    HeuristicLabViewTemplate\DefaultView.Designer.cs = HeuristicLabViewTemplate\DefaultView.Designer.cs
[4176]11    HeuristicLabViewTemplate\InstallTemplate.cmd = HeuristicLabViewTemplate\InstallTemplate.cmd
[4146]12    HeuristicLabViewTemplate\MyTemplate.vstemplate = HeuristicLabViewTemplate\MyTemplate.vstemplate
13  EndProjectSection
14EndProject
[4148]15Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "HeuristicLabVS2010WizardsInstaller", "HeuristicLabVS2010WizardsInstaller\HeuristicLabVS2010WizardsInstaller.vdproj", "{A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}"
[4147]16EndProject
[4176]17Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.VS2010Wizards", "HeuristicLab.VS2010Wizards\HeuristicLab.VS2010Wizards.csproj", "{F1B37418-F66E-41C0-BC36-B9A02BBAF62D}"
18EndProject
19Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLabAlgorithmTemplate", "HeuristicLabAlgorithmTemplate", "{0F752C36-F6AD-480A-9720-CCEB240BE914}"
20  ProjectSection(SolutionItems) = preProject
21    HeuristicLabAlgorithmTemplate\__TemplateIcon.ico = HeuristicLabAlgorithmTemplate\__TemplateIcon.ico
22    HeuristicLabAlgorithmTemplate\InstallTemplate.cmd = HeuristicLabAlgorithmTemplate\InstallTemplate.cmd
23    HeuristicLabAlgorithmTemplate\MyTemplate.vstemplate = HeuristicLabAlgorithmTemplate\MyTemplate.vstemplate
24    HeuristicLabAlgorithmTemplate\DefaultAlgorithm.cs = HeuristicLabAlgorithmTemplate\DefaultAlgorithm.cs
25  EndProjectSection
26EndProject
[4146]27Global
28  GlobalSection(SolutionConfigurationPlatforms) = preSolution
29    Debug|Any CPU = Debug|Any CPU
30    Release|Any CPU = Release|Any CPU
31  EndGlobalSection
32  GlobalSection(ProjectConfigurationPlatforms) = postSolution
[4176]33    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Debug|Any CPU.ActiveCfg = Debug
34    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Debug|Any CPU.Build.0 = Debug
35    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Release|Any CPU.ActiveCfg = Release
36    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Release|Any CPU.Build.0 = Release
[4146]37    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Debug|Any CPU.Build.0 = Debug|Any CPU
39    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Release|Any CPU.ActiveCfg = Release|Any CPU
40    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Release|Any CPU.Build.0 = Release|Any CPU
41  EndGlobalSection
42  GlobalSection(SolutionProperties) = preSolution
43    HideSolutionNode = FALSE
44  EndGlobalSection
45  GlobalSection(NestedProjects) = preSolution
46    {4BB6A8B2-416E-4577-A1D9-9EC3420B8EB2} = {28A05A91-A678-43B9-8573-0A7461E20F81}
[4176]47    {0F752C36-F6AD-480A-9720-CCEB240BE914} = {28A05A91-A678-43B9-8573-0A7461E20F81}
[4146]48  EndGlobalSection
49EndGlobal
Note: See TracBrowser for help on using the repository browser.