зеркало из
1
0
Форкнуть 0

Storage.Admin now using Common packages.

This commit is contained in:
MiYanni 2018-08-21 14:21:28 -07:00
Родитель cb0e6ab0e9
Коммит 4d02b41c57
3 изменённых файлов: 35 добавлений и 25 удалений

Просмотреть файл

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\tools\Common.Dependencies.targets" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -52,16 +53,21 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\ResourceManager\Profile\Commands.Profile\Commands.Profile.csproj">
<Project>{142d7b0b-388a-4ceb-a228-7f6d423c5c2e}</Project>
<Name>Commands.Profile</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\..\..\tools\Common.Dependencies.targets" />
<Target Name="AfterBuild">
<ItemGroup>
<MarkdownFiles Include="$(ProjectDir)..\Help\*.md" />
</ItemGroup>
<ItemGroup>
<OutFiles Include="$(ProjectDir)$(RootNameSpace)\**\*.*" Exclude="$(ProjectDir)$(RootNameSpace)\ref\fullclr\$(RootNameSpace).*"/>
<OutFiles Include="$(ProjectDir)$(RootNameSpace)\**\*.*" Exclude="$(ProjectDir)$(RootNameSpace)\ref\fullclr\$(RootNameSpace).*" />
</ItemGroup>
<Copy SourceFiles="@(OutFiles)" DestinationFiles="@(OutFiles->'..\..\..\Stack\$(Configuration)\ResourceManager\AzureResourceManager\$(RootNameSpace)\%(RecursiveDir)%(Filename)%(Extension)')" />
<Copy SourceFiles="@(MarkdownFiles)" DestinationFolder="..\..\..\Stack\$(Configuration)\ResourceManager\AzureResourceManager\$(RootNameSpace)\help\" ContinueOnError="false" />
</Target>
</Project>
</Project>

Просмотреть файл

@ -3,31 +3,40 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azs.Storage.Admin", "Module/Azs.Storage.Admin.csproj", "{94678CB3-8F0B-44D6-8B65-39B4AE43568F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azs.Storage.Admin", "Module\Azs.Storage.Admin.csproj", "{0EFE4B31-93F3-4390-8413-286D7E9F3A30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azs.Fabrc.Admin.Tests", "Tests/Azs.Storage.Admin.Tests.csproj", "{88DCE80E-D019-460F-B4AD-B332E8700B96}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azs.Storage.Admin.Tests", "Tests\Azs.Storage.Admin.Tests.csproj", "{BDF9F606-E419-4F24-B84F-B3BE6A92E9FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{060D6F31-AF9F-459B-A01B-F7B18726A72D}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Profile", "..\..\ResourceManager\Profile\Commands.Profile\Commands.Profile.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94678CB3-8F0B-44D6-8B65-39B4AE43568F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94678CB3-8F0B-44D6-8B65-39B4AE43568F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94678CB3-8F0B-44D6-8B65-39B4AE43568F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94678CB3-8F0B-44D6-8B65-39B4AE43568F}.Release|Any CPU.Build.0 = Release|Any CPU
{88DCE80E-D019-460F-B4AD-B332E8700B96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88DCE80E-D019-460F-B4AD-B332E8700B96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88DCE80E-D019-460F-B4AD-B332E8700B96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88DCE80E-D019-460F-B4AD-B332E8700B96}.Release|Any CPU.Build.0 = Release|Any CPU
{0EFE4B31-93F3-4390-8413-286D7E9F3A30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EFE4B31-93F3-4390-8413-286D7E9F3A30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EFE4B31-93F3-4390-8413-286D7E9F3A30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EFE4B31-93F3-4390-8413-286D7E9F3A30}.Release|Any CPU.Build.0 = Release|Any CPU
{BDF9F606-E419-4F24-B84F-B3BE6A92E9FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDF9F606-E419-4F24-B84F-B3BE6A92E9FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDF9F606-E419-4F24-B84F-B3BE6A92E9FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDF9F606-E419-4F24-B84F-B3BE6A92E9FA}.Release|Any CPU.Build.0 = Release|Any CPU
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B8FB787-2736-44CF-9133-5DFEAE762E2A}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\tools\Common.Dependencies.Test.targets" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -42,17 +43,6 @@
<Reference Include="Microsoft.AzureStack.Management.Storage.Admin, Version=0.1.0-preview">
<HintPath>..\..\..\packages\Microsoft.AzureStack.Management.Storage.Admin.0.1.0-preview\lib\net452\Microsoft.AzureStack.Management.Storage.Admin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.7.2\lib\net452\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Microsoft.Azure.Test.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.8.1\lib\net452\Microsoft.Azure.Test.HttpRecorder.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
@ -68,6 +58,11 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Module\Azs.Storage.Admin.csproj">
<Project>{0efe4b31-93f3-4390-8413-286d7e9f3a30}</Project>
<Name>Azs.Storage.Admin</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\..\..\tools\Common.Dependencies.targets" />
</Project>