removing .net core projects, updating assmebly versions, addressing review comments
This commit is contained in:
Родитель
548380af3e
Коммит
ab732bf7af
|
@ -1,71 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<Import Project="..\..\..\..\..\..\tools\Common.Netcore.Dependencies.targets" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<AssemblyName>Microsoft.Azure.Commands.ResourceManager.Cmdlets</AssemblyName>
|
||||
<RootNamespace>Microsoft.Azure.Commands.ResourceManager.Cmdlets</RootNamespace>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<OutputPath>..\..\..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources.Netcore\</OutputPath>
|
||||
<SignAssembly>True</SignAssembly>
|
||||
<DelaySign>True</DelaySign>
|
||||
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
|
||||
<DefineConstants>TRACE;RELEASE;NETSTANDARD;SIGN</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<OutputPath>..\..\..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources.Netcore\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
|
||||
<DelaySign>false</DelaySign>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" />
|
||||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="1.1.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\..\..\Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
|
||||
<ProjectReference Include="..\..\..\..\..\Common\Commands.Common\Common.Netcore.csproj" />
|
||||
<ProjectReference Include="..\..\..\..\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />
|
||||
<ProjectReference Include="..\..\..\..\Tags\Commands.Tags\Commands.Tags.Netcore.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Properties\Resources.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="Microsoft.Azure.Commands.ResourceManager.Cmdlets.format.ps1xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="Microsoft.Azure.Commands.ResourceManager.Cmdlets.Types.ps1xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="ResourceManagerStartup.ps1">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="help\**\*" CopyToOutputDirectory="PreserveNewest" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -20,7 +20,7 @@
|
|||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\..\..\Stack\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
|
||||
<OutputPath>$(StackPackageFolder)\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
|
||||
<DelaySign>true</DelaySign>
|
||||
<OutputPath>..\..\..\..\Stack\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
|
||||
<OutputPath>$(StackPackageFolder)\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
|
||||
<DefineConstants>TRACE;SIGN</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Azure.Management.ResourceManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
|
||||
<HintPath>$(LibrarySourceFolder)\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.Caching" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -25,8 +25,8 @@ using System.Runtime.InteropServices;
|
|||
[assembly: ComVisible(false)]
|
||||
[assembly: CLSCompliant(false)]
|
||||
[assembly: Guid("e8f34267-c461-4eae-b156-5f3528553d10")]
|
||||
[assembly: AssemblyVersion("6.0.0")]
|
||||
[assembly: AssemblyFileVersion("6.0.0")]
|
||||
[assembly: AssemblyVersion("6.0.2")]
|
||||
[assembly: AssemblyFileVersion("6.0.2")]
|
||||
#if SIGN
|
||||
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Resources.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.MachineLearning.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Azure.Insights">
|
||||
<HintPath>..\..\..\packages\Microsoft.Azure.Insights.0.10.0-preview\lib\net45\Microsoft.Azure.Insights.dll</HintPath>
|
||||
<HintPath>$(LibrarySourceFolder)\packages\Microsoft.Azure.Insights.0.10.0-preview\lib\net45\Microsoft.Azure.Insights.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -32,6 +32,6 @@ using Xunit;
|
|||
|
||||
[assembly: Guid("28fe3fc0-6fdf-4f01-8a82-d7b4a834ddd2")]
|
||||
|
||||
[assembly: AssemblyVersion("5.0.0")]
|
||||
[assembly: AssemblyFileVersion("5.0.0")]
|
||||
[assembly: AssemblyVersion("6.0.2")]
|
||||
[assembly: AssemblyFileVersion("6.0.2")]
|
||||
[assembly: CollectionBehavior(DisableTestParallelization = true)]
|
||||
|
|
|
@ -1,173 +0,0 @@
|
|||
#
|
||||
# Module manifest for module 'PSGet_AzureRM.Resources'
|
||||
#
|
||||
# Generated by: Microsoft Corporation
|
||||
#
|
||||
# Generated on: 4/3/2017
|
||||
#
|
||||
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
# RootModule = ''
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '0.11.0'
|
||||
|
||||
# Supported PSEditions
|
||||
CompatiblePSEditions = 'Core'
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = '48BB344D-4C24-441E-8EA0-589947784700'
|
||||
|
||||
# Author of this module
|
||||
Author = 'Microsoft Corporation'
|
||||
|
||||
# Company or vendor of this module
|
||||
CompanyName = 'Microsoft Corporation'
|
||||
|
||||
# Copyright statement for this module
|
||||
Copyright = 'Microsoft Corporation. All rights reserved.'
|
||||
|
||||
# Description of the functionality provided by this module
|
||||
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Azure Resource Manager cmdlets. Manages subscriptions, tenants, resource groups, deployment templates, providers, and resource permissions in Azure Resource Manager. Provides cmdlets for managing resources generically across resource providers.'
|
||||
|
||||
# Minimum version of the Windows PowerShell engine required by this module
|
||||
PowerShellVersion = '5.1'
|
||||
|
||||
# Name of the Windows PowerShell host required by this module
|
||||
# PowerShellHostName = ''
|
||||
|
||||
# Minimum version of the Windows PowerShell host required by this module
|
||||
# PowerShellHostVersion = ''
|
||||
|
||||
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
|
||||
# DotNetFrameworkVersion = '4.0'
|
||||
|
||||
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
|
||||
# CLRVersion = '4.0'
|
||||
|
||||
# Processor architecture (None, X86, Amd64) required by this module
|
||||
# ProcessorArchitecture = ''
|
||||
|
||||
# Modules that must be imported into the global environment prior to importing this module
|
||||
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.11.0'; })
|
||||
|
||||
# Assemblies that must be loaded prior to importing this module
|
||||
RequiredAssemblies = '.\Microsoft.Azure.Management.Authorization.dll',
|
||||
'.\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll',
|
||||
'.\Microsoft.Azure.Management.ResourceManager.dll'
|
||||
|
||||
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
|
||||
ScriptsToProcess = @()
|
||||
|
||||
# Type files (.ps1xml) to be loaded when importing this module
|
||||
TypesToProcess = '.\Microsoft.Azure.Commands.ResourceManager.Cmdlets.Types.ps1xml'
|
||||
|
||||
# Format files (.ps1xml) to be loaded when importing this module
|
||||
FormatsToProcess = '.\Microsoft.Azure.Commands.Resources.format.ps1xml',
|
||||
'.\Microsoft.Azure.Commands.ResourceManager.Cmdlets.format.ps1xml'
|
||||
|
||||
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
|
||||
NestedModules = @('.\Microsoft.Azure.Commands.Resources.dll', '.\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll')
|
||||
|
||||
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
|
||||
FunctionsToExport = @()
|
||||
|
||||
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
|
||||
CmdletsToExport = 'Get-AzureRmProviderOperation', 'Remove-AzureRmRoleAssignment',
|
||||
'Get-AzureRmRoleAssignment', 'New-AzureRmRoleAssignment',
|
||||
'Get-AzureRmRoleDefinition', 'New-AzureRmRoleDefinition',
|
||||
'Set-AzureRmRoleDefinition', 'Remove-AzureRmRoleDefinition',
|
||||
'Get-AzureRmADAppCredential', 'Get-AzureRmADApplication',
|
||||
'Get-AzureRmADGroupMember', 'Get-AzureRmADGroup',
|
||||
'Get-AzureRmADServicePrincipal', 'Get-AzureRmADSpCredential',
|
||||
'Get-AzureRmADUser', 'New-AzureRmADAppCredential',
|
||||
'New-AzureRmADSpCredential', 'New-AzureRmADUser',
|
||||
'Remove-AzureRmADAppCredential', 'Remove-AzureRmADApplication',
|
||||
'New-AzureRmADApplication', 'Remove-AzureRmADServicePrincipal',
|
||||
'New-AzureRmADServicePrincipal', 'Remove-AzureRmADSpCredential',
|
||||
'Remove-AzureRmADUser', 'Set-AzureRmADApplication',
|
||||
'Set-AzureRmADServicePrincipal', 'Set-AzureRmADUser',
|
||||
'Remove-AzureRmResourceGroup', 'Get-AzureRmProviderFeature',
|
||||
'Register-AzureRmProviderFeature', 'Get-AzureRmLocation',
|
||||
'Find-AzureRmResourceGroup', 'Export-AzureRmResourceGroup',
|
||||
'Get-AzureRmResourceProvider', 'Register-AzureRmResourceProvider',
|
||||
'Unregister-AzureRmResourceProvider',
|
||||
'Get-AzureRmResourceGroupDeployment',
|
||||
'New-AzureRmResourceGroupDeployment',
|
||||
'Remove-AzureRmResourceGroupDeployment',
|
||||
'Stop-AzureRmResourceGroupDeployment',
|
||||
'Test-AzureRmResourceGroupDeployment', 'Set-AzureRmResourceGroup',
|
||||
'New-AzureRmResourceGroup', 'Get-AzureRmResourceGroup',
|
||||
'Save-AzureRmResourceGroupDeploymentTemplate',
|
||||
'Get-AzureRmResourceGroupDeploymentOperation',
|
||||
'Get-AzureRmResourceLock', 'Invoke-AzureRmResourceAction',
|
||||
'Find-AzureRmResource', 'Move-AzureRmResource',
|
||||
'New-AzureRmResourceLock', 'Get-AzureRmPolicyAssignment',
|
||||
'Get-AzureRmPolicyDefinition', 'Get-AzureRmPolicySetDefinition',
|
||||
'New-AzureRmPolicyAssignment', 'New-AzureRmPolicyDefinition',
|
||||
'New-AzureRmPolicySetDefinition', 'Remove-AzureRmPolicyAssignment',
|
||||
'Remove-AzureRmPolicyDefinition',
|
||||
'Remove-AzureRmPolicySetDefinition', 'Set-AzureRmPolicyAssignment',
|
||||
'Set-AzureRmPolicyDefinition', 'Set-AzureRmPolicySetDefinition',
|
||||
'Remove-AzureRmResource', 'Remove-AzureRmResourceLock',
|
||||
'Set-AzureRmResource', 'New-AzureRmResource',
|
||||
'Set-AzureRmResourceLock', 'Get-AzureRmResource',
|
||||
'Get-AzureRmManagedApplicationDefinition',
|
||||
'New-AzureRmManagedApplicationDefinition',
|
||||
'Set-AzureRmManagedApplicationDefinition',
|
||||
'Remove-AzureRmManagedApplicationDefinition',
|
||||
'Get-AzureRmManagedApplication', 'New-AzureRmManagedApplication',
|
||||
'Set-AzureRmManagedApplication', 'Remove-AzureRmManagedApplication'
|
||||
|
||||
# Variables to export from this module
|
||||
# VariablesToExport = @()
|
||||
|
||||
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
|
||||
AliasesToExport = 'Get-AzureRmResourceProviderAction'
|
||||
|
||||
# DSC resources to export from this module
|
||||
# DscResourcesToExport = @()
|
||||
|
||||
# List of all modules packaged with this module
|
||||
# ModuleList = @()
|
||||
|
||||
# List of all files packaged with this module
|
||||
# FileList = @()
|
||||
|
||||
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
|
||||
PrivateData = @{
|
||||
|
||||
PSData = @{
|
||||
|
||||
# Tags applied to this module. These help with module discovery in online galleries.
|
||||
Tags = 'Azure','ResourceManager','ARM','Provider','ResourceGroup','Deployment','ActiveDirectory','Authorization'
|
||||
|
||||
# A URL to the license for this module.
|
||||
LicenseUri = 'https://aka.ms/azps-license'
|
||||
|
||||
# A URL to the main website for this project.
|
||||
ProjectUri = 'https://github.com/Azure/azure-powershell'
|
||||
|
||||
# A URL to an icon representing this module.
|
||||
# IconUri = ''
|
||||
|
||||
# ReleaseNotes of this module
|
||||
ReleaseNotes = 'Updated for common code changes'
|
||||
|
||||
# External dependent modules of this module
|
||||
# ExternalModuleDependencies = ''
|
||||
|
||||
} # End of PSData hashtable
|
||||
|
||||
} # End of PrivateData hashtable
|
||||
|
||||
# HelpInfo URI of this module
|
||||
# HelpInfoURI = ''
|
||||
|
||||
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
|
||||
# DefaultCommandPrefix = ''
|
||||
|
||||
}
|
||||
|
|
@ -1,81 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<Import Project="..\..\..\..\..\tools\Common.Netcore.Dependencies.targets" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<AssemblyName>Microsoft.Azure.Commands.Resources</AssemblyName>
|
||||
<RootNamespace>Microsoft.Azure.Commands.Resources</RootNamespace>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<OutputPath>..\..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources.Netcore\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
|
||||
<DelaySign>false</DelaySign>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<OutputPath>..\..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Resources.Netcore\</OutputPath>
|
||||
<DocumentationFile></DocumentationFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<DelaySign>true</DelaySign>
|
||||
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
|
||||
<DefineConstants>TRACE;RELEASE;NETSTANDARD;SIGN</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<!--<ItemGroup >
|
||||
<PackageReference Include="Microsoft.Azure.Management.Authorization" Version="2.8.0-preview" />
|
||||
</ItemGroup> -->
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\AzureRM.Resources.Netcore.psd1" Link="AzureRM.Resources.Netcore.psd1">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\..\Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
|
||||
<ProjectReference Include="..\..\..\..\Common\Commands.Common\Common.Netcore.csproj" />
|
||||
<ProjectReference Include="..\..\..\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />
|
||||
<ProjectReference Include="..\..\..\Tags\Commands.Tags\Commands.Tags.Netcore.csproj" />
|
||||
<ProjectReference Include="..\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.Netcore.csproj" />
|
||||
<ProjectReference Include="..\..\..\..\Common\Commands.Common.Graph.RBAC\Common.Rbac.Netcore.csproj" />
|
||||
<!--<ProjectReference Include="..\..\..\..\Common\Commands.Common.Authorization\Commands.Common.Authorization.csproj" /> -->
|
||||
<ProjectReference Include="..\..\..\..\Common\Commands.Common.Authorization\Common.Authorization.Netcore.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Properties\Resources.Designer.cs">
|
||||
<DesignTime>true</DesignTime>
|
||||
<AutoGen>true</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="Microsoft.Azure.Commands.Resources.format.ps1xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="help\**\*" CopyToOutputDirectory="PreserveNewest" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Models.ResourceGroups\GalleryTemplatesClient.cs" />
|
||||
<Compile Remove="Models.ResourceGroups\PSGalleryItem.cs" />
|
||||
<Compile Remove="Models.ResourceGroups\ResourceClient.Events.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -21,7 +21,7 @@
|
|||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\..\Stack\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
|
||||
<OutputPath>$(StackPackageFolder)\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
@ -30,7 +30,7 @@
|
|||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
||||
<OutputPath>..\..\..\Stack\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
|
||||
<OutputPath>$(StackPackageFolder)\Stack\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
|
||||
<DefineConstants>TRACE;SIGN</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
|
@ -50,7 +50,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Azure.Management.ResourceManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
|
||||
<HintPath>$(LibrarySourceFolder)\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -25,8 +25,8 @@ using System.Runtime.InteropServices;
|
|||
[assembly: ComVisible(false)]
|
||||
[assembly: CLSCompliant(false)]
|
||||
[assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")]
|
||||
[assembly: AssemblyVersion("6.0.0")]
|
||||
[assembly: AssemblyFileVersion("6.0.0")]
|
||||
[assembly: AssemblyVersion("6.0.2")]
|
||||
[assembly: AssemblyFileVersion("6.0.2")]
|
||||
#if SIGN
|
||||
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Resources.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
|
||||
#else
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Microsoft.Azure.Management.Authorization" version="2.8.0-preview" targetFramework="net452" />
|
||||
<package id="Microsoft.Azure.Management.ResourceManager" version="1.6.0-preview" targetFramework="net452" />
|
||||
</packages>
|
Загрузка…
Ссылка в новой задаче