Changeset 6760 for branches/PersistenceSpeedUp/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
- Timestamp:
- 09/14/11 13:59:25 (13 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/PersistenceSpeedUp/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r5875 r6760 69 69 <OutputPath>bin\x86\Release\</OutputPath> 70 70 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile>bin\x86\Release\HeuristicLab.Optimization.Views-3.3.XML</DocumentationFile> 71 <DocumentationFile> 72 </DocumentationFile> 72 73 <Optimize>true</Optimize> 73 74 <DebugType>pdbonly</DebugType> … … 127 128 <DependentUpon>BatchRunView.cs</DependentUpon> 128 129 </Compile> 130 <Compile Include="RunCollectionModifierListView.cs"> 131 <SubType>UserControl</SubType> 132 </Compile> 133 <Compile Include="RunCollectionModifierListView.Designer.cs"> 134 <DependentUpon>RunCollectionModifierListView.cs</DependentUpon> 135 </Compile> 136 <Compile Include="RunCollectionContentConstraintView.cs"> 137 <SubType>UserControl</SubType> 138 </Compile> 139 <Compile Include="RunCollectionContentConstraintView.Designer.cs"> 140 <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon> 141 </Compile> 142 <Compile Include="ExperimentTreeView.cs"> 143 <SubType>UserControl</SubType> 144 </Compile> 145 <Compile Include="ExperimentTreeView.Designer.cs"> 146 <DependentUpon>ExperimentTreeView.cs</DependentUpon> 147 </Compile> 148 <Compile Include="IOptimizerView.cs"> 149 <SubType>UserControl</SubType> 150 </Compile> 151 <Compile Include="IOptimizerView.Designer.cs"> 152 <DependentUpon>IOptimizerView.cs</DependentUpon> 153 </Compile> 129 154 <Compile Include="ResultValueView.cs"> 130 155 <SubType>UserControl</SubType> … … 157 182 <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon> 158 183 </Compile> 159 <Compile Include="RunCollectionCo nstraintView.cs">160 <SubType>UserControl</SubType> 161 </Compile> 162 <Compile Include="RunCollectionCo nstraintView.Designer.cs">163 <DependentUpon>RunCollectionCo nstraintView.cs</DependentUpon>184 <Compile Include="RunCollectionColumnConstraintView.cs"> 185 <SubType>UserControl</SubType> 186 </Compile> 187 <Compile Include="RunCollectionColumnConstraintView.Designer.cs"> 188 <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon> 164 189 </Compile> 165 190 <Compile Include="OptimizerListView.cs">
Note: See TracChangeset
for help on using the changeset viewer.