Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/10 23:03:05 (14 years ago)
Author:
cneumuel
Message:

#1215 worked on metaoptimization

Location:
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3

    • Property svn:ignore
      •  

        old new  
        22obj
        33HeuristicLab.Problems.MetaOptimization.Views-3.3.csproj.user
         4HeuristicLabProblemsMetaOptimizationViewsPlugin.cs
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/HeuristicLab.Problems.MetaOptimization.Views-3.3.csproj

    r4981 r4982  
    8585  </ItemGroup>
    8686  <ItemGroup>
     87    <None Include="HeuristicLabProblemsMetaOptimizationViewsPlugin.cs.frame" />
    8788    <Compile Include="OptimizableView.cs">
    8889      <SubType>UserControl</SubType>
     
    9091    <Compile Include="OptimizableView.Designer.cs">
    9192      <DependentUpon>OptimizableView.cs</DependentUpon>
     93    </Compile>
     94    <None Include="Properties\AssemblyInfo.cs.frame" />
     95    <Compile Include="RootValueConfigurationView.cs">
     96      <SubType>UserControl</SubType>
     97    </Compile>
     98    <Compile Include="RootValueConfigurationView.Designer.cs">
     99      <DependentUpon>RootValueConfigurationView.cs</DependentUpon>
    92100    </Compile>
    93101    <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemList.cs">
     
    126134      <DependentUpon>OptimizableView.cs</DependentUpon>
    127135    </EmbeddedResource>
     136    <EmbeddedResource Include="RootValueConfigurationView.resx">
     137      <DependentUpon>RootValueConfigurationView.cs</DependentUpon>
     138    </EmbeddedResource>
    128139    <EmbeddedResource Include="ValueConfigurationViews\NumericRangeView.resx">
    129140      <DependentUpon>NumericRangeView.cs</DependentUpon>
     
    150161set ProjectDir=$(ProjectDir)
    151162set SolutionDir=$(SolutionDir)
    152 set Outdir=$(Outdir)</PreBuildEvent>
     163set Outdir=$(Outdir)
     164
     165call PreBuildEvent.cmd</PreBuildEvent>
    153166  </PropertyGroup>
    154167  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.