Changeset 15281 for branches/Async/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
- Timestamp:
- 07/23/17 11:17:18 (7 years ago)
- Location:
- branches/Async
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Async
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/Async/HeuristicLab.Optimization.Views
- Property svn:mergeinfo changed
-
branches/Async/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r15280 r15281 166 166 <DependentUpon>ExperimentListView.cs</DependentUpon> 167 167 </Compile> 168 <Compile Include="ResultParameterView.cs"> 169 <SubType>UserControl</SubType> 170 </Compile> 171 <Compile Include="ResultParameterView.Designer.cs"> 172 <DependentUpon>ResultParameterView.cs</DependentUpon> 173 </Compile> 168 174 <Compile Include="MultiEncodingView.cs"> 169 175 <SubType>UserControl</SubType> … … 262 268 <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs"> 263 269 <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon> 270 </Compile> 271 <Compile Include="RunCollectionViews\RunCollectionParameterAnalysisView.cs"> 272 <SubType>UserControl</SubType> 273 </Compile> 274 <Compile Include="RunCollectionViews\RunCollectionParameterAnalysisView.Designer.cs"> 275 <DependentUpon>RunCollectionParameterAnalysisView.cs</DependentUpon> 276 </Compile> 277 <Compile Include="RunCollectionViews\RunCollectionRLDView.cs"> 278 <SubType>UserControl</SubType> 279 </Compile> 280 <Compile Include="RunCollectionViews\RunCollectionRLDView.Designer.cs"> 281 <DependentUpon>RunCollectionRLDView.cs</DependentUpon> 264 282 </Compile> 265 283 <Compile Include="RunCollectionViews\RunCollectionTableView.cs"> … … 405 423 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 406 424 <Name>HeuristicLab.Optimization-3.3</Name> 425 <Private>False</Private> 426 </ProjectReference> 427 <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj"> 428 <Project>{ae5b1ce5-9862-4d6f-a700-d72cd9aea295}</Project> 429 <Name>HeuristicLab.Parameters.Views-3.3</Name> 430 <Private>False</Private> 431 </ProjectReference> 432 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 433 <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project> 434 <Name>HeuristicLab.Parameters-3.3</Name> 407 435 <Private>False</Private> 408 436 </ProjectReference>
Note: See TracChangeset
for help on using the changeset viewer.