Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 00:10:13 (14 years ago)
Author:
mkommend
Message:

implemented first version of RunConstraints (ticket #970)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj

    r3437 r3614  
    100100      <DependentUpon>BatchRunView.cs</DependentUpon>
    101101    </Compile>
     102    <Compile Include="RunCollectioComparisonConstraintView.cs">
     103      <SubType>UserControl</SubType>
     104    </Compile>
     105    <Compile Include="RunCollectioComparisonConstraintView.Designer.cs">
     106      <DependentUpon>RunCollectioComparisonConstraintView.cs</DependentUpon>
     107    </Compile>
     108    <Compile Include="RunCollectionTypeCompatibilityConstraintView.cs">
     109      <SubType>UserControl</SubType>
     110    </Compile>
     111    <Compile Include="RunCollectionTypeCompatibilityConstraintView.Designer.cs">
     112      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
     113    </Compile>
     114    <Compile Include="RunCollectionConstraintCollectionView.cs">
     115      <SubType>UserControl</SubType>
     116    </Compile>
     117    <Compile Include="RunCollectionConstraintCollectionView.Designer.cs">
     118      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
     119    </Compile>
     120    <Compile Include="RunCollectionConstraintView.cs">
     121      <SubType>UserControl</SubType>
     122    </Compile>
     123    <Compile Include="RunCollectionConstraintView.Designer.cs">
     124      <DependentUpon>RunCollectionConstraintView.cs</DependentUpon>
     125    </Compile>
    102126    <Compile Include="OptimizerListView.cs">
    103127      <SubType>UserControl</SubType>
     
    117141    <Compile Include="RunCollectionBubbleChartView.Designer.cs">
    118142      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
     143    </Compile>
     144    <Compile Include="RunCollectionEqualityConstraintView.cs">
     145      <SubType>UserControl</SubType>
     146    </Compile>
     147    <Compile Include="RunCollectionEqualityConstraintView.Designer.cs">
     148      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
    119149    </Compile>
    120150    <Compile Include="RunCollectionTabularView.cs">
     
    222252      <Name>HeuristicLab.PluginInfrastructure</Name>
    223253    </ProjectReference>
     254  </ItemGroup>
     255  <ItemGroup>
     256    <EmbeddedResource Include="RunCollectioComparisonConstraintView.resx">
     257      <DependentUpon>RunCollectioComparisonConstraintView.cs</DependentUpon>
     258    </EmbeddedResource>
    224259  </ItemGroup>
    225260  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.