Changeset 9787
- Timestamp:
- 07/26/13 14:55:12 (11 years ago)
- Location:
- branches/Robocode.TrunkInt
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/HeuristicLab.Problems.Robocode.Views-3.3.csproj
r9781 r9787 32 32 <WarningLevel>4</WarningLevel> 33 33 <Prefer32Bit>false</Prefer32Bit> 34 </PropertyGroup> 35 <PropertyGroup> 36 <SignAssembly>true</SignAssembly> 37 </PropertyGroup> 38 <PropertyGroup> 39 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 34 40 </PropertyGroup> 35 41 <ItemGroup> … … 79 85 <Private>False</Private> 80 86 </Reference> 81 <Reference Include="HeuristicLab.Optimization.Operators-3.3">82 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>83 <Private>False</Private>84 </Reference>85 <Reference Include="HeuristicLab.Parameters-3.3">86 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>87 <Private>False</Private>88 </Reference>89 <Reference Include="HeuristicLab.Persistence-3.3">90 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>91 <Private>False</Private>92 </Reference>93 87 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 94 88 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> … … 106 100 </ItemGroup> 107 101 <ItemGroup> 102 <None Include="HeuristicLab.snk" /> 108 103 <None Include="Plugin.cs.frame" /> 109 104 <None Include="Properties\AssemblyInfo.cs.frame" /> -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/Plugin.cs.frame
r9781 r9787 33 33 [PluginDependency("HeuristicLab.Data", "3.3")] 34 34 [PluginDependency("HeuristicLab.Core", "3.3")] 35 [PluginDependency("HeuristicLab.Core.Views", "3.3")] 36 [PluginDependency("HeuristicLab.Optimization", "3.3")] 37 [PluginDependency("HeuristicLab.Operators", "3.3")] 35 38 [PluginDependency("HeuristicLab.Common", "3.3")] 36 39 [PluginDependency("HeuristicLab.Collections", "3.3")] 37 40 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")] 38 [PluginDependency("HeuristicLab.Parameters", "3.3")] 39 [PluginDependency("HeuristicLab.Persistence", "3.3")] 40 [PluginDependency("HeuristicLab.Problems.Robocode", "3.3")] 41 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.4")] 42 [PluginDependency("HeuristicLab.MainForm", "3.3")] 43 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 44 [PluginDependency("HeuristicLab.Problems.Robocode", "3.3")] 41 45 public class HeuristicLabProblemsRobocodePlugin : PluginBase 42 46 { -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/HeuristicLab.Problems.Robocode-3.3.csproj
r9781 r9787 33 33 <Prefer32Bit>false</Prefer32Bit> 34 34 </PropertyGroup> 35 <PropertyGroup> 36 <SignAssembly>true</SignAssembly> 37 </PropertyGroup> 38 <PropertyGroup> 39 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 40 </PropertyGroup> 35 41 <ItemGroup> 36 42 <Reference Include="HeuristicLab.Collections-3.3"> … … 44 50 <Reference Include="HeuristicLab.Core-3.3"> 45 51 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 46 <Private>False</Private>47 </Reference>48 <Reference Include="HeuristicLab.Core.Views-3.3">49 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>50 52 <Private>False</Private> 51 53 </Reference> … … 65 67 <Reference Include="HeuristicLab.Optimization-3.3"> 66 68 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 67 <Private>False</Private>68 </Reference>69 <Reference Include="HeuristicLab.Optimization.Operators-3.3">70 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>71 69 <Private>False</Private> 72 70 </Reference> … … 95 93 <ItemGroup> 96 94 <Compile Include="BestSolutionAnalyzer.cs" /> 95 <None Include="HeuristicLab.snk" /> 97 96 <None Include="Plugin.cs.frame" /> 98 97 <Compile Include="Crossover\RobocodeCrossover.cs" /> -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Plugin.cs.frame
r9781 r9787 33 33 [PluginDependency("HeuristicLab.Data", "3.3")] 34 34 [PluginDependency("HeuristicLab.Core", "3.3")] 35 [PluginDependency("HeuristicLab.Optimization", "3.3")] 36 [PluginDependency("HeuristicLab.Operators", "3.3")] 35 37 [PluginDependency("HeuristicLab.Common", "3.3")] 36 38 [PluginDependency("HeuristicLab.Collections", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.