Free cookie consent management tool by TermsFeed Policy Generator

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

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

#567

  • Added installer to main directory
  • Added installation of plugin template
  • Updated template zips
File size: 6.9 KB
Line 
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
11    HeuristicLabViewTemplate\InstallTemplate.cmd = HeuristicLabViewTemplate\InstallTemplate.cmd
12    HeuristicLabViewTemplate\MyTemplate.vstemplate = HeuristicLabViewTemplate\MyTemplate.vstemplate
13  EndProjectSection
14EndProject
15Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "HeuristicLabVS2010WizardsInstaller", "HeuristicLabVS2010WizardsInstaller\HeuristicLabVS2010WizardsInstaller.vdproj", "{A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}"
16EndProject
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\DefaultAlgorithm.cs = HeuristicLabAlgorithmTemplate\DefaultAlgorithm.cs
23    HeuristicLabAlgorithmTemplate\InstallTemplate.cmd = HeuristicLabAlgorithmTemplate\InstallTemplate.cmd
24    HeuristicLabAlgorithmTemplate\MyTemplate.vstemplate = HeuristicLabAlgorithmTemplate\MyTemplate.vstemplate
25  EndProjectSection
26EndProject
27Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.VS2010Wizards.Test", "HeuristicLab.VS2010Wizards.Test\HeuristicLab.VS2010Wizards.Test.csproj", "{5908CE89-79AC-4CFC-ADA9-7D73A1D03DC4}"
28EndProject
29Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLabProblemTemplate", "HeuristicLabProblemTemplate", "{3577ED45-0083-4164-89B3-01B3CE77B279}"
30  ProjectSection(SolutionItems) = preProject
31    HeuristicLabProblemTemplate\__TemplateIcon.ico = HeuristicLabProblemTemplate\__TemplateIcon.ico
32    HeuristicLabProblemTemplate\DefaultProblem.cs = HeuristicLabProblemTemplate\DefaultProblem.cs
33    HeuristicLabProblemTemplate\InstallTemplate.cmd = HeuristicLabProblemTemplate\InstallTemplate.cmd
34    HeuristicLabProblemTemplate\MyTemplate.vstemplate = HeuristicLabProblemTemplate\MyTemplate.vstemplate
35  EndProjectSection
36EndProject
37Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLab 3.3 Plugin Template", "HeuristicLab 3.3 Plugin Template", "{1562A0EE-488D-4BC2-AA4D-D0C33EADE000}"
38  ProjectSection(SolutionItems) = preProject
39    HeuristicLab 3.3 Plugin Template\HeuristicLab.Plugin.csproj = HeuristicLab 3.3 Plugin Template\HeuristicLab.Plugin.csproj
40    HeuristicLab 3.3 Plugin Template\HeuristicLab.snk = HeuristicLab 3.3 Plugin Template\HeuristicLab.snk
41    HeuristicLab 3.3 Plugin Template\HeuristicLabIcon.ico = HeuristicLab 3.3 Plugin Template\HeuristicLabIcon.ico
42    HeuristicLab 3.3 Plugin Template\InstallTemplate.cmd = HeuristicLab 3.3 Plugin Template\InstallTemplate.cmd
43    HeuristicLab 3.3 Plugin Template\Plugin.cs = HeuristicLab 3.3 Plugin Template\Plugin.cs
44    HeuristicLab 3.3 Plugin Template\Plugin.cs.frame = HeuristicLab 3.3 Plugin Template\Plugin.cs.frame
45    HeuristicLab 3.3 Plugin Template\PluginProjectTemplate.vstemplate = HeuristicLab 3.3 Plugin Template\PluginProjectTemplate.vstemplate
46  EndProjectSection
47EndProject
48Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Properties", "Properties", "{F6B35DE9-F01C-4D6D-8609-91C38B7D4B35}"
49  ProjectSection(SolutionItems) = preProject
50    HeuristicLab 3.3 Plugin Template\Properties\AssemblyInfo.cs = HeuristicLab 3.3 Plugin Template\Properties\AssemblyInfo.cs
51    HeuristicLab 3.3 Plugin Template\Properties\AssemblyInfo.frame = HeuristicLab 3.3 Plugin Template\Properties\AssemblyInfo.frame
52  EndProjectSection
53EndProject
54Global
55  GlobalSection(SolutionConfigurationPlatforms) = preSolution
56    Debug|Any CPU = Debug|Any CPU
57    Debug|x86 = Debug|x86
58    Release|Any CPU = Release|Any CPU
59    Release|x86 = Release|x86
60  EndGlobalSection
61  GlobalSection(ProjectConfigurationPlatforms) = postSolution
62    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Debug|Any CPU.ActiveCfg = Debug
63    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Debug|Any CPU.Build.0 = Debug
64    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Debug|x86.ActiveCfg = Debug
65    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Debug|x86.Build.0 = Debug
66    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Release|Any CPU.ActiveCfg = Release
67    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Release|Any CPU.Build.0 = Release
68    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Release|x86.ActiveCfg = Release
69    {A24AC3D1-0D32-495B-A3FA-CD15B960DCF1}.Release|x86.Build.0 = Release
70    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
71    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Debug|Any CPU.Build.0 = Debug|Any CPU
72    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Debug|x86.ActiveCfg = Debug|x86
73    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Debug|x86.Build.0 = Debug|x86
74    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Release|Any CPU.ActiveCfg = Release|Any CPU
75    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Release|Any CPU.Build.0 = Release|Any CPU
76    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Release|x86.ActiveCfg = Release|x86
77    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Release|x86.Build.0 = Release|x86
78    {5908CE89-79AC-4CFC-ADA9-7D73A1D03DC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
79    {5908CE89-79AC-4CFC-ADA9-7D73A1D03DC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
80    {5908CE89-79AC-4CFC-ADA9-7D73A1D03DC4}.Debug|x86.ActiveCfg = Debug|x86
81    {5908CE89-79AC-4CFC-ADA9-7D73A1D03DC4}.Debug|x86.Build.0 = Debug|x86
82    {5908CE89-79AC-4CFC-ADA9-7D73A1D03DC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
83    {5908CE89-79AC-4CFC-ADA9-7D73A1D03DC4}.Release|Any CPU.Build.0 = Release|Any CPU
84    {5908CE89-79AC-4CFC-ADA9-7D73A1D03DC4}.Release|x86.ActiveCfg = Release|x86
85    {5908CE89-79AC-4CFC-ADA9-7D73A1D03DC4}.Release|x86.Build.0 = Release|x86
86  EndGlobalSection
87  GlobalSection(SolutionProperties) = preSolution
88    HideSolutionNode = FALSE
89  EndGlobalSection
90  GlobalSection(NestedProjects) = preSolution
91    {4BB6A8B2-416E-4577-A1D9-9EC3420B8EB2} = {28A05A91-A678-43B9-8573-0A7461E20F81}
92    {0F752C36-F6AD-480A-9720-CCEB240BE914} = {28A05A91-A678-43B9-8573-0A7461E20F81}
93    {3577ED45-0083-4164-89B3-01B3CE77B279} = {28A05A91-A678-43B9-8573-0A7461E20F81}
94    {1562A0EE-488D-4BC2-AA4D-D0C33EADE000} = {28A05A91-A678-43B9-8573-0A7461E20F81}
95    {F6B35DE9-F01C-4D6D-8609-91C38B7D4B35} = {1562A0EE-488D-4BC2-AA4D-D0C33EADE000}
96  EndGlobalSection
97EndGlobal
Note: See TracBrowser for help on using the repository browser.