- Timestamp:
- 11/27/12 22:12:58 (12 years ago)
- Location:
- branches/RuntimeOptimizer
- Files:
-
- 5 added
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/RuntimeOptimizer/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r8927 r8955 263 263 <DependentUpon>RunCollectionDataTableView.cs</DependentUpon> 264 264 </Compile> 265 <Compile Include="TimeLimitRunView.cs"> 266 <SubType>UserControl</SubType> 267 </Compile> 268 <Compile Include="TimeLimitRunView.Designer.cs"> 269 <DependentUpon>TimeLimitRunView.cs</DependentUpon> 270 </Compile> 265 271 <Compile Include="UserDefinedAlgorithmView.cs"> 266 272 <SubType>UserControl</SubType> … … 391 397 <Private>False</Private> 392 398 </ProjectReference> 399 </ItemGroup> 400 <ItemGroup> 401 <EmbeddedResource Include="TimeLimitRunView.resx"> 402 <DependentUpon>TimeLimitRunView.cs</DependentUpon> 403 </EmbeddedResource> 393 404 </ItemGroup> 394 405 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/RuntimeOptimizer/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r8600 r8955 121 121 <Compile Include="Interfaces\ISimilarityBasedOperator.cs" /> 122 122 <Compile Include="Interfaces\ISolutionSimilarityCalculator.cs" /> 123 <Compile Include="MetaOptimizers\BatchRun.cs" /> 124 <Compile Include="MetaOptimizers\Experiment.cs" /> 125 <Compile Include="MetaOptimizers\TimeLimitRun.cs" /> 123 126 <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" /> 124 127 <Compile Include="Plugin.cs" /> … … 130 133 <None Include="Plugin.cs.frame" /> 131 134 <Compile Include="Algorithms\Algorithm.cs" /> 132 <Compile Include="BatchRun.cs" />133 135 <Compile Include="RunCollectionModification\Calculator.cs" /> 134 136 <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" /> … … 173 175 <Compile Include="RunCollectionConstraints\IRunCollectionConstraint.cs" /> 174 176 <Compile Include="OptimizerList.cs" /> 175 <Compile Include="Experiment.cs" />176 177 <Compile Include="Interfaces\IOptimizer.cs" /> 177 178 <Compile Include="RunCollection.cs" /> … … 281 282 --> 282 283 <PropertyGroup> 283 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)284 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 284 285 set ProjectDir=$(ProjectDir) 285 286 set SolutionDir=$(SolutionDir) … … 288 289 call PreBuildEvent.cmd 289 290 </PreBuildEvent> 290 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">291 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 291 292 export ProjectDir=$(ProjectDir) 292 293 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.