- Timestamp:
- 09/13/10 01:21:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj
r4321 r4381 128 128 <Compile Include="Interfaces\IDataService.cs" /> 129 129 <Compile Include="Interfaces\IQueryService.cs" /> 130 <Compile Include="Interfaces\IRunnerService.cs" /> 130 <Compile Include="Interfaces\IRunnerService.cs"> 131 <SubType>Code</SubType> 132 </Compile> 131 133 <Compile Include="Interfaces\ITableService.cs" /> 132 134 <Compile Include="Properties\AssemblyInfo.cs" /> 133 135 <Compile Include="QueryService.cs" /> 134 <Compile Include="RunnerService.cs" /> 136 <Compile Include="RunnerService.cs"> 137 <SubType>Code</SubType> 138 </Compile> 135 139 <Compile Include="StarterKit.cs" /> 136 140 <Compile Include="TableService.cs" />
Note: See TracChangeset
for help on using the changeset viewer.