Changeset 7636
- Timestamp:
- 03/19/12 20:35:11 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 9 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r7558 r7636 94 94 {CCF61DA0-B226-4C0F-8052-29ACC6BDE6EE} = {CCF61DA0-B226-4C0F-8052-29ACC6BDE6EE} 95 95 {4FE983A1-AAF8-4977-B9E2-52B3224510CB} = {4FE983A1-AAF8-4977-B9E2-52B3224510CB} 96 {8C426FA3-6614-412C-B669-BCE58DB9710E} = {8C426FA3-6614-412C-B669-BCE58DB9710E} 96 97 {6410BDA6-3641-42B2-BABA-AA626E2F6F71} = {6410BDA6-3641-42B2-BABA-AA626E2F6F71} 97 98 {068C70A7-8CAF-4AB6-8721-4564D62292BC} = {068C70A7-8CAF-4AB6-8721-4564D62292BC} … … 290 291 EndProject 291 292 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Instances.TSPLIB.Views-3.3", "HeuristicLab.Problems.Instances.TSPLIB.Views\3.3\HeuristicLab.Problems.Instances.TSPLIB.Views-3.3.csproj", "{8B2BC81F-6B6C-414D-A934-57FD3FA8D6DC}" 293 EndProject 294 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Operators.Programmable.Views", "HeuristicLab.Operators.Programmable.Views\3.3\HeuristicLab.Operators.Programmable.Views.csproj", "{8C426FA3-6614-412C-B669-BCE58DB9710E}" 292 295 EndProject 293 296 Global … … 1420 1423 {8B2BC81F-6B6C-414D-A934-57FD3FA8D6DC}.Release|x86.ActiveCfg = Release|x86 1421 1424 {8B2BC81F-6B6C-414D-A934-57FD3FA8D6DC}.Release|x86.Build.0 = Release|x86 1425 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1426 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Debug|Any CPU.Build.0 = Debug|Any CPU 1427 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Debug|x64.ActiveCfg = Debug|x64 1428 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Debug|x64.Build.0 = Debug|x64 1429 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Debug|x86.ActiveCfg = Debug|x86 1430 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Debug|x86.Build.0 = Debug|x86 1431 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Release|Any CPU.ActiveCfg = Release|Any CPU 1432 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Release|Any CPU.Build.0 = Release|Any CPU 1433 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Release|x64.ActiveCfg = Release|x64 1434 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Release|x64.Build.0 = Release|x64 1435 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Release|x86.ActiveCfg = Release|x86 1436 {8C426FA3-6614-412C-B669-BCE58DB9710E}.Release|x86.Build.0 = Release|x86 1422 1437 EndGlobalSection 1423 1438 GlobalSection(SolutionProperties) = preSolution -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r6866 r7636 103 103 <RequiredTargetFramework>3.5</RequiredTargetFramework> 104 104 </Reference> 105 <Reference Include="System.Data" />106 105 <Reference Include="System.Data.Linq"> 107 106 <RequiredTargetFramework>3.5</RequiredTargetFramework> 108 107 </Reference> 109 108 <Reference Include="System.Drawing" /> 110 <Reference Include="System.Windows.Forms" />111 <Reference Include="System.Xml" />112 109 </ItemGroup> 113 110 <ItemGroup> … … 115 112 <Compile Include="Plugin.cs" /> 116 113 <Compile Include="ProgrammableOperator.cs" /> 117 <Compile Include="ProgrammableOperatorView.cs">118 <SubType>UserControl</SubType>119 </Compile>120 <Compile Include="ProgrammableOperatorView.Designer.cs">121 <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>122 </Compile>123 114 <Compile Include="ProgrammableSingleSuccessorOperator.cs" /> 124 115 <Compile Include="Properties\AssemblyInfo.cs" /> … … 129 120 </ItemGroup> 130 121 <ItemGroup> 131 <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">132 <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>133 <Name>HeuristicLab.CodeEditor-3.3</Name>134 <Private>False</Private>135 </ProjectReference>136 122 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 137 123 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> … … 149 135 <Private>False</Private> 150 136 </ProjectReference> 151 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">152 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>153 <Name>HeuristicLab.Core.Views-3.3</Name>154 <Private>False</Private>155 </ProjectReference>156 137 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 157 138 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> … … 164 145 <Private>False</Private> 165 146 </ProjectReference> 166 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">167 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>168 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>169 <Private>False</Private>170 </ProjectReference>171 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">172 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>173 <Name>HeuristicLab.MainForm-3.3</Name>174 <Private>False</Private>175 </ProjectReference>176 <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">177 <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>178 <Name>HeuristicLab.Operators.Views-3.3</Name>179 <Private>False</Private>180 </ProjectReference>181 147 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 182 148 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 183 149 <Name>HeuristicLab.Operators-3.3</Name> 184 <Private>False</Private>185 </ProjectReference>186 <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">187 <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>188 <Name>HeuristicLab.Parameters.Views-3.3</Name>189 150 <Private>False</Private> 190 151 </ProjectReference> -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/Plugin.cs.frame
r7259 r7636 28 28 [Plugin("HeuristicLab.Operators.Programmable", "3.3.6.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Operators.Programmable-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.CodeEditor", "3.3")]31 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 31 [PluginDependency("HeuristicLab.Common", "3.3")] 33 32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 34 33 [PluginDependency("HeuristicLab.Core", "3.3")] 35 [PluginDependency("HeuristicLab.Core.Views", "3.3")]36 34 [PluginDependency("HeuristicLab.Data", "3.3")] 37 [PluginDependency("HeuristicLab.MainForm", "3.3")]38 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]39 35 [PluginDependency("HeuristicLab.Operators", "3.3")] 40 36 [PluginDependency("HeuristicLab.Parameters", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.