Added retargeting code so the 4.0 project can use async await Added extention methods to work around differences in reflection and async support. Changed the output folders for each project, to relfect the .NET framework version they are being built with. Updated the unit test project to build take a reference to the 4.5/PCL assembly. Updated the example projects to take a dependency on the 4.5/PCL assembly. Implements blueprint support-net35 Change-Id: Iefb776912cd8257b38a9aaf97cc7bb1b347b8892
356 lines
18 KiB
XML
356 lines
18 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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>
|
|
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{5660F8AA-14D5-4B3B-ADA0-F79A286EF483}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>OpenStack</RootNamespace>
|
|
<AssemblyName>OpenStack</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\Bin\net45\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\Bin\net45\Debug\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<!-- A reference to the entire .NET Framework is automatically included -->
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\OpenStack\Common\Http\DisposableClass.cs">
|
|
<Link>Common\Http\DisposableClass.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\Http\HttpAbstractionClient.cs">
|
|
<Link>Common\Http\HttpAbstractionClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\Http\HttpAbstractionClientFactory.cs">
|
|
<Link>Common\Http\HttpAbstractionClientFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\Http\HttpHeadersAbstraction.cs">
|
|
<Link>Common\Http\HttpHeadersAbstraction.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\Http\HttpResponseAbstraction.cs">
|
|
<Link>Common\Http\HttpResponseAbstraction.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\Http\IHttpAbstractionClient.cs">
|
|
<Link>Common\Http\IHttpAbstractionClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\Http\IHttpAbstractionClientFactory.cs">
|
|
<Link>Common\Http\IHttpAbstractionClientFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\Http\IHttpHeadersAbstraction.cs">
|
|
<Link>Common\Http\IHttpHeadersAbstraction.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\Http\IHttpResponseAbstraction.cs">
|
|
<Link>Common\Http\IHttpResponseAbstraction.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ObjectExtentions.cs">
|
|
<Link>Common\ObjectExtentions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\IServiceLocationAssemblyScanner.cs">
|
|
<Link>Common\ServiceLocation\IServiceLocationAssemblyScanner.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\IServiceLocationManager.cs">
|
|
<Link>Common\ServiceLocation\IServiceLocationManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\IServiceLocationOverrideManager.cs">
|
|
<Link>Common\ServiceLocation\IServiceLocationOverrideManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\IServiceLocationRegistrar.cs">
|
|
<Link>Common\ServiceLocation\IServiceLocationRegistrar.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\IServiceLocationRegistrarFactory.cs">
|
|
<Link>Common\ServiceLocation\IServiceLocationRegistrarFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\IServiceLocationRuntimeManager.cs">
|
|
<Link>Common\ServiceLocation\IServiceLocationRuntimeManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\IServiceLocator.cs">
|
|
<Link>Common\ServiceLocation\IServiceLocator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\RuntimeRegistrationManager.cs">
|
|
<Link>Common\ServiceLocation\RuntimeRegistrationManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\ServiceLocationAssemblyScanner.cs">
|
|
<Link>Common\ServiceLocation\ServiceLocationAssemblyScanner.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\ServiceLocationManager.cs">
|
|
<Link>Common\ServiceLocation\ServiceLocationManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\ServiceLocationRegistrarFactory.cs">
|
|
<Link>Common\ServiceLocation\ServiceLocationRegistrarFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Common\ServiceLocation\ServiceLocator.cs">
|
|
<Link>Common\ServiceLocation\ServiceLocator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\AccessTokenPayloadConverter.cs">
|
|
<Link>Identity\AccessTokenPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IAccessTokenPayloadConverter.cs">
|
|
<Link>Identity\IAccessTokenPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\ICredential.cs">
|
|
<Link>Identity\ICredential.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IdentityServiceClient.cs">
|
|
<Link>Identity\IdentityServiceClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IdentityServiceClientDefinition.cs">
|
|
<Link>Identity\IdentityServiceClientDefinition.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IdentityServicePocoClient.cs">
|
|
<Link>Identity\IdentityServicePocoClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IdentityServicePocoClientFactory.cs">
|
|
<Link>Identity\IdentityServicePocoClientFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IdentityServiceRestClient.cs">
|
|
<Link>Identity\IdentityServiceRestClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IdentityServiceRestClientFactory.cs">
|
|
<Link>Identity\IdentityServiceRestClientFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IIdentityServiceClient.cs">
|
|
<Link>Identity\IIdentityServiceClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IIdentityServicePocoClient.cs">
|
|
<Link>Identity\IIdentityServicePocoClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IIdentityServicePocoClientFactory.cs">
|
|
<Link>Identity\IIdentityServicePocoClientFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IIdentityServiceRestClient.cs">
|
|
<Link>Identity\IIdentityServiceRestClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IIdentityServiceRestClientFactory.cs">
|
|
<Link>Identity\IIdentityServiceRestClientFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IOpenStackCredential.cs">
|
|
<Link>Identity\IOpenStackCredential.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IOpenStackRegionResolver.cs">
|
|
<Link>Identity\IOpenStackRegionResolver.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IOpenStackServiceCatalog.cs">
|
|
<Link>Identity\IOpenStackServiceCatalog.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IOpenStackServiceCatalogPayloadConverter.cs">
|
|
<Link>Identity\IOpenStackServiceCatalogPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IOpenStackServiceDefinitionPayloadConverter.cs">
|
|
<Link>Identity\IOpenStackServiceDefinitionPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\IOpenStackServiceEndpointPayloadConverter.cs">
|
|
<Link>Identity\IOpenStackServiceEndpointPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\OpenStackCredential.cs">
|
|
<Link>Identity\OpenStackCredential.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\OpenStackRegionResolver.cs">
|
|
<Link>Identity\OpenStackRegionResolver.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\OpenStackServiceCatalog.cs">
|
|
<Link>Identity\OpenStackServiceCatalog.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\OpenStackServiceCatalogPayloadConverter.cs">
|
|
<Link>Identity\OpenStackServiceCatalogPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\OpenStackServiceDefinition.cs">
|
|
<Link>Identity\OpenStackServiceDefinition.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\OpenStackServiceDefinitionPayloadConverter.cs">
|
|
<Link>Identity\OpenStackServiceDefinitionPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\OpenStackServiceEndpoint.cs">
|
|
<Link>Identity\OpenStackServiceEndpoint.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Identity\OpenStackServiceEndpointPayloadConverter.cs">
|
|
<Link>Identity\OpenStackServiceEndpointPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\IOpenStackClient.cs">
|
|
<Link>IOpenStackClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\IOpenStackClientManager.cs">
|
|
<Link>IOpenStackClientManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\IOpenStackServiceClient.cs">
|
|
<Link>IOpenStackServiceClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\IOpenStackServiceClientDefinition.cs">
|
|
<Link>IOpenStackServiceClientDefinition.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\IOpenStackServiceClientManager.cs">
|
|
<Link>IOpenStackServiceClientManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\OpenStackClient.cs">
|
|
<Link>OpenStackClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\OpenStackClientFactory.cs">
|
|
<Link>OpenStackClientFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\OpenStackClientManager.cs">
|
|
<Link>OpenStackClientManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\OpenStackServiceClientManager.cs">
|
|
<Link>OpenStackServiceClientManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Common\ReflectionExtentions.cs" />
|
|
<Compile Include="Common\StreamExtentions.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="..\AssemblyVersionInfo.cs">
|
|
<Link>Properties\AssemblyVersionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\ServiceRegistrar.cs">
|
|
<Link>ServiceRegistrar.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\ContainerNameValidator.cs">
|
|
<Link>Storage\ContainerNameValidator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\DynamicLargeObjectManifest.cs">
|
|
<Link>Storage\DynamicLargeObjectManifest.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\FolderNameValidator.cs">
|
|
<Link>Storage\FolderNameValidator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\ILargeStorageObjectCreator.cs">
|
|
<Link>Storage\ILargeStorageObjectCreator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\ILargeStorageObjectCreatorFactory.cs">
|
|
<Link>Storage\ILargeStorageObjectCreatorFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\IStorageAccountPayloadConverter.cs">
|
|
<Link>Storage\IStorageAccountPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\IStorageContainerPayloadConverter.cs">
|
|
<Link>Storage\IStorageContainerPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\IStorageFolderPayloadConverter.cs">
|
|
<Link>Storage\IStorageFolderPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\IStorageObjectPayloadConverter.cs">
|
|
<Link>Storage\IStorageObjectPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\IStorageServiceClient.cs">
|
|
<Link>Storage\IStorageServiceClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\IStorageServicePocoClient.cs">
|
|
<Link>Storage\IStorageServicePocoClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\IStorageServicePocoClientFactory.cs">
|
|
<Link>Storage\IStorageServicePocoClientFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\IStorageServiceRestClient.cs">
|
|
<Link>Storage\IStorageServiceRestClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\IStorageServiceRestClientFactory.cs">
|
|
<Link>Storage\IStorageServiceRestClientFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\LargeStorageObjectCreator.cs">
|
|
<Link>Storage\LargeStorageObjectCreator.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\LargeStorageObjectCreatorFactory.cs">
|
|
<Link>Storage\LargeStorageObjectCreatorFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StaticLargeObjectManifest.cs">
|
|
<Link>Storage\StaticLargeObjectManifest.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageAccount.cs">
|
|
<Link>Storage\StorageAccount.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageAccountPayloadConverter.cs">
|
|
<Link>Storage\StorageAccountPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageContainer.cs">
|
|
<Link>Storage\StorageContainer.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageContainerPayloadConverter.cs">
|
|
<Link>Storage\StorageContainerPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageFolder.cs">
|
|
<Link>Storage\StorageFolder.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageFolderPayloadConverter.cs">
|
|
<Link>Storage\StorageFolderPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageItem.cs">
|
|
<Link>Storage\StorageItem.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageManifest.cs">
|
|
<Link>Storage\StorageManifest.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageObject.cs">
|
|
<Link>Storage\StorageObject.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageObjectPayloadConverter.cs">
|
|
<Link>Storage\StorageObjectPayloadConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageServiceClient.cs">
|
|
<Link>Storage\StorageServiceClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageServiceClientContext.cs">
|
|
<Link>Storage\StorageServiceClientContext.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageServiceClientDefinition.cs">
|
|
<Link>Storage\StorageServiceClientDefinition.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageServicePocoClient.cs">
|
|
<Link>Storage\StorageServicePocoClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageServicePocoClientFactory.cs">
|
|
<Link>Storage\StorageServicePocoClientFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageServiceRestClient.cs">
|
|
<Link>Storage\StorageServiceRestClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenStack\Storage\StorageServiceRestClientFactory.cs">
|
|
<Link>Storage\StorageServiceRestClientFactory.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http">
|
|
<HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.Extensions">
|
|
<HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.Primitives">
|
|
<HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
|
|
<Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
|
|
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="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=317567." HelpKeyword="BCLBUILD2001" />
|
|
<Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
|
|
</Target>
|
|
<!-- 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> |