|
28 | 28 | <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode> |
29 | 29 | <RunCodeAnalysis>true</RunCodeAnalysis> |
30 | 30 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 31 | + <PlatformTarget>AnyCPU</PlatformTarget> |
31 | 32 | </PropertyGroup> |
32 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
33 | 34 | <OutputPath>..\..\..\Package\Release\ServiceManagement\Azure\StorSimple\</OutputPath> |
|
86 | 87 | <HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath> |
87 | 88 | </Reference> |
88 | 89 | <Reference Include="Microsoft.WindowsAzure.Management.BackupServicesManagment"> |
89 | | - <HintPath>..\..\..\..\..\azure-sdk-for-net\binaries\net40\Microsoft.WindowsAzure.Management.BackupServicesManagment.dll</HintPath> |
| 90 | + <HintPath>..\..\..\..\..\..\azure-sdk-for-net\src\ResourceManagement\AzureBackup\BackupServicesManagment\bin\Net40-Debug\Microsoft.WindowsAzure.Management.BackupServicesManagment.dll</HintPath> |
90 | 91 | </Reference> |
91 | 92 | <Reference Include="Microsoft.WindowsAzure.Management.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
92 | 93 | <SpecificVersion>False</SpecificVersion> |
|
127 | 128 | <ItemGroup> |
128 | 129 | <Compile Include="AzureBackupContainerCmdletBase.cs" /> |
129 | 130 | <Compile Include="AzureBackupDSCmdletBase.cs" /> |
| 131 | + <Compile Include="AzureBackupItemCmdletBase.cs" /> |
| 132 | + <Compile Include="AzureBackupPolicyCmdletBase.cs" /> |
130 | 133 | <Compile Include="AzureBackupVaultCmdletBase.cs" /> |
131 | 134 | <Compile Include="AzureBackupCmdletBase.cs" /> |
132 | 135 | <Compile Include="AzureBackupCmdletHelpMessage.cs" /> |
133 | 136 | <Compile Include="Cmdlets\BackUp\TriggerBackUp.cs" /> |
| 137 | + <Compile Include="Cmdlets\DataSource\Disable-AzureBackupProtection .cs" /> |
| 138 | + <Compile Include="Cmdlets\DataSource\Enable-AzureBackupProtection .cs" /> |
| 139 | + <Compile Include="Cmdlets\DataSource\GetAzureBackupItem.cs" /> |
| 140 | + <Compile Include="Cmdlets\ProtectionPolicy\NewAzureBackupProtectionPolicy.cs" /> |
| 141 | + <Compile Include="Cmdlets\ProtectionPolicy\RemoveAzureBackupProtectionPolicy.cs" /> |
| 142 | + <Compile Include="Cmdlets\ProtectionPolicy\SetAzureBackupProtectionPolicy.cs" /> |
134 | 143 | <Compile Include="Cmdlets\RecoveryPoint\GetAzureBackupRecoveryPoint.cs" /> |
135 | 144 | <Compile Include="Cmdlets\Container\GetAzureBackupContainer.cs" /> |
136 | | - <Compile Include="Cmdlets\Container\RegisterAzureBackupContainer.cs" /> |
137 | | - <Compile Include="Cmdlets\Container\UnregisterAzureBackupContainer.cs" /> |
| 145 | + <Compile Include="Cmdlets\Jobs\AzureBackupJobHelper.cs" /> |
138 | 146 | <Compile Include="Cmdlets\Jobs\GetAzureBackupJob.cs" /> |
| 147 | + <Compile Include="Cmdlets\Jobs\GetAzureBackupJobDetails.cs" /> |
| 148 | + <Compile Include="Cmdlets\Jobs\StopAzureBackukpJob.cs" /> |
| 149 | + <Compile Include="Cmdlets\Jobs\WaitAzureBackupJob.cs" /> |
139 | 150 | <Compile Include="Cmdlets\ProtectionPolicy\GetAzureBackupProtectionPolicy.cs" /> |
140 | | - <Compile Include="Cmdlets\VaultCredentials\AcsNamespace.cs" /> |
141 | | - <Compile Include="Cmdlets\VaultCredentials\CertUtils.cs" /> |
142 | | - <Compile Include="Cmdlets\VaultCredentials\Constants.cs" /> |
143 | | - <Compile Include="Cmdlets\VaultCredentials\GetAzureBackupVaultCredentials.cs" /> |
144 | | - <Compile Include="Cmdlets\VaultCredentials\VaultCredentials.cs" /> |
| 151 | + <Compile Include="Cmdlets\RegisterContainer\RegisterAzureBackupContainer.cs" /> |
| 152 | + <Compile Include="Cmdlets\Vault\GetAzureBackupVaultCredentials\AcsNamespace.cs" /> |
| 153 | + <Compile Include="Cmdlets\Vault\GetAzureBackupVaultCredentials\CertUtils.cs" /> |
| 154 | + <Compile Include="Cmdlets\Vault\GetAzureBackupVaultCredentials\Constants.cs" /> |
| 155 | + <Compile Include="Cmdlets\Vault\GetAzureBackupVaultCredentials\GetAzureBackupVaultCredentials.cs" /> |
| 156 | + <Compile Include="Cmdlets\Vault\GetAzureBackupVaultCredentials\VaultCredentials.cs" /> |
| 157 | + <Compile Include="Cmdlets\Vault\SetAzureBackupVaultStorageType.cs" /> |
145 | 158 | <Compile Include="Models\AzureBackupBaseObjects.cs" /> |
146 | 159 | <Compile Include="Models\AzureBackupContainer.cs" /> |
147 | 160 | <Compile Include="Models\AzureBackupEnums.cs" /> |
148 | 161 | <Compile Include="Models\AzureBackupItem.cs" /> |
149 | 162 | <Compile Include="Models\AzureBackupRecoveryPoint.cs" /> |
| 163 | + <Compile Include="Models\JobObjects.cs" /> |
150 | 164 | <Compile Include="Models\ListContainerQueryParameter.cs" /> |
151 | 165 | <Compile Include="Models\ProtectionPolicy.cs" /> |
| 166 | + <Compile Include="Models\RegisterContainer\RegisterContainer.cs"> |
| 167 | + <SubType>Code</SubType> |
| 168 | + </Compile> |
152 | 169 | <Compile Include="Properties\Resources.Designer.cs"> |
153 | 170 | <AutoGen>True</AutoGen> |
154 | 171 | <DesignTime>True</DesignTime> |
|
161 | 178 | <Project>{5ee72c53-1720-4309-b54b-5fb79703195f}</Project> |
162 | 179 | <Name>Commands.Common</Name> |
163 | 180 | </ProjectReference> |
164 | | - <ProjectReference Include="..\..\Compute\Commands.Compute\Commands.Compute.csproj"> |
165 | | - <Project>{52643bd5-6378-49bd-9f6e-dac9dd8a867b}</Project> |
166 | | - <Name>Commands.Compute</Name> |
167 | | - </ProjectReference> |
168 | 181 | </ItemGroup> |
169 | 182 | <ItemGroup> |
170 | 183 | <None Include="Microsoft.Azure.Commands.AzureBackup.format.ps1xml"> |
|
191 | 204 | <Content Include="Resources\Microsoft.WindowsAzure.Management.Common.dll" /> |
192 | 205 | <Content Include="Resources\Security.Cryptography.dll" /> |
193 | 206 | </ItemGroup> |
| 207 | + <ItemGroup /> |
194 | 208 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
195 | 209 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
196 | 210 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
0 commit comments