Changeset 3107 for trunk/sources/HeuristicLab.Problems.TSP.Views/3.3
- Timestamp:
- 03/19/10 04:56:06 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.TSP.Views/3.3
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TSP.Views/3.3/HeuristicLab.Problems.TSP.Views-3.3.csproj
r2900 r3107 85 85 </ItemGroup> 86 86 <ItemGroup> 87 <Compile Include="PathTSPTourView.cs"> 88 <SubType>UserControl</SubType> 89 </Compile> 90 <Compile Include="PathTSPTourView.Designer.cs"> 91 <DependentUpon>PathTSPTourView.cs</DependentUpon> 92 </Compile> 87 93 <Compile Include="HeuristicLabProblemsTSPViewsPlugin.cs" /> 88 94 <Compile Include="TSPView.cs"> … … 111 117 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 112 118 <Name>HeuristicLab.Core-3.3</Name> 119 </ProjectReference> 120 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 121 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 122 <Name>HeuristicLab.Data-3.3</Name> 123 </ProjectReference> 124 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj"> 125 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project> 126 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name> 113 127 </ProjectReference> 114 128 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj"> -
trunk/sources/HeuristicLab.Problems.TSP.Views/3.3/HeuristicLabProblemsTSPViewsPlugin.cs.frame
r2883 r3107 31 31 [PluginDependency("HeuristicLab.Core", "3.3")] 32 32 [PluginDependency("HeuristicLab.Core.Views", "3.3")] 33 [PluginDependency("HeuristicLab.Data", "3.3")] 34 [PluginDependency("HeuristicLab.Encodings.PermutationEncoding", "3.3")] 33 35 [PluginDependency("HeuristicLab.MainForm", "3.2")] 34 36 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.2")]
Note: See TracChangeset
for help on using the changeset viewer.