Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/Tools.sln @ 1544

Last change on this file since 1544 was 1544, checked in by swagner, 15 years ago

Added draft implementation of a VS 2008 wizard for creating new HeuristicLab plugins (#567)

File size: 1.7 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 10.00
3# Visual Studio 2008
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigMerger", "ConfigMerger\ConfigMerger.csproj", "{E94C5E71-3F29-408D-BCDF-23E096CA84CA}"
5EndProject
6Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B61EDC99-07A3-4B84-9174-06D8549963D0}"
7  ProjectSection(SolutionItems) = preProject
8    ..\documentation\License\gpl-3.0.txt = ..\documentation\License\gpl-3.0.txt
9    PreBuildEvent.cmd = PreBuildEvent.cmd
10  EndProjectSection
11EndProject
12Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewPluginWizard", "NewPluginWizard\NewPluginWizard.csproj", "{1E4B971A-83BA-4C39-BE19-D09B13CF7242}"
13EndProject
14Global
15  GlobalSection(SolutionConfigurationPlatforms) = preSolution
16    Debug|Any CPU = Debug|Any CPU
17    Release|Any CPU = Release|Any CPU
18  EndGlobalSection
19  GlobalSection(ProjectConfigurationPlatforms) = postSolution
20    {E94C5E71-3F29-408D-BCDF-23E096CA84CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21    {E94C5E71-3F29-408D-BCDF-23E096CA84CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
22    {E94C5E71-3F29-408D-BCDF-23E096CA84CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
23    {E94C5E71-3F29-408D-BCDF-23E096CA84CA}.Release|Any CPU.Build.0 = Release|Any CPU
24    {1E4B971A-83BA-4C39-BE19-D09B13CF7242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25    {1E4B971A-83BA-4C39-BE19-D09B13CF7242}.Debug|Any CPU.Build.0 = Debug|Any CPU
26    {1E4B971A-83BA-4C39-BE19-D09B13CF7242}.Release|Any CPU.ActiveCfg = Release|Any CPU
27    {1E4B971A-83BA-4C39-BE19-D09B13CF7242}.Release|Any CPU.Build.0 = Release|Any CPU
28  EndGlobalSection
29  GlobalSection(SolutionProperties) = preSolution
30    HideSolutionNode = FALSE
31  EndGlobalSection
32EndGlobal
Note: See TracBrowser for help on using the repository browser.