Changeset 16534
- Timestamp:
- 01/17/19 13:38:16 (6 years ago)
- Location:
- branches/2971_named_intervals/HeuristicLab.Data.Views/3.3
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2971_named_intervals/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj
r16426 r16534 121 121 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 122 122 </Reference> 123 <Reference Include="HeuristicLab.Data.Views-3.3">124 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>125 </Reference>126 123 <Reference Include="HeuristicLab.MainForm-3.3"> 127 124 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> … … 210 207 <Compile Include="StringConvertibleValueTupleView.Designer.cs"> 211 208 <DependentUpon>StringConvertibleValueTupleView.cs</DependentUpon> 212 </Compile>213 <Compile Include="VariableRangesView.cs">214 <SubType>UserControl</SubType>215 </Compile>216 <Compile Include="VariableRangesView.Designer.cs">217 <DependentUpon>VariableRangesView.cs</DependentUpon>218 209 </Compile> 219 210 <None Include="Plugin.cs.frame" /> … … 282 273 <Install>true</Install> 283 274 </BootstrapperPackage> 284 </ItemGroup>285 <ItemGroup>286 <EmbeddedResource Include="VariableRangesView.resx">287 <DependentUpon>VariableRangesView.cs</DependentUpon>288 </EmbeddedResource>289 275 </ItemGroup> 290 276 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.