- Timestamp:
- 06/05/12 12:01:48 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 15 added
- 8 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r7932 r7966 105 105 {3083C7AA-5AF4-4C75-BA19-B69B86E2F66A} = {3083C7AA-5AF4-4C75-BA19-B69B86E2F66A} 106 106 {5211F1AD-BBA2-4C62-8749-DCA0A25CF5D8} = {5211F1AD-BBA2-4C62-8749-DCA0A25CF5D8} 107 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611} = {847A8DAE-DB95-4CEE-B48B-EFEE4531D611} 107 108 {A2330DB0-413D-4424-B4E6-591118E2B9F8} = {A2330DB0-413D-4424-B4E6-591118E2B9F8} 108 109 {DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA} = {DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA} … … 315 316 EndProject 316 317 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.JobManager-3.3", "HeuristicLab.Clients.Hive.JobManager\3.3\HeuristicLab.Clients.Hive.JobManager-3.3.csproj", "{DBFD7205-61AF-40EF-8776-3052DEF91CF3}" 318 EndProject 319 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DebugEngine.Views-3.3", "HeuristicLab.DebugEngine.Views\3.3\HeuristicLab.DebugEngine.Views-3.3.csproj", "{847A8DAE-DB95-4CEE-B48B-EFEE4531D611}" 317 320 EndProject 318 321 Global … … 1538 1541 {DBFD7205-61AF-40EF-8776-3052DEF91CF3}.Release|x86.ActiveCfg = Release|x86 1539 1542 {DBFD7205-61AF-40EF-8776-3052DEF91CF3}.Release|x86.Build.0 = Release|x86 1543 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1544 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|Any CPU.Build.0 = Debug|Any CPU 1545 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|x64.ActiveCfg = Debug|x64 1546 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|x64.Build.0 = Debug|x64 1547 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|x86.ActiveCfg = Debug|x86 1548 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Debug|x86.Build.0 = Debug|x86 1549 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|Any CPU.ActiveCfg = Release|Any CPU 1550 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|Any CPU.Build.0 = Release|Any CPU 1551 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|x64.ActiveCfg = Release|x64 1552 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|x64.Build.0 = Release|x64 1553 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|x86.ActiveCfg = Release|x86 1554 {847A8DAE-DB95-4CEE-B48B-EFEE4531D611}.Release|x86.Build.0 = Release|x86 1540 1555 EndGlobalSection 1541 1556 GlobalSection(SolutionProperties) = preSolution -
trunk/sources/HeuristicLab.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj
r6866 r7966 86 86 <Reference Include="System.Core" /> 87 87 <Reference Include="System.Drawing" /> 88 <Reference Include="System.Windows.Forms" />89 <Reference Include="System.Xml.Linq" />90 <Reference Include="System.Data.DataSetExtensions" />91 <Reference Include="System.Data" />92 <Reference Include="System.Xml" />93 88 </ItemGroup> 94 89 <ItemGroup> 95 90 <Compile Include="OperatorTrace.cs" /> 96 91 <Compile Include="DebugEngine.cs" /> 97 <Compile Include="DebugEngineView.cs">98 <SubType>UserControl</SubType>99 </Compile>100 <Compile Include="DebugEngineView.Designer.cs">101 <DependentUpon>DebugEngineView.cs</DependentUpon>102 </Compile>103 92 <Compile Include="ExecutionStack.cs" /> 104 <Compile Include="ExecutionStackView.cs">105 <SubType>UserControl</SubType>106 </Compile>107 <Compile Include="ExecutionStackView.Designer.cs">108 <DependentUpon>ExecutionStackView.cs</DependentUpon>109 </Compile>110 93 <Compile Include="OperationChangedEventArgs.cs" /> 111 94 <Compile Include="OperationContent.cs" /> 112 <Compile Include="OperationContentView.cs">113 <SubType>UserControl</SubType>114 </Compile>115 <Compile Include="OperationContentView.Designer.cs">116 <DependentUpon>OperationContentView.cs</DependentUpon>117 </Compile>118 <Compile Include="OperatorTraceView.cs">119 <SubType>UserControl</SubType>120 </Compile>121 <Compile Include="OperatorTraceView.Designer.cs">122 <DependentUpon>OperatorTraceView.cs</DependentUpon>123 </Compile>124 95 <Compile Include="Plugin.cs" /> 125 96 <Compile Include="Properties\AssemblyInfo.cs" /> … … 147 118 <Private>False</Private> 148 119 </ProjectReference> 149 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">150 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>151 <Name>HeuristicLab.Core.Views-3.3</Name>152 <Private>False</Private>153 </ProjectReference>154 120 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 155 121 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 156 122 <Name>HeuristicLab.Core-3.3</Name> 157 <Private>False</Private>158 </ProjectReference>159 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">160 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>161 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>162 <Private>False</Private>163 </ProjectReference>164 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">165 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>166 <Name>HeuristicLab.MainForm-3.3</Name>167 <Private>False</Private>168 </ProjectReference>169 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">170 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>171 <Name>HeuristicLab.Operators-3.3</Name>172 123 <Private>False</Private> 173 124 </ProjectReference> -
trunk/sources/HeuristicLab.DebugEngine/3.3/Plugin.cs.frame
r7259 r7966 30 30 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 31 31 [PluginDependency("HeuristicLab.Core", "3.3")] 32 [PluginDependency("HeuristicLab.Core.Views", "3.3")]33 [PluginDependency("HeuristicLab.MainForm", "3.3")]34 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]35 [PluginDependency("HeuristicLab.Operators", "3.3")]36 32 [PluginDependency("HeuristicLab.Persistence", "3.3")] 37 33 public class HeuristicLabDebugEnginePlugin : PluginBase { }
Note: See TracChangeset
for help on using the changeset viewer.