Changeset 9567
- Timestamp:
- 06/03/13 12:11:59 (11 years ago)
- Location:
- branches/Robocode/HeuristicLab.Problems.Robocode
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Robocode/HeuristicLab.Problems.Robocode/Evaluator.cs
r9565 r9567 117 117 ISymbolicExpressionTree tree = TankProgramParameter.ActualValue; 118 118 XmlDocument doc = new XmlDocument(); 119 doc.Load("../tank.xml");119 //doc.Load("../tank.xml"); 120 120 XmlNode node = doc.FirstChild.Clone(); 121 121 string path = RobocodePathParameter.ActualValue.Value; -
branches/Robocode/HeuristicLab.Problems.Robocode/HeuristicLab.Problems.Robocode.csproj
r9565 r9567 187 187 </EmbeddedResource> 188 188 </ItemGroup> 189 <ItemGroup /> 189 <ItemGroup> 190 <Content Include="External Evaluator\BattleRunner.java" /> 191 </ItemGroup> 190 192 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 191 193 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.