http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang.Tests/Org.Apache.REEF.Tang.Tests.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang.Tests/Org.Apache.REEF.Tang.Tests.csproj b/lang/cs/Org.Apache.REEF.Tang.Tests/Org.Apache.REEF.Tang.Tests.csproj index 28b5a1c..582dc0c 100644 --- a/lang/cs/Org.Apache.REEF.Tang.Tests/Org.Apache.REEF.Tang.Tests.csproj +++ b/lang/cs/Org.Apache.REEF.Tang.Tests/Org.Apache.REEF.Tang.Tests.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<Project> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -15,144 +15,26 @@ 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>{D5EB94D0-3ABA-4853-9050-E36B196E17D2}</ProjectGuid> - <OutputType>Library</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>Org.Apache.REEF.Tang.Tests</RootNamespace> <AssemblyName>Org.Apache.REEF.Tang.Tests</AssemblyName> - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> - <FileAlignment>512</FileAlignment> - <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..</SolutionDir> - <RestorePackages>true</RestorePackages> </PropertyGroup> - <Import Project="$(SolutionDir)\build.props" /> - <Import Project="$(SolutionDir)\xunit.targets" /> - <PropertyGroup> - <BuildPackage>false</BuildPackage> - </PropertyGroup> - <ItemGroup> - <Reference Include="Microsoft.Hadoop.Avro"> - <HintPath>$(PackagesDir)\Microsoft.Hadoop.Avro.$(AvroVersion)\lib\net45\Microsoft.Hadoop.Avro.dll</HintPath> - </Reference> - <Reference Include="Newtonsoft.Json"> - <HintPath>$(PackagesDir)\Newtonsoft.Json.$(NewtonsoftJsonVersion)\lib\net45\Newtonsoft.Json.dll</HintPath> - </Reference> - <Reference Include="protobuf-net"> - <HintPath>$(PackagesDir)\protobuf-net.$(ProtobufVersion)\lib\net451\protobuf-net.dll</HintPath> - </Reference> - <Reference Include="System" /> - <Reference Include="System.Core" /> - </ItemGroup> + <Import Project="..\build.Test.props" /> <ItemGroup> - <Compile Include="$(SolutionDir)\SharedAssemblyInfo.cs"> - <Link>Properties\SharedAssemblyInfo.cs</Link> - </Compile> - <Compile Include="ClassHierarchy\TestAnonymousType.cs" /> - <Compile Include="ClassHierarchy\TestAvroSerialization.cs" /> - <Compile Include="ClassHierarchy\TestClassHierarchy.cs" /> - <Compile Include="ClassHierarchy\TestGeneric.cs" /> - <Compile Include="ClassHierarchy\TestMultipleInterface.cs" /> - <Compile Include="ClassHierarchy\TestNamedParameter.cs" /> - <Compile Include="ClassHierarchy\TestParameterParser.cs" /> - <Compile Include="ClassHierarchy\TestSerilization.cs" /> - <Compile Include="Configuration\TestAvroConfiguration.cs" /> - <Compile Include="Configuration\TestAvroSerializerRoundTrip.cs" /> - <Compile Include="Configuration\TestConfiguration.cs" /> - <Compile Include="Configuration\TestCsConfigurationBuilderExtension.cs" /> - <Compile Include="Configuration\TestNegativeCases.cs" /> - <Compile Include="Format\TestConfigurationModule.cs" /> - <Compile Include="Format\TestConfigurationModuleForList.cs" /> - <Compile Include="Format\TestTaskConfiguration.cs" /> - <Compile Include="Injection\TestAmbigousConstructors.cs" /> - <Compile Include="Injection\TestForkInjection.cs" /> - <Compile Include="Injection\TestInjection.cs" /> - <Compile Include="Injection\TestInjectionFuture.cs" /> - <Compile Include="Injection\TestListInjection.cs" /> - <Compile Include="Injection\TestMissingParameters.cs" /> - <Compile Include="Injection\TestMissingParamtersInNested.cs" /> - <Compile Include="Injection\TestMultipleConstructors.cs" /> - <Compile Include="Injection\TestNamedParameter.cs" /> - <Compile Include="Injection\TestSetInjection.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="ScenarioTest\HttpHandlerConfiguration.cs" /> - <Compile Include="ScenarioTest\HttpRuntimeConfiguration.cs" /> - <Compile Include="ScenarioTest\HttpRuntimeStartHandler.cs" /> - <Compile Include="ScenarioTest\HttpRuntimeStopHandler.cs" /> - <Compile Include="ScenarioTest\HttpServer.cs" /> - <Compile Include="ScenarioTest\IHttpHandler.cs" /> - <Compile Include="ScenarioTest\JettyHandler.cs" /> - <Compile Include="ScenarioTest\TestDefaultConstructor.cs" /> - <Compile Include="ScenarioTest\TestHttpService.cs" /> - <Compile Include="ScenarioTest\TestRuntimeClock.cs" /> - <Compile Include="ScenarioTest\TestTrackingURIProvider.cs" /> - <Compile Include="ScenarioTest\TrackingURIProvider.cs" /> - <Compile Include="ScenarioTest\TrackingYRIProvider.cs" /> - <Compile Include="SmokeTest\AnInterface.cs" /> - <Compile Include="SmokeTest\AnInterfaceImplementation.cs" /> - <Compile Include="SmokeTest\CyclicDependency.cs" /> - <Compile Include="SmokeTest\CyclicDependencyClassOne.cs" /> - <Compile Include="SmokeTest\CyclicDependencyClassTwo.cs" /> - <Compile Include="SmokeTest\Handler.cs" /> - <Compile Include="SmokeTest\InjectableClass.cs" /> - <Compile Include="SmokeTest\ListOfBaseTypes.cs" /> - <Compile Include="SmokeTest\ObjectTreeTest.cs" /> - <Compile Include="SmokeTest\RootImplementation.cs" /> - <Compile Include="SmokeTest\RootInterface.cs" /> - <Compile Include="SmokeTest\RoundTripTest.cs" /> - <Compile Include="SmokeTest\SetInterface.cs" /> - <Compile Include="SmokeTest\SetInterfaceImplOne.cs" /> - <Compile Include="SmokeTest\SetInterfaceImplTwo.cs" /> - <Compile Include="SmokeTest\SetOfBaseTypes.cs" /> - <Compile Include="SmokeTest\SetOfImplementations.cs" /> - <Compile Include="SmokeTest\TestConfigurationModuleBuilder.cs" /> - <Compile Include="Tang\TestDefaultImpementaion.cs" /> - <Compile Include="Tang\TestExternalConstructors.cs" /> - <Compile Include="Tang\TestLegacyConstructors.cs" /> - <Compile Include="Tang\TestTang.cs" /> - <Compile Include="Utilities\AssemblyLoaderTests.cs" /> - <Compile Include="Utilities\TestUtilities.cs" /> - <Compile Include="Utilities\Utilities.cs" /> + <PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" /> + <PackageReference Include="protobuf-net" Version="$(ProtobufVersion)" /> + <PackageReference Include="Microsoft.Avro.Core" Version="$(AvroVersion)" /> </ItemGroup> <ItemGroup> - <None Include="$(SolutionDir)\App.config"> - <Link>App.config</Link> - </None> - <None Include="packages.config"> - <SubType>Designer</SubType> - </None> - <None Include="simpleConstructorJavaProto.bin"> + <None Include="simpleConstructorJavaProto.bin"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> </ItemGroup> <ItemGroup> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Common\Org.Apache.REEF.Common.csproj"> - <Project>{545a0582-4105-44ce-b99c-b1379514a630}</Project> - <Name>Org.Apache.REEF.Common</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.csproj"> - <Project>{75503f90-7b82-4762-9997-94b5c68f15db}</Project> - <Name>Org.Apache.REEF.Examples</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Tang.Examples\Org.Apache.REEF.Tang.Examples.csproj"> - <Project>{711b7f32-196e-4c21-9dbd-ad59c4a7cf77}</Project> - <Name>Org.Apache.REEF.Tang.Examples</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.Wake\Org.Apache.REEF.Wake.csproj"> - <Project>{cdfb3464-4041-42b1-9271-83af24cd5008}</Project> - <Name>Org.Apache.REEF.Wake</Name> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> + <ProjectReference Include="..\Org.Apache.REEF.Common\Org.Apache.REEF.Common.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Tang.Examples\Org.Apache.REEF.Tang.Examples.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Tang\Org.Apache.REEF.Tang.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Wake\Org.Apache.REEF.Wake.csproj" /> </ItemGroup> - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> - <Import Project="$(PackagesDir)\StyleCop.MSBuild.$(StyleCopVersion)\build\StyleCop.MSBuild.Targets" Condition="Exists('$(PackagesDir)\StyleCop.MSBuild.$(StyleCopVersion)\build\StyleCop.MSBuild.Targets')" /> + <Import Project="..\build.Test.targets" /> </Project>
http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang.Tests/Properties/AssemblyInfo.cs b/lang/cs/Org.Apache.REEF.Tang.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 8ff2334..0000000 --- a/lang/cs/Org.Apache.REEF.Tang.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -// 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. - -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Org.Apache.REEF.Tang.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyProduct("Org.Apache.REEF.Tang.Tests")] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("fd47238d-600b-42cd-b62d-0724171a2bc4")] http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang.Tests/packages.config ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang.Tests/packages.config b/lang/cs/Org.Apache.REEF.Tang.Tests/packages.config deleted file mode 100644 index a8bc1be..0000000 --- a/lang/cs/Org.Apache.REEF.Tang.Tests/packages.config +++ /dev/null @@ -1,32 +0,0 @@ -<?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. ---> -<packages> - <package id="Microsoft.Hadoop.Avro" version="1.5.6" targetFramework="net45" /> - <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net451" /> - <package id="protobuf-net" version="2.1.0" targetFramework="net45" /> - <package id="StyleCop.MSBuild" version="5.0.0" targetFramework="net45" developmentDependency="true" /> - <package id="xunit" version="2.1.0" targetFramework="net45" /> - <package id="xunit.abstractions" version="2.0.0" targetFramework="net45" /> - <package id="xunit.assert" version="2.1.0" targetFramework="net45" /> - <package id="xunit.core" version="2.1.0" targetFramework="net45" /> - <package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" /> - <package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" /> - <package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" /> -</packages> http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang.Tools/Org.Apache.REEF.Tang.Tools.DotNet.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang.Tools/Org.Apache.REEF.Tang.Tools.DotNet.csproj b/lang/cs/Org.Apache.REEF.Tang.Tools/Org.Apache.REEF.Tang.Tools.DotNet.csproj deleted file mode 100644 index 2cb2f8d..0000000 --- a/lang/cs/Org.Apache.REEF.Tang.Tools/Org.Apache.REEF.Tang.Tools.DotNet.csproj +++ /dev/null @@ -1,31 +0,0 @@ -<Project> -<!-- -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. ---> - <PropertyGroup> - <AssemblyName>Org.Apache.REEF.Tang.Tools</AssemblyName> - <Description>Tools for Tang</Description> - <PackageTags>Apache REEF Tang dependency injection</PackageTags> - </PropertyGroup> - <Import Project="..\build.DotNetApp.props" /> - <ItemGroup> - <ProjectReference Include="..\Org.Apache.REEF.Tang\Org.Apache.REEF.Tang.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Common\Org.Apache.REEF.Common.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.DotNet.csproj" /> - </ItemGroup> - <Import Project="..\build.DotNet.targets"/> -</Project> - http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang.Tools/Org.Apache.REEF.Tang.Tools.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang.Tools/Org.Apache.REEF.Tang.Tools.csproj b/lang/cs/Org.Apache.REEF.Tang.Tools/Org.Apache.REEF.Tang.Tools.csproj index d562047..c24508a 100644 --- a/lang/cs/Org.Apache.REEF.Tang.Tools/Org.Apache.REEF.Tang.Tools.csproj +++ b/lang/cs/Org.Apache.REEF.Tang.Tools/Org.Apache.REEF.Tang.Tools.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<Project> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -15,60 +15,17 @@ 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>{34A9CD98-0D15-4CA0-AEA5-E53593A31047}</ProjectGuid> - <OutputType>Exe</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>Org.Apache.REEF.Tang.Tools</RootNamespace> <AssemblyName>Org.Apache.REEF.Tang.Tools</AssemblyName> - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> - <FileAlignment>512</FileAlignment> - <RestorePackages>true</RestorePackages> - <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..</SolutionDir> + <Description>Tools for Tang</Description> + <PackageTags>Apache REEF Tang dependency injection</PackageTags> </PropertyGroup> - <Import Project="$(SolutionDir)\build.props" /> - <PropertyGroup> - <BuildPackage>false</BuildPackage> - </PropertyGroup> - <ItemGroup> - <Reference Include="System" /> - <Reference Include="System.Core" /> - </ItemGroup> - <ItemGroup> - <Compile Include="$(SolutionDir)\SharedAssemblyInfo.cs"> - <Link>Properties\SharedAssemblyInfo.cs</Link> - </Compile> - <Compile Include="ClassHierarchyBuilder.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> - </ItemGroup> - <ItemGroup> - <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.Common\Org.Apache.REEF.Common.csproj"> - <Project>{545a0582-4105-44ce-b99c-b1379514a630}</Project> - <Name>Org.Apache.REEF.Common</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.csproj"> - <Project>{75503f90-7b82-4762-9997-94b5c68f15db}</Project> - <Name>Org.Apache.REEF.Examples</Name> - </ProjectReference> - </ItemGroup> + <Import Project="..\build.App.props" /> <ItemGroup> - <None Include="$(SolutionDir)\App.config"> - <Link>App.config</Link> - </None> + <ProjectReference Include="..\Org.Apache.REEF.Tang\Org.Apache.REEF.Tang.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Common\Org.Apache.REEF.Common.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.csproj" /> </ItemGroup> - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> - <Import Project="$(PackagesDir)\StyleCop.MSBuild.$(StyleCopVersion)\build\StyleCop.MSBuild.Targets" Condition="Exists('$(PackagesDir)\StyleCop.MSBuild.$(StyleCopVersion)\build\StyleCop.MSBuild.Targets')" /> - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> - <PropertyGroup> - <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> - </PropertyGroup> - <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> - </Target> -</Project> \ No newline at end of file + <Import Project="..\build.targets"/> +</Project> + http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang.Tools/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang.Tools/Properties/AssemblyInfo.cs b/lang/cs/Org.Apache.REEF.Tang.Tools/Properties/AssemblyInfo.cs deleted file mode 100644 index 7d1a52d..0000000 --- a/lang/cs/Org.Apache.REEF.Tang.Tools/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -// 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. - -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Org.Apache.REEF.Tang.Tools")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyProduct("Org.Apache.REEF.Tang.Tools")] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("8a034f16-c6c7-497a-b3c0-f8cfea1635e9")] http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang.Tools/packages.config ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang.Tools/packages.config b/lang/cs/Org.Apache.REEF.Tang.Tools/packages.config deleted file mode 100644 index f03af4e..0000000 --- a/lang/cs/Org.Apache.REEF.Tang.Tools/packages.config +++ /dev/null @@ -1,22 +0,0 @@ -<?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. ---> -<packages> - <package id="StyleCop.MSBuild" version="5.0.0" targetFramework="net45" developmentDependency="true" /> -</packages> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.DotNet.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.DotNet.csproj b/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.DotNet.csproj deleted file mode 100644 index 7305a5d..0000000 --- a/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.DotNet.csproj +++ /dev/null @@ -1,35 +0,0 @@ -<Project> -<!-- -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. ---> - <PropertyGroup> - <AssemblyName>Org.Apache.REEF.Tang</AssemblyName> - <Description>Tang is a dependency injection framework</Description> - <PackageTags> Apache REEF tang dependency injection</PackageTags> - </PropertyGroup> - <Import Project="..\build.DotNetLibrary.props" /> - <ItemGroup> - <PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" /> - <PackageReference Include="protobuf-net" Version="$(ProtobufVersion)" /> - <PackageReference Include="Microsoft.Avro.Core" Version="$(AvroVersion)" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\Org.Apache.REEF.Utilities\Org.Apache.REEF.Utilities.DotNet.csproj" /> - </ItemGroup> - <Import Project="..\build.DotNet.targets"/> -</Project> http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.csproj b/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.csproj index d184ad7..5fafcec 100644 --- a/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.csproj +++ b/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<Project> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -7,7 +7,9 @@ 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 @@ -15,164 +17,19 @@ 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>{97DBB573-3994-417A-9F69-FFA25F00D2A6}</ProjectGuid> - <OutputType>Library</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>Org.Apache.REEF.Tang</RootNamespace> <AssemblyName>Org.Apache.REEF.Tang</AssemblyName> - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> - <FileAlignment>512</FileAlignment> - <RestorePackages>true</RestorePackages> - <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..</SolutionDir> + <Description>Tang is a dependency injection framework</Description> + <PackageTags> Apache REEF tang dependency injection</PackageTags> </PropertyGroup> - <Import Project="$(SolutionDir)\build.props" /> + <Import Project="..\build.Library.props" /> <ItemGroup> - <Reference Include="Microsoft.Hadoop.Avro"> - <HintPath>$(PackagesDir)\Microsoft.Hadoop.Avro.$(AvroVersion)\lib\net45\Microsoft.Hadoop.Avro.dll</HintPath> - </Reference> - <Reference Include="Newtonsoft.Json"> - <HintPath>$(PackagesDir)\Newtonsoft.Json.$(NewtonsoftJsonVersion)\lib\net45\Newtonsoft.Json.dll</HintPath> - </Reference> - <Reference Include="protobuf-net"> - <HintPath>$(PackagesDir)\protobuf-net.$(ProtobufVersion)\lib\net451\protobuf-net.dll</HintPath> - </Reference> - <Reference Include="System" /> - <Reference Include="System.Core" /> - <Reference Include="System.Runtime.Serialization" /> - <Reference Include="System.Xml" /> + <PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" /> + <PackageReference Include="protobuf-net" Version="$(ProtobufVersion)" /> + <PackageReference Include="Microsoft.Avro.Core" Version="$(AvroVersion)" /> </ItemGroup> <ItemGroup> - <Compile Include="$(SolutionDir)\SharedAssemblyInfo.cs"> - <Link>Properties\SharedAssemblyInfo.cs</Link> - </Compile> - <Compile Include="Annotations\DefaultImplementation.cs" /> - <Compile Include="Annotations\Inject.cs" /> - <Compile Include="Annotations\Name.cs" /> - <Compile Include="Annotations\NamedParameter.cs" /> - <Compile Include="Annotations\Parameter.cs" /> - <Compile Include="Annotations\Unit.cs" /> - <Compile Include="Exceptions\BindException.cs" /> - <Compile Include="Exceptions\ClassHierarchyException.cs" /> - <Compile Include="Exceptions\IllegalStateException.cs" /> - <Compile Include="Exceptions\InjectionException.cs" /> - <Compile Include="Exceptions\NameResolutionException.cs" /> - <Compile Include="Exceptions\ParseException.cs" /> - <Compile Include="Exceptions\ReefRuntimeException.cs" /> - <Compile Include="Exceptions\TangApplicationException.cs" /> - <Compile Include="Formats\AvroConfigurationDataContract\AvroConfiguration.cs" /> - <Compile Include="Formats\AvroConfigurationDataContract\ConfigurationEntry.cs" /> - <Compile Include="Formats\AvroConfigurationSerializer.cs" /> - <Compile Include="Formats\ConfigurationFile.cs" /> - <Compile Include="Formats\ConfigurationModule.cs" /> - <Compile Include="Formats\ConfigurationModuleBuilder.cs" /> - <Compile Include="Formats\IConfigurationSerializer.cs" /> - <Compile Include="Formats\IImpl.cs" /> - <Compile Include="Formats\IParam.cs" /> - <Compile Include="Formats\OptionalImpl.cs" /> - <Compile Include="Formats\OptionalParameter.cs" /> - <Compile Include="Formats\Provides.cs" /> - <Compile Include="Formats\RequiredImpl.cs" /> - <Compile Include="Formats\RequiredParameter.cs" /> - <Compile Include="Implementations\ClassHierarchy\AbstractNode.cs" /> - <Compile Include="Implementations\ClassHierarchy\AvroClassHierarchy.cs" /> - <Compile Include="Implementations\ClassHierarchy\AvroClassHierarchySerializer.cs" /> - <Compile Include="Implementations\ClassHierarchy\AvroDataContract\AvroClassNode.cs"> - <ExcludeFromStyleCop>true</ExcludeFromStyleCop> - </Compile> - <Compile Include="Implementations\ClassHierarchy\AvroDataContract\AvroConstructorArg.cs"> - <ExcludeFromStyleCop>true</ExcludeFromStyleCop> - </Compile> - <Compile Include="Implementations\ClassHierarchy\AvroDataContract\AvroConstructorDef.cs"> - <ExcludeFromStyleCop>true</ExcludeFromStyleCop> - </Compile> - <Compile Include="Implementations\ClassHierarchy\AvroDataContract\AvroNamedParameterNode.cs"> - <ExcludeFromStyleCop>true</ExcludeFromStyleCop> - </Compile> - <Compile Include="Implementations\ClassHierarchy\AvroDataContract\AvroNode.cs"> - <ExcludeFromStyleCop>true</ExcludeFromStyleCop> - </Compile> - <Compile Include="Implementations\ClassHierarchy\AvroDataContract\AvroPackageNode.cs"> - <ExcludeFromStyleCop>true</ExcludeFromStyleCop> - </Compile> - <Compile Include="Implementations\ClassHierarchy\ClassHierarchyImpl.cs" /> - <Compile Include="Implementations\ClassHierarchy\ClassNodeImpl.cs" /> - <Compile Include="Implementations\ClassHierarchy\ConstructorArgImpl.cs" /> - <Compile Include="Implementations\ClassHierarchy\ConstructorDefImpl.cs" /> - <Compile Include="Implementations\ClassHierarchy\NamedParameterNodeImpl.cs" /> - <Compile Include="Implementations\ClassHierarchy\NodeFactory.cs" /> - <Compile Include="Implementations\ClassHierarchy\PackageNodeImpl.cs" /> - <Compile Include="Implementations\ClassHierarchy\ParameterParser.cs" /> - <Compile Include="Implementations\Configuration\ConfigurationBuilderImpl.cs" /> - <Compile Include="Implementations\Configuration\ConfigurationImpl.cs" /> - <Compile Include="Implementations\Configuration\Configurations.cs" /> - <Compile Include="Implementations\Configuration\CsConfigurationBuilderImpl.cs" /> - <Compile Include="Implementations\Configuration\CsConfigurationImpl.cs" /> - <Compile Include="Implementations\InjectionPlan\Constructor.cs" /> - <Compile Include="Implementations\InjectionPlan\CsInstance.cs" /> - <Compile Include="Implementations\InjectionPlan\InjectionFuture.cs" /> - <Compile Include="Implementations\InjectionPlan\InjectionFuturePlan.cs" /> - <Compile Include="Implementations\InjectionPlan\InjectionPlan.cs" /> - <Compile Include="Implementations\InjectionPlan\InjectorImpl.cs" /> - <Compile Include="Implementations\InjectionPlan\ListInjectionPlan.cs" /> - <Compile Include="Implementations\InjectionPlan\SetInjectionPlan.cs" /> - <Compile Include="Implementations\InjectionPlan\Subplan.cs" /> - <Compile Include="Implementations\Tang\TangFactory.cs" /> - <Compile Include="Implementations\Tang\TangImpl.cs" /> - <Compile Include="Interface\IAspect.cs" /> - <Compile Include="Interface\IClassHierarchy.cs" /> - <Compile Include="Interface\IClassHierarchySerializer.cs" /> - <Compile Include="Interface\IConfiguration.cs" /> - <Compile Include="Interface\IConfigurationBuilder.cs" /> - <Compile Include="Interface\ICsClassHierarchy.cs" /> - <Compile Include="Interface\ICsConfigurationBuilder.cs" /> - <Compile Include="Interface\ICsInternalConfigurationBuilder.cs" /> - <Compile Include="Interface\IExternalConstructor.cs" /> - <Compile Include="Interface\IInjector.cs" /> - <Compile Include="Interface\IConfigurationProvider.cs" /> - <Compile Include="Interface\ITang.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Protobuf\class_hierarchy.cs"> - <ExcludeFromStyleCop>true</ExcludeFromStyleCop> - </Compile> - <Compile Include="Protobuf\injection_plan.cs"> - <ExcludeFromStyleCop>true</ExcludeFromStyleCop> - </Compile> - <Compile Include="Protobuf\ProtocolBufferClassHierarchy.cs" /> - <Compile Include="Protobuf\ProtocolBufferInjectionPlan.cs" /> - <Compile Include="Types\IClassNode.cs" /> - <Compile Include="Types\IConstructorArg.cs" /> - <Compile Include="Types\IConstructorDef.cs" /> - <Compile Include="Types\INamedParameterNode.cs" /> - <Compile Include="Types\INode.cs" /> - <Compile Include="Types\IPackageNode.cs" /> - <Compile Include="Types\ITraversable.cs" /> - <Compile Include="Util\AbstractMonotonicMultiMap.cs" /> - <Compile Include="Util\AssemblyLoader.cs" /> - <Compile Include="Util\GenericType.cs" /> - <Compile Include="Util\Language.cs" /> - <Compile Include="Util\MonotonicHashMap.cs" /> - <Compile Include="Util\MonotonicHashSet.cs" /> - <Compile Include="Util\MonotonicMultiHashMap.cs" /> - <Compile Include="Util\MonotonicMultiMap.cs" /> - <Compile Include="Util\MonotonicSet.cs" /> - <Compile Include="Util\MonotonicTreeMap.cs" /> - <Compile Include="Util\ReflectionUtilities.cs" /> - <Compile Include="Util\SetValuedKey.cs" /> + <ProjectReference Include="..\Org.Apache.REEF.Utilities\Org.Apache.REEF.Utilities.csproj" /> </ItemGroup> - <ItemGroup> - <None Include="Org.Apache.REEF.Tang.nuspec" /> - <None Include="packages.config" /> - </ItemGroup> - <ItemGroup> - <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> - </ItemGroup> - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> - <Import Project="$(PackagesDir)\StyleCop.MSBuild.$(StyleCopVersion)\build\StyleCop.MSBuild.Targets" Condition="Exists('$(PackagesDir)\StyleCop.MSBuild.$(StyleCopVersion)\build\StyleCop.MSBuild.Targets')" /> + <Import Project="..\build.targets"/> </Project> http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.nuspec ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.nuspec b/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.nuspec deleted file mode 100644 index abce6da..0000000 --- a/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.nuspec +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0"?> -<!-- -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. ---> -<package > - <metadata> - <id>Org.Apache.REEF.Tang</id> - <version>$version$</version> - <title>Org.Apache.REEF.Tang</title> - <authors>The Apache REEF project</authors> - <owners>The Apache REEF project</owners> - <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> - <projectUrl>http://reef.apache.org/</projectUrl> - <requireLicenseAcceptance>false</requireLicenseAcceptance> - <description>Tang is a dependency injection framework</description> - <copyright>The Apache Software Foundation</copyright> - <tags>tang dependency injection</tags> - <dependencies> - <dependency id="Microsoft.Hadoop.Avro" version="1.5.6" /> - <dependency id="protobuf-net" version="2.1.0" /> - <dependency id="Org.Apache.REEF.Utilities" version="$version$" /> - </dependencies> - </metadata> - <files> - <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Tang\Org.Apache.REEF.Tang.dll" target="lib\net45" /> - <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Tang\Org.Apache.REEF.Tang.pdb" target="lib\net45" /> - </files> -</package> http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang/Properties/AssemblyInfo.DotNet.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang/Properties/AssemblyInfo.DotNet.cs b/lang/cs/Org.Apache.REEF.Tang/Properties/AssemblyInfo.DotNet.cs deleted file mode 100644 index 5a43114..0000000 --- a/lang/cs/Org.Apache.REEF.Tang/Properties/AssemblyInfo.DotNet.cs +++ /dev/null @@ -1,21 +0,0 @@ -// 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. - -using System.Runtime.CompilerServices; - -// Allow the tests access to `internal` APIs -[assembly: InternalsVisibleTo("Org.Apache.REEF.Tang.Tests")] http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang/Properties/AssemblyInfo.cs b/lang/cs/Org.Apache.REEF.Tang/Properties/AssemblyInfo.cs index 7d39537..5a43114 100644 --- a/lang/cs/Org.Apache.REEF.Tang/Properties/AssemblyInfo.cs +++ b/lang/cs/Org.Apache.REEF.Tang/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Licensed to the Apache Software Foundation (ASF) under one +// 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 @@ -15,23 +15,7 @@ // specific language governing permissions and limitations // under the License. -using System.Reflection; using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Org.Apache.REEF.Tang")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyProduct("Org.Apache.REEF.Tang")] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9be5f89c-7b7e-4236-ac54-10fda8eef58e")] // Allow the tests access to `internal` APIs -[assembly: InternalsVisibleTo("Org.Apache.REEF.Tang.Tests, publickey=" + - "00240000048000009400000006020000002400005253413100040000010001005df3e621d886a9" + - "9c03469d0f93a9f5d45aa2c883f50cd158759e93673f759ec4657fd84cc79d2db38ef1a2d914cc" + - "b7c717846a897e11dd22eb260a7ce2da2dccf0263ea63e2b3f7dac24f28882aa568ef544341d17" + - "618392a1095f4049ad079d4f4f0b429bb535699155fd6a7652ec7d6c1f1ba2b560f11ef3a86b5945d288cf")] +[assembly: InternalsVisibleTo("Org.Apache.REEF.Tang.Tests")] http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tang/packages.config ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tang/packages.config b/lang/cs/Org.Apache.REEF.Tang/packages.config deleted file mode 100644 index 4f96400..0000000 --- a/lang/cs/Org.Apache.REEF.Tang/packages.config +++ /dev/null @@ -1,25 +0,0 @@ -<?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. ---> -<packages> - <package id="Microsoft.Hadoop.Avro" version="1.5.6" targetFramework="net45" /> - <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net451" /> - <package id="protobuf-net" version="2.1.0" targetFramework="net45" /> - <package id="StyleCop.MSBuild" version="5.0.0" targetFramework="net45" developmentDependency="true" /> -</packages> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.DotNet.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.DotNet.csproj b/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.DotNet.csproj deleted file mode 100644 index 06b94f4..0000000 --- a/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.DotNet.csproj +++ /dev/null @@ -1,51 +0,0 @@ -<Project> - <!-- -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. ---> - <PropertyGroup> - <AssemblyName>Org.Apache.REEF.Tests</AssemblyName> - </PropertyGroup> - <Import Project="..\build.DotNetTest.props" /> - <ItemGroup> - <PackageReference Include="Microsoft.Azure.KeyVault.Core" Version="2.0.4" /> - <PackageReference Include="Microsoft.Data.Edm" Version="5.8.2" /> - <PackageReference Include="Microsoft.Data.OData" Version="5.8.2" /> - <PackageReference Include="Microsoft.Data.Services.Client" Version="5.8.2" /> - <PackageReference Include="WindowsAzure.Storage" Version="$(WindowsAzureStorageVersion)" /> - <PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" /> - <PackageReference Include="System.Reactive.Core" Version="$(SystemReactiveVersion)" /> - <PackageReference Include="System.Reactive.Interfaces" Version="$(SystemReactiveVersion)" /> - <PackageReference Include="System.Spatial" Version="5.8.2" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\Org.Apache.REEF.Common\Org.Apache.REEF.Common.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Driver\Org.Apache.REEF.Driver.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Network\Org.Apache.REEF.Network.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Tang\Org.Apache.REEF.Tang.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Utilities\Org.Apache.REEF.Utilities.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Wake\Org.Apache.REEF.Wake.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Client\Org.Apache.REEF.Client.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Evaluator\Org.Apache.REEF.Evaluator.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Network.Examples\Org.Apache.REEF.Network.Examples.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Examples.AllHandlers\Org.Apache.REEF.Examples.AllHandlers.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.IMRU.Examples\Org.Apache.REEF.IMRU.Examples.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.IMRU\Org.Apache.REEF.IMRU.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.IO\Org.Apache.REEF.IO.DotNet.csproj" /> - <ProjectReference Include="..\Org.Apache.REEF.Examples.HelloREEF\Org.Apache.REEF.Examples.HelloREEF.DotNet.csproj" /> - </ItemGroup> - <Import Project="..\build.DotNetTest.targets" /> -</Project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj b/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj index 1df8499..fa8cc22 100644 --- a/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj +++ b/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj @@ -1,5 +1,5 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- +<Project> + <!-- 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 @@ -15,244 +15,37 @@ 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>{988F90CF-A48D-4938-A4D2-FA3B758FB5A7}</ProjectGuid> - <OutputType>Library</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>Org.Apache.REEF.Tests</RootNamespace> <AssemblyName>Org.Apache.REEF.Tests</AssemblyName> - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> - <FileAlignment>512</FileAlignment> - <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..</SolutionDir> - <RestorePackages>true</RestorePackages> </PropertyGroup> - <Import Project="$(SolutionDir)\build.props" /> - <Import Project="$(SolutionDir)\xunit.targets" /> - <PropertyGroup> - <BuildPackage>false</BuildPackage> - </PropertyGroup> - <ItemGroup> - <Reference Include="Microsoft.Azure.KeyVault.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <HintPath>$(PackagesDir)\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="Microsoft.Data.Edm, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <HintPath>$(PackagesDir)\Microsoft.Data.Edm.5.8.2\lib\net40\Microsoft.Data.Edm.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="Microsoft.Data.OData, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <HintPath>$(PackagesDir)\Microsoft.Data.OData.5.8.2\lib\net40\Microsoft.Data.OData.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="Microsoft.Data.Services.Client, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <HintPath>$(PackagesDir)\Microsoft.Data.Services.Client.5.8.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="Microsoft.WindowsAzure.Storage, Version=8.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <HintPath>$(PackagesDir)\WindowsAzure.Storage.8.1.3\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="Newtonsoft.Json"> - <HintPath>$(PackagesDir)\Newtonsoft.Json.$(NewtonsoftJsonVersion)\lib\net45\Newtonsoft.Json.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="System" /> - <Reference Include="System.Core" /> - <Reference Include="System.Data" /> - <Reference Include="System.Reactive.Core"> - <HintPath>$(PackagesDir)\System.Reactive.Core.$(SystemReactiveVersion)\lib\net45\System.Reactive.Core.dll</HintPath> - </Reference> - <Reference Include="System.Reactive.Interfaces"> - <HintPath>$(PackagesDir)\System.Reactive.Interfaces.$(SystemReactiveVersion)\lib\net45\System.Reactive.Interfaces.dll</HintPath> - </Reference> - <Reference Include="System.Spatial, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <HintPath>$(PackagesDir)\System.Spatial.5.8.2\lib\net40\System.Spatial.dll</HintPath> - <Private>True</Private> - </Reference> - </ItemGroup> - <ItemGroup> - <Compile Include="$(SolutionDir)\SharedAssemblyInfo.cs"> - <Link>Properties\SharedAssemblyInfo.cs</Link> - </Compile> - <Compile Include="Functional\Bridge\HelloSimpleEventHandlers.cs" /> - <Compile Include="Functional\Bridge\Parameters\ShouldThrowSerializableException.cs" /> - <Compile Include="Functional\Bridge\TestBridgeClient.cs" /> - <Compile Include="Functional\Bridge\TestCloseTask.cs" /> - <Compile Include="Functional\Bridge\TestContextStack.cs" /> - <Compile Include="Functional\Bridge\TestDriverConcurrency.cs" /> - <Compile Include="Functional\Bridge\TestFailedEvaluatorEventHandler.cs" /> - <Compile Include="Functional\Bridge\TestSecurityToken.cs" /> - <Compile Include="Functional\Common\Task\ExceptionTask.cs" /> - <Compile Include="Functional\Common\Task\NullTask.cs" /> - <Compile Include="Functional\Failure\User\ContextStopExceptionTest.cs" /> - <Compile Include="Functional\Common\EventMonitor.cs" /> - <Compile Include="Functional\Failure\User\SendTaskMessageExceptionTest.cs" /> - <Compile Include="Functional\Failure\User\SendContextMessageExceptionTest.cs" /> - <Compile Include="Functional\Failure\User\ServiceConstructorExceptionTest.cs" /> - <Compile Include="Functional\Failure\User\ReceiveContextMessageExceptionTest.cs" /> - <Compile Include="Functional\Failure\User\ContextStartExceptionTest.cs" /> - <Compile Include="Functional\Failure\User\ReceiveTaskMessageExceptionTest.cs" /> - <Compile Include="Functional\Failure\User\TaskCallExceptionTest.cs" /> - <Compile Include="Functional\Bridge\Exceptions\TestNonSerializableException.cs" /> - <Compile Include="Functional\Bridge\Exceptions\TestSerializableException.cs" /> - <Compile Include="Functional\Bridge\TestSimpleContext.cs" /> - <Compile Include="Functional\Bridge\TestSimpleEventHandlers.cs" /> - <Compile Include="Functional\Bridge\TestSuspendTask.cs" /> - <Compile Include="Functional\Common\Task\Handlers\LoggingHandler.cs" /> - <Compile Include="Functional\Common\Task\LoggingTask.cs" /> - <Compile Include="Functional\Common\Task\Handlers\ExceptionThrowingHandler.cs" /> - <Compile Include="Functional\Failure\User\TaskStartExceptionTest.cs" /> - <Compile Include="Functional\Failure\User\TaskSuspendExceptionTest.cs" /> - <Compile Include="Functional\Failure\User\UnhandledTaskExceptionInTaskTest.cs" /> - <Compile Include="Functional\Failure\User\UnhandledThreadExceptionInTaskTest.cs" /> - <Compile Include="Functional\Common\Task\WaitingTask.cs" /> - <Compile Include="Functional\Driver\DriverTestStartHandler.cs" /> - <Compile Include="Functional\Failure\BasePoisonedEvaluatorWithActiveContextDriver.cs" /> - <Compile Include="Functional\Failure\BasePoisonedEvaluatorWithRunningTaskDriver.cs" /> - <Compile Include="Functional\Failure\BasePoisonedEvaluatorDriver.cs" /> - <Compile Include="Functional\Failure\TestEvaluatorWithActiveContextDelayedPoison.cs" /> - <Compile Include="Functional\Failure\TestEvaluatorWithCompletedTaskDelayedPoison.cs" /> - <Compile Include="Functional\Failure\TestEvaluatorWithRunningTaskDelayedPoison.cs" /> - <Compile Include="Functional\Failure\TestEvaluatorWithActiveContextImmediatePoison.cs" /> - <Compile Include="Functional\Failure\TestEvaluatorWithRunningTaskImmediatePoison.cs" /> - <Compile Include="Functional\Failure\SleepTask.cs" /> - <Compile Include="Functional\Failure\User\TaskCloseExceptionTest.cs" /> - <Compile Include="Functional\Failure\User\TaskConstructorExceptionTest.cs" /> - <Compile Include="Functional\Failure\User\TaskStopExceptionTest.cs" /> - <Compile Include="Functional\FaultTolerant\TestContextStart.cs" /> - <Compile Include="Functional\FaultTolerant\TestResubmitEvaluator.cs" /> - <Compile Include="Functional\FaultTolerant\TestResubmitTask.cs" /> - <Compile Include="Functional\IMRU\IMRUBroadcastReduceJobCancelledTest.cs" /> - <Compile Include="Functional\IMRU\IMRUBroadcastReduceTest.cs" /> - <Compile Include="Functional\IMRU\IMRUBroadcastReduceWithFilePartitionDataSetTest.cs" /> - <Compile Include="Functional\IMRU\IMRUBroadcastReduceWithLocalFile.cs" /> - <Compile Include="Functional\IMRU\IMRUBrodcastReduceWithoutIMRUClientTest.cs" /> - <Compile Include="Functional\IMRU\IMRUBrodcastReduceTestBase.cs" /> - <Compile Include="Functional\IMRU\IMRUCloseTaskTest.cs" /> - <Compile Include="Functional\IMRU\IMRUMapperCountTest.cs" /> - <Compile Include="Functional\IMRU\TestExceptionInResultHandlerDispose.cs" /> - <Compile Include="Functional\IMRU\TestFailMapperEvaluatorOnWaitingForEvaluatorAndExecution.cs" /> - <Compile Include="Functional\IMRU\TestFailMapperEvaluatorsWithFailedResultHandlerOnDispose.cs" /> - <Compile Include="Functional\IMRU\TestFailUpdateEvaluatorOnWaitingForEvaluator.cs" /> - <Compile Include="Functional\IMRU\TestFailMapperTasksOnDispose.cs" /> - <Compile Include="Functional\IMRU\TestFailMapperEvaluatorsOnDispose.cs" /> - <Compile Include="Functional\IMRU\TestFailMapperEvaluatorsOnInit.cs" /> - <Compile Include="Functional\IMRU\TestFailMapperTasksOnInit.cs" /> - <Compile Include="Functional\IMRU\TestFailUpdateEvaluator.cs" /> - <Compile Include="Functional\IMRU\TestFailMapperTasks.cs" /> - <Compile Include="Functional\IMRU\TestFailMapperEvaluators.cs" /> - <Compile Include="Functional\IMRU\TestTaskExceptions.cs" /> - <Compile Include="Functional\Messaging\TestContextMessageSourceAndHandler.cs" /> - <Compile Include="Functional\Messaging\TestMessageEventManager.cs" /> - <Compile Include="Functional\RuntimeName\EvaluatorRequestingDriverSpecifyingDefaultRuntimeName.cs" /> - <Compile Include="Functional\RuntimeName\EvaluatorRequestingDriverSpecifyingInvalidRuntimeName.cs" /> - <Compile Include="Functional\RuntimeName\EvaluatorRequestingDriverSpecifyingRuntimeName.cs" /> - <Compile Include="Functional\RuntimeName\EvaluatorRequestingDriver.cs" /> - <Compile Include="Functional\Driver\TestDriver.cs" /> - <Compile Include="Functional\Messaging\MessageDriver.cs" /> - <Compile Include="Functional\Messaging\MessageTask.cs" /> - <Compile Include="Functional\Messaging\TestEvaluatorMessaging.cs" /> - <Compile Include="Functional\ML\KMeans\TestKMeans.cs" /> - <Compile Include="Functional\Group\BroadcastReduceTest.cs" /> - <Compile Include="Functional\Group\PipelinedBroadcastReduceTest.cs" /> - <Compile Include="Functional\Group\ScatterReduceTest.cs" /> - <Compile Include="Functional\ReefFunctionalTest.cs" /> - <Compile Include="Functional\RuntimeName\RuntimeNameTask.cs" /> - <Compile Include="Functional\RuntimeName\RuntimeNameTest.cs" /> - <Compile Include="Functional\Bridge\TestDisposeTasks.cs" /> - <Compile Include="Functional\Telemetry\MetricsDriver.cs" /> - <Compile Include="Functional\Telemetry\MetricsTask.cs" /> - <Compile Include="Functional\Telemetry\TestMetricsMessage.cs" /> - <Compile Include="Functional\TestFramework\TestTestFramework.cs" /> - <Compile Include="Performance\TestHelloREEF\TestHelloDriver.cs" /> - <Compile Include="Performance\TestHelloREEF\TestHelloREEFClient.cs" /> - <Compile Include="Performance\TestHelloREEF\TestHelloTask.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Utility\TestDriverConfigGenerator.cs" /> - <Compile Include="Utility\TestExceptions.cs" /> - <Compile Include="Utility\TestOptional.cs" /> - <Compile Include="Utility\TestPriorityQueue.cs" /> - </ItemGroup> - <ItemGroup> - <None Include="$(SolutionDir)\Org.Apache.REEF.Client\run.cmd"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - <None Include="$(SolutionDir)\App.config"> - <Link>App.config</Link> - </None> - <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>Org.Apache.REEF.Common</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Driver\Org.Apache.REEF.Driver.csproj"> - <Project>{a6baa2a7-f52f-4329-884e-1bcf711d6805}</Project> - <Name>Org.Apache.REEF.Driver</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.csproj"> - <Project>{75503f90-7b82-4762-9997-94b5c68f15db}</Project> - <Name>Org.Apache.REEF.Examples</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Network\Org.Apache.REEF.Network.csproj"> - <Project>{883ce800-6a6a-4e0a-b7fe-c054f4f2c1dc}</Project> - <Name>Org.Apache.REEF.Network</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> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Client\Org.Apache.REEF.Client.csproj"> - <Project>{5094c35b-4fdb-4322-ac05-45d684501cbf}</Project> - <Name>Org.Apache.REEF.Client</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Evaluator\Org.Apache.REEF.Evaluator.csproj"> - <Project>{1b983182-9c30-464c-948d-f87eb93a8240}</Project> - <Name>Org.Apache.REEF.Evaluator</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Network.Examples\Org.Apache.REEF.Network.Examples.csproj"> - <Project>{b1b43b60-ddd0-4805-a9b4-ba84a0ccb7c7}</Project> - <Name>Org.Apache.REEF.Network.Examples</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Examples.AllHandlers\Org.Apache.REEF.Examples.AllHandlers.csproj"> - <Project>{159f7d70-8acc-4d97-9f6d-2fc4ca0d8682}</Project> - <Name>Org.Apache.REEF.Examples.AllHandlers</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.IMRU.Examples\Org.Apache.REEF.IMRU.Examples.csproj"> - <Project>{6dc3b04e-2b99-4fda-bd23-2c7864f4c477}</Project> - <Name>Org.Apache.REEF.IMRU.Examples</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.IMRU\Org.Apache.REEF.IMRU.csproj"> - <Project>{cc797c57-b465-4d11-98ac-edaaef5899a6}</Project> - <Name>Org.Apache.REEF.IMRU</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.IO\Org.Apache.REEF.IO.csproj"> - <Project>{dec0f0a8-dbef-4ebf-b69c-e2369c15abf1}</Project> - <Name>Org.Apache.REEF.IO</Name> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Examples.HelloREEF\Org.Apache.REEF.Examples.HelloREEF.csproj"> - <Project>{0ff8cee9-b0b6-4a14-9a52-44441be048fe}</Project> - <Name>Org.Apache.REEF.Examples.HelloREEF</Name> - </ProjectReference> - </ItemGroup> + <Import Project="..\build.Test.props" /> <ItemGroup> - <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> + <PackageReference Include="Microsoft.Azure.KeyVault.Core" Version="2.0.4" /> + <PackageReference Include="Microsoft.Data.Edm" Version="5.8.2" /> + <PackageReference Include="Microsoft.Data.OData" Version="5.8.2" /> + <PackageReference Include="Microsoft.Data.Services.Client" Version="5.8.2" /> + <PackageReference Include="WindowsAzure.Storage" Version="$(WindowsAzureStorageVersion)" /> + <PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" /> + <PackageReference Include="System.Reactive.Core" Version="$(SystemReactiveVersion)" /> + <PackageReference Include="System.Reactive.Interfaces" Version="$(SystemReactiveVersion)" /> + <PackageReference Include="System.Spatial" Version="5.8.2" /> </ItemGroup> <ItemGroup> - <None Include="Functional\TestFramework\README.md" /> + <ProjectReference Include="..\Org.Apache.REEF.Common\Org.Apache.REEF.Common.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Driver\Org.Apache.REEF.Driver.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Network\Org.Apache.REEF.Network.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Tang\Org.Apache.REEF.Tang.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Utilities\Org.Apache.REEF.Utilities.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Wake\Org.Apache.REEF.Wake.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Client\Org.Apache.REEF.Client.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Evaluator\Org.Apache.REEF.Evaluator.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Network.Examples\Org.Apache.REEF.Network.Examples.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Examples.AllHandlers\Org.Apache.REEF.Examples.AllHandlers.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.IMRU.Examples\Org.Apache.REEF.IMRU.Examples.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.IMRU\Org.Apache.REEF.IMRU.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.IO\Org.Apache.REEF.IO.csproj" /> + <ProjectReference Include="..\Org.Apache.REEF.Examples.HelloREEF\Org.Apache.REEF.Examples.HelloREEF.csproj" /> </ItemGroup> - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> - <Import Project="$(PackagesDir)\StyleCop.MSBuild.$(StyleCopVersion)\build\StyleCop.MSBuild.Targets" Condition="Exists('$(PackagesDir)\StyleCop.MSBuild.$(StyleCopVersion)\build\StyleCop.MSBuild.Targets')" /> + <Import Project="..\build.Test.targets" /> </Project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tests/Properties/AssemblyInfo.cs b/lang/cs/Org.Apache.REEF.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index d4baa01..0000000 --- a/lang/cs/Org.Apache.REEF.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -// 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. - -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Org.Apache.REEF.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyProduct("Org.Apache.REEF.Tests")] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("19ebceb4-3b1f-466b-9127-aa14e636d723")] http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Tests/packages.config ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tests/packages.config b/lang/cs/Org.Apache.REEF.Tests/packages.config deleted file mode 100644 index 9df6ffc..0000000 --- a/lang/cs/Org.Apache.REEF.Tests/packages.config +++ /dev/null @@ -1,43 +0,0 @@ -<?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. ---> -<packages> - <package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" /> - <package id="Microsoft.Data.Edm" version="5.8.2" targetFramework="net452" /> - <package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net452" /> - <package id="Microsoft.Data.Services.Client" version="5.8.2" targetFramework="net452" /> - <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net451" /> - <package id="protobuf-net" version="2.1.0" targetFramework="net45" /> - <package id="StyleCop.MSBuild" version="5.0.0" targetFramework="net45" developmentDependency="true" /> - <package id="System.ComponentModel.EventBasedAsync" version="4.0.11" targetFramework="net452" /> - <package id="System.Dynamic.Runtime" version="4.0.0" targetFramework="net452" /> - <package id="System.Linq.Queryable" version="4.0.0" targetFramework="net452" /> - <package id="System.Net.Requests" version="4.0.11" targetFramework="net452" /> - <package id="System.Reactive.Core" version="3.1.1" targetFramework="net451" /> - <package id="System.Reactive.Interfaces" version="3.1.1" targetFramework="net451" /> - <package id="System.Spatial" version="5.8.2" targetFramework="net452" /> - <package id="WindowsAzure.Storage" version="8.1.1" targetFramework="net452" /> - <package id="xunit" version="2.1.0" targetFramework="net45" /> - <package id="xunit.abstractions" version="2.0.0" targetFramework="net45" /> - <package id="xunit.assert" version="2.1.0" targetFramework="net45" /> - <package id="xunit.core" version="2.1.0" targetFramework="net45" /> - <package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" /> - <package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" /> - <package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" /> -</packages> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.DotNet.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.DotNet.csproj b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.DotNet.csproj deleted file mode 100644 index d2a944f..0000000 --- a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.DotNet.csproj +++ /dev/null @@ -1,28 +0,0 @@ -<Project> -<!-- -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. ---> - <PropertyGroup> - <AssemblyName>Org.Apache.REEF.Utilities</AssemblyName> - <Description>Common utilities such as logging shared across REEF/Wake/Tang</Description> - <PackageTags>Apache REEF REEF/Wake/Tang common utilities</PackageTags> - </PropertyGroup> - <Import Project="..\build.DotNetLibrary.props" /> - <ItemGroup> - <PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" /> - </ItemGroup> - <Import Project="..\build.DotNet.targets"/> -</Project> http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.csproj b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.csproj new file mode 100644 index 0000000..6cd671d --- /dev/null +++ b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.csproj @@ -0,0 +1,28 @@ +<Project> +<!-- +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. +--> + <PropertyGroup> + <AssemblyName>Org.Apache.REEF.Utilities</AssemblyName> + <Description>Common utilities such as logging shared across REEF/Wake/Tang</Description> + <PackageTags>Apache REEF REEF/Wake/Tang common utilities</PackageTags> + </PropertyGroup> + <Import Project="..\build.Library.props" /> + <ItemGroup> + <PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" /> + </ItemGroup> + <Import Project="..\build.targets"/> +</Project> http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.csproj b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.csproj deleted file mode 100644 index 815030b..0000000 --- a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.csproj +++ /dev/null @@ -1,83 +0,0 @@ -<?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>{79E7F89A-1DFB-45E1-8D43-D71A954AEB98}</ProjectGuid> - <OutputType>Library</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>Org.Apache.REEF.Utilities</RootNamespace> - <AssemblyName>Org.Apache.REEF.Utilities</AssemblyName> - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> - <FileAlignment>512</FileAlignment> - <RestorePackages>true</RestorePackages> - <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..</SolutionDir> - </PropertyGroup> - <Import Project="$(SolutionDir)\build.props" /> - <ItemGroup> - <Reference Include="System" /> - <Reference Include="System.Core" /> - <Reference Include="System.Xml" /> - </ItemGroup> - <ItemGroup> - <Compile Include="$(SolutionDir)\SharedAssemblyInfo.cs"> - <Link>Properties\SharedAssemblyInfo.cs</Link> - </Compile> - <Compile Include="AsyncUtils\LoggingHelper.cs" /> - <Compile Include="AsyncUtils\RemoveSynchronizationContextAwaiter.cs" /> - <Compile Include="AsyncUtils\VoidResult.cs" /> - <Compile Include="Attributes\BreakingAttribute.cs" /> - <Compile Include="Attributes\ClientSideAttribute.cs" /> - <Compile Include="Attributes\DriverSideAttribute.cs" /> - <Compile Include="Attributes\EvaluatorSideAttribute.cs" /> - <Compile Include="Attributes\InteropAttribute.cs" /> - <Compile Include="Attributes\NotThreadSafeAttribute.cs" /> - <Compile Include="Attributes\TemporaryFixAttribute.cs" /> - <Compile Include="Attributes\PrivateAttribute.cs" /> - <Compile Include="Attributes\TaskSideAttribute.cs" /> - <Compile Include="Attributes\TestingAttribute.cs" /> - <Compile Include="Attributes\ThreadSafeAttribute.cs" /> - <Compile Include="Attributes\UnstableAttribute.cs" /> - <Compile Include="ByteUtilities.cs" /> - <Compile Include="ClientUtilities.cs" /> - <Compile Include="Collections\PriorityQueue.cs" /> - <Compile Include="Collections\ReadOnlySet.cs" /> - <Compile Include="Diagnostics\DiagnosticsMessages.cs" /> - <Compile Include="Diagnostics\Exceptions.cs" /> - <Compile Include="Diagnostics\DefaultUnhandledExceptionHandler.cs" /> - <Compile Include="IIdentifiable.cs" /> - <Compile Include="IMessage.cs" /> - <Compile Include="Logging\JavaLoggingSetting.cs" /> - <Compile Include="Logging\Level.cs" /> - <Compile Include="Logging\Logger.cs" /> - <Compile Include="NetUtilities.cs" /> - <Compile Include="Optional.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Runtime\Yarn\HttpConfig.cs" /> - <Compile Include="Runtime\Yarn\YarnConfiguration.cs" /> - <Compile Include="ValidationUtilities.cs" /> - </ItemGroup> - <ItemGroup> - <None Include="Org.Apache.Reef.Utilities.nuspec" /> - <None Include="packages.config" /> - </ItemGroup> - <ItemGroup /> - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> - <Import Project="$(PackagesDir)\StyleCop.MSBuild.$(StyleCopVersion)\build\StyleCop.MSBuild.Targets" Condition="Exists('$(PackagesDir)\StyleCop.MSBuild.$(StyleCopVersion)\build\StyleCop.MSBuild.Targets')" /> -</Project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.nuspec ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.nuspec b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.nuspec deleted file mode 100644 index 4f74901..0000000 --- a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.nuspec +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0"?> -<!-- -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. ---> -<package > - <metadata> - <id>Org.Apache.REEF.Utilities</id> - <version>$version$</version> - <title>Org.Apache.REEF.Utilities</title> - <authors>The Apache REEF project</authors> - <owners>The Apache REEF project</owners> - <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> - <projectUrl>http://reef.apache.org/</projectUrl> - <requireLicenseAcceptance>false</requireLicenseAcceptance> - <description>Common utilities such as logging shared across Reef/Wake/Tang</description> - <copyright>The Apache Software Foundation</copyright> - <tags>Reef/Wake/Tang common utilities</tags> - <dependencies> - <dependency id="Microsoft.Hadoop.Avro" version="1.5.6" /> - <dependency id="Newtonsoft.Json" version="10.0.3" /> - </dependencies> - </metadata> - <files> - <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Utilities\Org.Apache.REEF.Utilities.dll" target="lib\net45" /> - <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Utilities\Org.Apache.REEF.Utilities.pdb" target="lib\net45" /> - </files> -</package> http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Utilities/Properties/AssemblyInfo.DotNet.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Utilities/Properties/AssemblyInfo.DotNet.cs b/lang/cs/Org.Apache.REEF.Utilities/Properties/AssemblyInfo.DotNet.cs deleted file mode 100644 index 515f238..0000000 --- a/lang/cs/Org.Apache.REEF.Utilities/Properties/AssemblyInfo.DotNet.cs +++ /dev/null @@ -1,21 +0,0 @@ -// 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. -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("Org.Apache.REEF.Common")] -[assembly: InternalsVisibleTo("Org.Apache.REEF.Evaluator")] - http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Utilities/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Utilities/Properties/AssemblyInfo.cs b/lang/cs/Org.Apache.REEF.Utilities/Properties/AssemblyInfo.cs index 8a96e10..515f238 100644 --- a/lang/cs/Org.Apache.REEF.Utilities/Properties/AssemblyInfo.cs +++ b/lang/cs/Org.Apache.REEF.Utilities/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Licensed to the Apache Software Foundation (ASF) under one +// 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 @@ -14,30 +14,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. - -using System.Reflection; using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Org.Apache.REEF.Utilities")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyProduct("Org.Apache.REEF.Utilities")] -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a7bda51a-552a-4fba-a834-f715c19454ab")] +[assembly: InternalsVisibleTo("Org.Apache.REEF.Common")] +[assembly: InternalsVisibleTo("Org.Apache.REEF.Evaluator")] -// Allow REEF projects to access internals of the Utilities project to prevent -// exposing unnecessary APIs. -[assembly: InternalsVisibleTo("Org.Apache.REEF.Common, publickey=" + - "00240000048000009400000006020000002400005253413100040000010001005df3e621d886a9" + - "9c03469d0f93a9f5d45aa2c883f50cd158759e93673f759ec4657fd84cc79d2db38ef1a2d914cc" + - "b7c717846a897e11dd22eb260a7ce2da2dccf0263ea63e2b3f7dac24f28882aa568ef544341d17" + - "618392a1095f4049ad079d4f4f0b429bb535699155fd6a7652ec7d6c1f1ba2b560f11ef3a86b5945d288cf")] -[assembly: InternalsVisibleTo("Org.Apache.REEF.Evaluator, publickey=" + - "00240000048000009400000006020000002400005253413100040000010001005df3e621d886a9" + - "9c03469d0f93a9f5d45aa2c883f50cd158759e93673f759ec4657fd84cc79d2db38ef1a2d914cc" + - "b7c717846a897e11dd22eb260a7ce2da2dccf0263ea63e2b3f7dac24f28882aa568ef544341d17" + - "618392a1095f4049ad079d4f4f0b429bb535699155fd6a7652ec7d6c1f1ba2b560f11ef3a86b5945d288cf")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/reef/blob/fafc236b/lang/cs/Org.Apache.REEF.Utilities/packages.config ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Utilities/packages.config b/lang/cs/Org.Apache.REEF.Utilities/packages.config deleted file mode 100644 index 0fce481..0000000 --- a/lang/cs/Org.Apache.REEF.Utilities/packages.config +++ /dev/null @@ -1,23 +0,0 @@ -<?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. ---> -<packages> - <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net451" /> - <package id="StyleCop.MSBuild" version="5.0.0" targetFramework="net45" developmentDependency="true" /> -</packages> \ No newline at end of file
