Changeset 7483
- Timestamp:
- 02/17/12 21:33:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views-3.3.csproj
r7482 r7483 89 89 </ItemGroup> 90 90 <ItemGroup> 91 <Compile Include=" CustomComboBox.cs">91 <Compile Include="ToolTipComboBox.cs"> 92 92 <SubType>Component</SubType> 93 93 </Compile> 94 <Compile Include=" CustomComboBox.Designer.cs">95 <DependentUpon> CustomComboBox.cs</DependentUpon>94 <Compile Include="ToolTipComboBox.Designer.cs"> 95 <DependentUpon>ToolTipComboBox.cs</DependentUpon> 96 96 </Compile> 97 97 <Compile Include="ToolTipRequiredEventArgs.cs" /> … … 139 139 </ItemGroup> 140 140 <ItemGroup> 141 <EmbeddedResource Include=" CustomComboBox.resx">142 <DependentUpon> CustomComboBox.cs</DependentUpon>141 <EmbeddedResource Include="ToolTipComboBox.resx"> 142 <DependentUpon>ToolTipComboBox.cs</DependentUpon> 143 143 </EmbeddedResource> 144 144 <EmbeddedResource Include="ProblemInstanceProviderView.resx">
Note: See TracChangeset
for help on using the changeset viewer.