- Timestamp:
- 03/08/09 12:48:18 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj
r852 r1287 72 72 </ItemGroup> 73 73 <ItemGroup> 74 <Compile Include="Agent.cs" /> 75 <Compile Include="AgentList.cs" /> 74 <Compile Include="IResultsViewFactory.cs" /> 75 <Compile Include="ResultsEntry.cs" /> 76 <Compile Include="TableResultsView.cs"> 77 <SubType>UserControl</SubType> 78 </Compile> 79 <Compile Include="TableResultsView.Designer.cs"> 80 <DependentUpon>TableResultsView.cs</DependentUpon> 81 </Compile> 76 82 <Compile Include="Console.cs" /> 77 83 <Compile Include="ConsoleEditor.cs"> 78 84 <SubType>UserControl</SubType> 79 85 </Compile> 80 <Compile Include=" ResultTable.cs" />81 <Compile Include=" ResultExporter.cs" />82 <Compile Include="Data baseOperatorLibrary.cs" />83 <Compile Include="Data baseOperatorLibraryView.cs">86 <Compile Include="Problem.cs" /> 87 <Compile Include="DataSet.cs" /> 88 <Compile Include="DataSetList.cs" /> 89 <Compile Include="DataSetListView.cs"> 84 90 <SubType>UserControl</SubType> 85 91 </Compile> 86 <Compile Include="Data baseOperatorLibraryView.Designer.cs">87 <DependentUpon>Data baseOperatorLibraryView.cs</DependentUpon>92 <Compile Include="DataSetListView.Designer.cs"> 93 <DependentUpon>DataSetListView.cs</DependentUpon> 88 94 </Compile> 89 <Compile Include="OperatorLink.cs" /> 90 <Compile Include="OperatorLinkPatcher.cs" /> 91 <Compile Include="Result.cs" /> 92 <Compile Include="IResult.cs" /> 93 <Compile Include="HeuristicLabCedmaCorePlugin.cs" /> 94 <Compile Include="IAgent.cs" /> 95 <Compile Include="IAgentList.cs" /> 96 <Compile Include="IDatabaseItem.cs" /> 97 <Compile Include="Properties\AssemblyInfo.cs" /> 98 <Compile Include="AgentListView.cs"> 95 <Compile Include="DataSetView.cs"> 99 96 <SubType>UserControl</SubType> 100 97 </Compile> 101 <Compile Include=" AgentListView.Designer.cs">102 <DependentUpon> AgentListView.cs</DependentUpon>98 <Compile Include="DataSetView.Designer.cs"> 99 <DependentUpon>DataSetView.cs</DependentUpon> 103 100 </Compile> 104 <Compile Include="AgentView.cs"> 101 <Compile Include="HeuristicLabCedmaCorePlugin.cs" /> 102 <Compile Include="ProblemView.cs"> 105 103 <SubType>UserControl</SubType> 106 104 </Compile> 107 <Compile Include=" AgentView.Designer.cs">108 <DependentUpon> AgentView.cs</DependentUpon>105 <Compile Include="ProblemView.Designer.cs"> 106 <DependentUpon>ProblemView.cs</DependentUpon> 109 107 </Compile> 108 <Compile Include="Properties\AssemblyInfo.cs" /> 109 <Compile Include="Results.cs" /> 110 110 </ItemGroup> 111 111 <ItemGroup> … … 113 113 </ItemGroup> 114 114 <ItemGroup> 115 <ProjectReference Include="..\HeuristicLab.CEDMA.Charting\HeuristicLab.CEDMA.Charting.csproj">116 <Project>{1BF17271-5350-476A-8F6D-FC74FA3E82CA}</Project>117 <Name>HeuristicLab.CEDMA.Charting</Name>118 </ProjectReference>119 115 <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj"> 120 116 <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project> … … 124 120 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project> 125 121 <Name>HeuristicLab.Core</Name> 122 </ProjectReference> 123 <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj"> 124 <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project> 125 <Name>HeuristicLab.DataAnalysis</Name> 126 </ProjectReference> 127 <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj"> 128 <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project> 129 <Name>HeuristicLab.Data</Name> 126 130 </ProjectReference> 127 131 <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj"> … … 135 139 </ItemGroup> 136 140 <ItemGroup> 137 <EmbeddedResource Include="AgentListView.resx"> 138 <DependentUpon>AgentListView.cs</DependentUpon> 139 <SubType>Designer</SubType> 140 </EmbeddedResource> 141 <EmbeddedResource Include="AgentView.resx"> 142 <DependentUpon>AgentView.cs</DependentUpon> 143 <SubType>Designer</SubType> 141 <EmbeddedResource Include="TableResultsView.resx"> 142 <DependentUpon>TableResultsView.cs</DependentUpon> 144 143 </EmbeddedResource> 145 144 <EmbeddedResource Include="ConsoleEditor.resx"> … … 147 146 <SubType>Designer</SubType> 148 147 </EmbeddedResource> 149 <EmbeddedResource Include="DatabaseOperatorLibraryView.resx"> 150 <DependentUpon>DatabaseOperatorLibraryView.cs</DependentUpon> 151 <SubType>Designer</SubType> 148 <EmbeddedResource Include="DataSetListView.resx"> 149 <DependentUpon>DataSetListView.cs</DependentUpon> 150 </EmbeddedResource> 151 <EmbeddedResource Include="DataSetView.resx"> 152 <DependentUpon>DataSetView.cs</DependentUpon> 153 </EmbeddedResource> 154 <EmbeddedResource Include="ProblemView.resx"> 155 <DependentUpon>ProblemView.cs</DependentUpon> 152 156 </EmbeddedResource> 153 157 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.