Changeset 551 for trunk/sources/HeuristicLab.CEDMA.DB.Interfaces
- Timestamp:
- 09/11/08 21:06:23 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.CEDMA.DB.Interfaces
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/HeuristicLab.CEDMA.DB.Interfaces.csproj ¶
r544 r551 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{4F9BB789-D561-436B-B226-2BF44B7D0804}</ProjectGuid> … … 33 33 <WarningLevel>4</WarningLevel> 34 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\Debug\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x86</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 44 <OutputPath>bin\x86\Release\</OutputPath> 45 <DefineConstants>TRACE</DefineConstants> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 50 </PropertyGroup> 35 51 <ItemGroup> 36 52 <Reference Include="System" /> … … 55 71 <ItemGroup> 56 72 <Compile Include="AgentEntry.cs" /> 73 <Compile Include="SelectFilter.cs" /> 57 74 <Compile Include="SerializedLiteral.cs" /> 58 75 <Compile Include="Literal.cs" /> -
TabularUnified trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/IStore.cs ¶
r544 r551 36 36 [OperationContract] 37 37 IList<Statement> Select(Statement template); 38 39 [OperationContract(Name = "SelectFiltered")] 40 IList<Statement> Select(SelectFilter filter); 38 41 } 39 42 }
Note: See TracChangeset
for help on using the changeset viewer.