Changeset 3271
- Timestamp:
- 04/05/10 23:40:44 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 8 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3/HeuristicLab.Problems.ArtificialAnt.Views-3.3.csproj
r3242 r3271 88 88 <DependentUpon>AntTrailView.cs</DependentUpon> 89 89 </Compile> 90 <Compile Include="ArtificialAntProblemView.cs">91 <SubType>UserControl</SubType>92 </Compile>93 <Compile Include="ArtificialAntProblemView.Designer.cs">94 <DependentUpon>ArtificialAntProblemView.cs</DependentUpon>95 </Compile>96 90 <Compile Include="HeuristicLabProblemsArtificialAntViewsPlugin.cs" /> 97 91 <Compile Include="Properties\AssemblyInfo.cs" /> -
trunk/sources/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLab.Problems.Knapsack.Views-3.3.csproj
r3166 r3271 83 83 <ItemGroup> 84 84 <Compile Include="HeuristicLabProblemsKnapsackViewsPlugin.cs" /> 85 <Compile Include="KnapsackProblemView.cs">86 <SubType>UserControl</SubType>87 </Compile>88 <Compile Include="KnapsackProblemView.Designer.cs">89 <DependentUpon>KnapsackProblemView.cs</DependentUpon>90 </Compile>91 85 <Compile Include="Properties\AssemblyInfo.cs" /> 92 86 </ItemGroup> -
trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLab.Problems.OneMax.Views-3.3.csproj
r3165 r3271 87 87 </ItemGroup> 88 88 <ItemGroup> 89 <Compile Include="OneMaxProblemView.cs">90 <SubType>UserControl</SubType>91 </Compile>92 <Compile Include="OneMaxProblemView.Designer.cs">93 <DependentUpon>OneMaxProblemView.cs</DependentUpon>94 </Compile>95 89 <Compile Include="Properties\AssemblyInfo.cs" /> 96 90 <Compile Include="HeuristicLabProblemsOneMaxViewsPlugin.cs" /> -
trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/HeuristicLab.Problems.TestFunctions.Views-3.3.csproj
r3170 r3271 86 86 <ItemGroup> 87 87 <Compile Include="HeuristicLabProblemsTestFunctionsViewsPlugin.cs" /> 88 <Compile Include="SingleObjectiveTestFunctionProblemView.cs">89 <SubType>UserControl</SubType>90 </Compile>91 <Compile Include="SingleObjectiveTestFunctionProblemView.Designer.cs">92 <DependentUpon>SingleObjectiveTestFunctionProblemView.cs</DependentUpon>93 </Compile>94 88 <None Include="HeuristicLab.snk" /> 95 89 <None Include="HeuristicLabProblemsTestFunctionsViewsPlugin.cs.frame" />
Note: See TracChangeset
for help on using the changeset viewer.