blob: 5df9a585af4f1ff8eaaa1edc5a3dc95207ce8826 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<ProjectGuid>{A6BAA2A7-F52F-4329-884E-1BCF711D6805}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Org.Apache.REEF.Driver</RootNamespace>
<AssemblyName>Org.Apache.REEF.Driver</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<Import Project="$(SolutionDir)\build.props" />
<ItemGroup>
<Reference Include="protobuf-net">
<HintPath>$(PackagesDir)\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
</ItemGroup>
<ItemGroup>
<Compile Include="Bridge\BridgeConfigurationProvider.cs" />
<Compile Include="Bridge\BridgeHandlerManager.cs" />
<Compile Include="Bridge\BridgeLogger.cs" />
<Compile Include="Bridge\Clr2java\IActiveContextClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IAllocatedEvaluatorClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IClosedContextClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IClr2JavaTaskMessage.cs" />
<Compile Include="Bridge\Clr2java\ICompletedEvaluatorClr2Java.cs" />
<Compile Include="Bridge\Clr2java\ICompletedTaskClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IContextMessageClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IDriverRestartCompletedClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IDriverRestartedClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IEvaluatorRequestorClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IFailedContextClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IFailedEvaluatorClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IFailedTaskClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IHttpServerBridgeClr2Java.cs" />
<Compile Include="Bridge\Clr2java\IRunningTaskClr2Java.cs" />
<Compile Include="Bridge\Clr2java\ISuspendedTaskClr2Java.cs" />
<Compile Include="Bridge\Clr2java\ITaskMessageClr2Java.cs" />
<Compile Include="Bridge\ClrClientHelper.cs" />
<Compile Include="Bridge\ClrHandlerHelper.cs" />
<Compile Include="Bridge\ClrSystemHandler.cs" />
<Compile Include="Bridge\ClrSystemHandlerWrapper.cs" />
<Compile Include="Bridge\CommandLineArguments.cs" />
<Compile Include="Bridge\CustomTraceLevel.cs" />
<Compile Include="Bridge\CustomTraceListeners.cs" />
<Compile Include="Bridge\DriverBridge.cs" />
<Compile Include="Bridge\DriverBridgeConfigurationOptions.cs" />
<Compile Include="Bridge\Events\ActiveContext.cs" />
<Compile Include="Bridge\Events\AllocatedEvaluator.cs" />
<Compile Include="Bridge\Events\ClosedContext.cs" />
<Compile Include="Bridge\Events\CompletedEvaluator.cs" />
<Compile Include="Bridge\Events\CompletedTask.cs" />
<Compile Include="Bridge\Events\ContextMessage.cs" />
<Compile Include="Bridge\Events\DriverRestartCompleted.cs" />
<Compile Include="Bridge\Events\DriverRestarted.cs" />
<Compile Include="Bridge\Events\DriverStarted.cs" />
<Compile Include="Bridge\Events\EvaluatorRequestor.cs" />
<Compile Include="Bridge\Events\FailedContext.cs" />
<Compile Include="Bridge\Events\FailedEvaluator.cs" />
<Compile Include="Bridge\Events\FailedTask.cs" />
<Compile Include="Bridge\Events\RunningTask.cs" />
<Compile Include="Bridge\Events\SuspendedTask.cs" />
<Compile Include="Bridge\Events\TaskMessage.cs" />
<Compile Include="Bridge\HttpMessage.cs" />
<Compile Include="Bridge\HttpServerHandler.cs" />
<Compile Include="Bridge\HttpServerPort.cs" />
<Compile Include="Bridge\IHttpHandler.cs" />
<Compile Include="Bridge\IHttpMessage.cs" />
<Compile Include="Bridge\IInteropReturnInfo.cs" />
<Compile Include="Bridge\ILogger.cs" />
<Compile Include="Bridge\ReefHttpRequest.cs" />
<Compile Include="Bridge\ReefHttpResponse.cs" />
<Compile Include="Constants.cs" />
<Compile Include="Context\ContextConfiguration.cs" />
<Compile Include="Context\ContextConfigurationOptions.cs" />
<Compile Include="Context\Defaults\DefaultContextMessageSource.cs" />
<Compile Include="Context\Defaults\DefaultContextStartHandler.cs" />
<Compile Include="Context\Defaults\DefaultContextStopHandler.cs" />
<Compile Include="Context\IActiveContext.cs" />
<Compile Include="Context\IClosedContext.cs" />
<Compile Include="Context\IContext.cs" />
<Compile Include="Context\IFailedContext.cs" />
<Compile Include="Defaults\DefaultProgressProvider.cs" />
<Compile Include="Defaults\DefaultClientCloseHandler.cs" />
<Compile Include="Defaults\DefaultClientCloseWithMessageHandler.cs" />
<Compile Include="Defaults\DefaultClientMessageHandler.cs" />
<Compile Include="Defaults\DefaultContextActiveHandler.cs" />
<Compile Include="Defaults\DefaultContextClosureHandler.cs" />
<Compile Include="Defaults\DefaultContextFailureHandler.cs" />
<Compile Include="Defaults\DefaultContextMessageHandler.cs" />
<Compile Include="Defaults\DefaultCustomTraceListener.cs" />
<Compile Include="Defaults\DefaultDriverRestartCompletedHandler.cs" />
<Compile Include="Defaults\DefaultDriverRestartContextActiveHandler.cs" />
<Compile Include="Defaults\DefaultDriverRestartedHandler.cs" />
<Compile Include="Defaults\DefaultDriverRestartHandler.cs" />
<Compile Include="Defaults\DefaultDriverRestartTaskRunningHandler.cs" />
<Compile Include="Defaults\DefaultEvaluatorAllocationHandler.cs" />
<Compile Include="Defaults\DefaultEvaluatorCompletionHandler.cs" />
<Compile Include="Defaults\DefaultEvaluatorFailureHandler.cs" />
<Compile Include="Defaults\DefaultEvaluatorRequestorHandler.cs" />
<Compile Include="Defaults\DefaultHttpHandler.cs" />
<Compile Include="Defaults\DefaultTaskCompletionHandler.cs" />
<Compile Include="Defaults\DefaultTaskFailureHandler.cs" />
<Compile Include="Defaults\DefaultTaskMessageHandler.cs" />
<Compile Include="Defaults\DefaultTaskRunningHandler.cs" />
<Compile Include="Defaults\DefaultTaskSuspensionHandler.cs" />
<Compile Include="DriverConfigGenerator.cs" />
<Compile Include="DriverConfiguration.cs" />
<Compile Include="DriverConfigurationSettings.cs" />
<Compile Include="DriverSubmissionSettings.cs" />
<Compile Include="Evaluator\EvaluatorDescriptorImpl.cs" />
<Compile Include="Evaluator\EvaluatorException.cs" />
<Compile Include="Evaluator\EvaluatorRequest.cs" />
<Compile Include="Evaluator\EvaluatorRequestBuilder.cs" />
<Compile Include="Evaluator\IAllocatedEvaluator.cs" />
<Compile Include="Evaluator\ICompletedEvaluator.cs" />
<Compile Include="Evaluator\IEvaluatorDescriptor.cs" />
<Compile Include="Evaluator\IEvaluatorRequest.cs" />
<Compile Include="Evaluator\IEvaluatorRequestor.cs" />
<Compile Include="Evaluator\IFailedEvaluator.cs" />
<Compile Include="IDriver.cs" />
<Compile Include="IDriverRestarted.cs" />
<Compile Include="IDriverStarted.cs" />
<Compile Include="IDriverRestartCompleted.cs" />
<Compile Include="IProgressProvider.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Task\ICompletedTask.cs" />
<Compile Include="Task\IFailedTask.cs" />
<Compile Include="Task\IRunningTask.cs" />
<Compile Include="Task\ISuspendedTask.cs" />
<Compile Include="Task\ITaskMessage.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Org.Apache.REEF.Driver.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Common\Org.Apache.REEF.Common.csproj">
<Project>{545a0582-4105-44ce-b99c-b1379514a630}</Project>
<Name>ReefCommon</Name>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Tang\Org.Apache.REEF.Tang.csproj">
<Project>{97dbb573-3994-417a-9f69-ffa25f00d2a6}</Project>
<Name>Org.Apache.REEF.Tang</Name>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Utilities\Org.Apache.REEF.Utilities.csproj">
<Project>{79e7f89a-1dfb-45e1-8d43-d71a954aeb98}</Project>
<Name>Org.Apache.REEF.Utilities</Name>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Wake\Org.Apache.REEF.Wake.csproj">
<Project>{cdfb3464-4041-42b1-9271-83af24cd5008}</Project>
<Name>Org.Apache.REEF.Wake</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project="$(PackagesDir)\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets" Condition="Exists('$(PackagesDir)\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>