|
19 | 19 | <DebugSymbols>true</DebugSymbols> |
20 | 20 | <DebugType>full</DebugType> |
21 | 21 | <Optimize>false</Optimize> |
22 | | - <OutputPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRm.AzureStackAdmin\</OutputPath> |
| 22 | + <OutputPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\</OutputPath> |
23 | 23 | <DefineConstants>TRACE;DEBUG</DefineConstants> |
24 | 24 | <ErrorReport>prompt</ErrorReport> |
25 | 25 | <WarningLevel>4</WarningLevel> |
|
28 | 28 | <Prefer32Bit>false</Prefer32Bit> |
29 | 29 | </PropertyGroup> |
30 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
31 | | - <OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRm.AzureStackAdmin\</OutputPath> |
| 31 | + <OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\</OutputPath> |
32 | 32 | <DefineConstants>TRACE;SIGN</DefineConstants> |
33 | 33 | <Optimize>true</Optimize> |
34 | 34 | <DebugType>pdbonly</DebugType> |
|
80 | 80 | </Reference> |
81 | 81 | <Reference Include="Microsoft.Azure.Common"> |
82 | 82 | <HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath> |
83 | | - </Reference> |
| 83 | + </Reference> |
| 84 | + <Reference Include="Microsoft.Azure.Common.NetFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 85 | + <SpecificVersion>False</SpecificVersion> |
| 86 | + <HintPath>..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath> |
| 87 | + </Reference> |
84 | 88 | <Reference Include="Microsoft.Azure.Common.Authentication"> |
85 | 89 | <HintPath>..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath> |
86 | 90 | <Private>True</Private> |
|
92 | 96 | <Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication"> |
93 | 97 | <HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.0.11.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath> |
94 | 98 | <Private>True</Private> |
95 | | - </Reference> |
96 | | - <Reference Include="Microsoft.Azure.Common.NetFramework"> |
97 | | - <SpecificVersion>False</SpecificVersion> |
98 | | - <HintPath>..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath> |
99 | | - </Reference> |
| 99 | + </Reference> |
100 | 100 | </ItemGroup> |
101 | 101 | <ItemGroup> |
102 | 102 | <ProjectReference Include="..\..\..\Common\Commands.Common\Commands.Common.csproj"> |
|
0 commit comments