forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Directory restructure for CR and test projects (Azure#3129)
* deleting CR dir strucuture * restructuring CR directories and associating tests * Added tests for build tasks * Directory changes as well as adjusting build script changes * Updating version number for CR stack
- Loading branch information
1 parent
178ed88
commit 54ea22d
Showing
196 changed files
with
1,728 additions
and
4,312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- | ||
<PropertyGroup> | ||
<SignAssembly>true</SignAssembly> | ||
<DelaySign>true</DelaySign> | ||
<AssemblyOriginatorKeyFile>$(LibraryToolsFolder)\MSSharedLibKey.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
--> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="tools\buildTargets\common.targets" /> | ||
<Import Project="tools\buildTargets\common.targets" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions
26
...ientRuntime.Azure.Authentication/Microsoft.Rest.ClientRuntime.Azure.Authentication.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove('clientruntime.reference.props'))" /> | ||
<PropertyGroup> | ||
<PackageId>Microsoft.Rest.ClientRuntime.Azure.Authentication</PackageId> | ||
<Description>Provides ADAL based authentication for Azure management client libraries</Description> | ||
<AssemblyName>Microsoft.Rest.ClientRuntime.Azure.Authentication</AssemblyName> | ||
<AssemblyTitle>Authentication for Azure Management Clients</AssemblyTitle> | ||
<VersionPrefix>2.2.13</VersionPrefix> | ||
<PackageTags>Microsoft AutoRest ClientRuntime Authentication $(NugetCommonTags) $(NugetCommonProfileTags)</PackageTags> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' "> | ||
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="[2.28.3]" /> | ||
</ItemGroup> | ||
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' "> | ||
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="[3.13.5]" /> | ||
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="[5.1.2]" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="[2.3.6,3.0.0)" /> | ||
</ItemGroup> | ||
</Project> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions
18
...kCommon/ClientRuntime.Azure/ClientRuntime.Azure/Microsoft.Rest.ClientRuntime.Azure.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove('clientruntime.reference.props'))" /> | ||
<PropertyGroup> | ||
<PackageId>Microsoft.Rest.ClientRuntime.Azure</PackageId> | ||
<Description>Provides common error handling, tracing, and HTTP/REST-based pipeline manipulation.</Description> | ||
<AssemblyTitle>Client Runtime for Microsoft Azure Libraries</AssemblyTitle> | ||
<VersionPrefix>3.3.6</VersionPrefix> | ||
<AssemblyName>Microsoft.Rest.ClientRuntime.Azure</AssemblyName> | ||
<PackageTags>Microsoft Azure AutoRest ClientRuntime REST $(NugetCommonTags) $(NugetCommonProfileTags)</PackageTags> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="[2.3.6,3.0.0)" /> | ||
</ItemGroup> | ||
</Project> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 21 additions & 0 deletions
21
src/SdkCommon/ClientRuntime.Etw/Microsoft.Rest.ClientRuntime.Etw.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove('clientruntime.reference.props'))" /> | ||
<PropertyGroup> | ||
<Description>Enables tracing of event messages for AutoRest generated client libraries events via ETW (Event Tracing for Windows). ETW events can be captured by subscribing to the "Microsoft.Rest" event source.</Description> | ||
<AssemblyTitle>ETW Logger for Microsoft AutoRest Generated Clients</AssemblyTitle> | ||
<VersionPrefix>2.1.2</VersionPrefix> | ||
<AssemblyName>Microsoft.Rest.ClientRuntime.Etw</AssemblyName> | ||
<PackageId>Microsoft.Rest.ClientRuntime.Etw</PackageId> | ||
<PackageTags>Microsoft AutoRest ClientRuntime REST ETW $(NugetCommonTags) $(NugetCommonProfileTags)</PackageTags> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFrameworks>net452</TargetFrameworks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DocumentationFile>bin\Debug\net452\Microsoft.Rest.ClientRuntime.Etw.xml</DocumentationFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.6" /> | ||
</ItemGroup> | ||
</Project> |
26 changes: 26 additions & 0 deletions
26
src/SdkCommon/ClientRuntime.Etw/Properties/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for license information. | ||
|
||
using System; | ||
using System.Reflection; | ||
using System.Resources; | ||
using System.Runtime.InteropServices; | ||
|
||
|
||
[assembly: AssemblyVersion("2.0.0.0")] | ||
[assembly: AssemblyFileVersion("2.2.11.0")] | ||
|
||
//[assembly: AssemblyTitle("Microsoft Rest Client Runtime ETW Logger")] | ||
//[assembly: AssemblyDescription("Provides ETW tracing of \"Microsoft.Rest\" Client Library events.")] | ||
//[assembly: AssemblyVersion("2.0.0.0")] | ||
//[assembly: AssemblyFileVersion("2.1.2.0")] | ||
|
||
//[assembly: AssemblyConfiguration("")] | ||
//[assembly: AssemblyCompany("Microsoft Corporation")] | ||
//[assembly: AssemblyProduct("Microsoft AutoRest")] | ||
//[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")] | ||
//[assembly: AssemblyTrademark("")] | ||
//[assembly: AssemblyCulture("")] | ||
[assembly: NeutralResourcesLanguage("en")] | ||
[assembly: CLSCompliant(true)] | ||
[assembly: ComVisible(false)] |
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
src/SdkCommon/ClientRuntime.Log4Net/Microsoft.Rest.ClientRuntime.Log4Net.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove('clientruntime.reference.props'))" /> | ||
<PropertyGroup> | ||
<PackageId>Microsoft.Rest.ClientRuntime.Log4Net</PackageId> | ||
<Description>Enables logging of event messages for AutoRest generated client libraries via Log4Net.</Description> | ||
<AssemblyTitle>Log4Net Logger for Microsoft AutoRest Generated Clients</AssemblyTitle> | ||
<VersionPrefix>2.1.3</VersionPrefix> | ||
<AssemblyName>Microsoft.Rest.ClientRuntime.Log4Net</AssemblyName> | ||
<PackageTags>Rest ClientRuntime Azure Test Log4Net $(NugetCommonTags) $(NugetCommonProfileTags)</PackageTags> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFrameworks>net452</TargetFrameworks> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="log4net" Version="2.0.3" /> | ||
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.6" /> | ||
</ItemGroup> | ||
</Project> |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.