Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/Templates/VS2010Templates.sln @ 4146

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

#567

  • Added View Wizard, Wizards GAC installer, and view template
  • Sometimes it works, sometimes it doesn't
File size: 2.2 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.VS2010Wizards", "VS2010Templates\HeuristicLab.VS2010Wizards.csproj", "{F1B37418-F66E-41C0-BC36-B9A02BBAF62D}"
5EndProject
6Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "VS2010TemplatesInstaller", "VS2010TemplatesInstaller\VS2010TemplatesInstaller.vdproj", "{F5024905-1600-4A7E-858C-019EEE75B56F}"
7EndProject
8Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{28A05A91-A678-43B9-8573-0A7461E20F81}"
9EndProject
10Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLabViewTemplate", "HeuristicLabViewTemplate", "{4BB6A8B2-416E-4577-A1D9-9EC3420B8EB2}"
11  ProjectSection(SolutionItems) = preProject
12    HeuristicLabViewTemplate\__TemplateIcon.ico = HeuristicLabViewTemplate\__TemplateIcon.ico
13    HeuristicLabViewTemplate\DefaultView.cs = HeuristicLabViewTemplate\DefaultView.cs
14    HeuristicLabViewTemplate\DefaultView.Designer.cs = HeuristicLabViewTemplate\DefaultView.Designer.cs
15    HeuristicLabViewTemplate\MyTemplate.vstemplate = HeuristicLabViewTemplate\MyTemplate.vstemplate
16  EndProjectSection
17EndProject
18Global
19  GlobalSection(SolutionConfigurationPlatforms) = preSolution
20    Debug|Any CPU = Debug|Any CPU
21    Release|Any CPU = Release|Any CPU
22  EndGlobalSection
23  GlobalSection(ProjectConfigurationPlatforms) = postSolution
24    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Debug|Any CPU.Build.0 = Debug|Any CPU
26    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Release|Any CPU.ActiveCfg = Release|Any CPU
27    {F1B37418-F66E-41C0-BC36-B9A02BBAF62D}.Release|Any CPU.Build.0 = Release|Any CPU
28    {F5024905-1600-4A7E-858C-019EEE75B56F}.Debug|Any CPU.ActiveCfg = Debug
29    {F5024905-1600-4A7E-858C-019EEE75B56F}.Release|Any CPU.ActiveCfg = Release
30    {F5024905-1600-4A7E-858C-019EEE75B56F}.Release|Any CPU.Build.0 = Release
31  EndGlobalSection
32  GlobalSection(SolutionProperties) = preSolution
33    HideSolutionNode = FALSE
34  EndGlobalSection
35  GlobalSection(NestedProjects) = preSolution
36    {4BB6A8B2-416E-4577-A1D9-9EC3420B8EB2} = {28A05A91-A678-43B9-8573-0A7461E20F81}
37  EndGlobalSection
38EndGlobal
Note: See TracBrowser for help on using the repository browser.