Changeset 8817 for branches/OaaS/HeuristicLab.Services.Optimization.Controller/HeuristicLab.Services.Optimization.ControllerService.csproj
- Timestamp:
- 10/17/12 10:57:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Controller/HeuristicLab.Services.Optimization.ControllerService.csproj
r8545 r8817 131 131 </Reference> 132 132 <Reference Include="System" /> 133 <Reference Include="System.configuration" /> 133 134 <Reference Include="System.Core" /> 134 135 <Reference Include="System.Runtime.Serialization" /> … … 141 142 </ItemGroup> 142 143 <ItemGroup> 144 <Compile Include="HiveScenarioManagerOld.cs" /> 145 <Compile Include="HiveMapper.cs" /> 143 146 <Compile Include="HiveScenarioManager.cs" /> 147 <Compile Include="HLMapper.cs" /> 144 148 <Compile Include="Interfaces\IControllerService.cs" /> 145 149 <Compile Include="Interfaces\IScenarioManager.cs" /> … … 147 151 <Compile Include="PlaceholderControllerService.cs" /> 148 152 <Compile Include="Properties\AssemblyInfo.cs" /> 153 <Compile Include="ScenarioParser.cs" /> 149 154 <Compile Include="Utility.cs" /> 150 155 </ItemGroup> … … 153 158 </ItemGroup> 154 159 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 160 <PropertyGroup> 161 <PreBuildEvent> 162 </PreBuildEvent> 163 </PropertyGroup> 155 164 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 156 165 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.