Changeset 538 for trunk/sources
- Timestamp:
- 09/03/08 20:34:05 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.CEDMA.Operators
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLab.CEDMA.Operators.csproj
r522 r538 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{6BC692D4-8843-4945-ACE4-5B41ED55476A}</ProjectGuid> … … 54 54 </ItemGroup> 55 55 <ItemGroup> 56 <Compile Include="OntologyExtractor.cs" /> 57 <Compile Include="ResultsExtractor.cs" /> 58 <Compile Include="MakeStatement.cs" /> 59 <Compile Include="InjectedVariableExtractor.cs" /> 60 <Compile Include="SplitScopeToItemsResultWriter.cs" /> 56 61 <Compile Include="ItemMailer.cs" /> 57 62 <Compile Include="ScopeResultWriter.cs" /> … … 64 69 </ItemGroup> 65 70 <ItemGroup> 71 <ProjectReference Include="..\HeuristicLab.CEDMA.Core\HeuristicLab.CEDMA.Core.csproj"> 72 <Project>{C27DDF6C-84DF-45EF-B82F-57A28DD51166}</Project> 73 <Name>HeuristicLab.CEDMA.Core</Name> 74 </ProjectReference> 66 75 <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj"> 67 76 <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project> … … 75 84 <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project> 76 85 <Name>HeuristicLab.Data</Name> 86 </ProjectReference> 87 <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj"> 88 <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project> 89 <Name>HeuristicLab.Operators</Name> 77 90 </ProjectReference> 78 91 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset
for help on using the changeset viewer.