Skip to content

Commit 450e1e4

Browse files
committed
Adding csproj file
1 parent a880f9a commit 450e1e4

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
2929
<RunCodeAnalysis>true</RunCodeAnalysis>
3030
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
31+
<PlatformTarget>AnyCPU</PlatformTarget>
3132
</PropertyGroup>
3233
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3334
<OutputPath>..\..\..\Package\Release\ServiceManagement\Azure\StorSimple\</OutputPath>
@@ -86,7 +87,7 @@
8687
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
8788
</Reference>
8889
<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>
9091
</Reference>
9192
<Reference Include="Microsoft.WindowsAzure.Management.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9293
<SpecificVersion>False</SpecificVersion>
@@ -127,28 +128,44 @@
127128
<ItemGroup>
128129
<Compile Include="AzureBackupContainerCmdletBase.cs" />
129130
<Compile Include="AzureBackupDSCmdletBase.cs" />
131+
<Compile Include="AzureBackupItemCmdletBase.cs" />
132+
<Compile Include="AzureBackupPolicyCmdletBase.cs" />
130133
<Compile Include="AzureBackupVaultCmdletBase.cs" />
131134
<Compile Include="AzureBackupCmdletBase.cs" />
132135
<Compile Include="AzureBackupCmdletHelpMessage.cs" />
133136
<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" />
134143
<Compile Include="Cmdlets\RecoveryPoint\GetAzureBackupRecoveryPoint.cs" />
135144
<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" />
138146
<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" />
139150
<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" />
145158
<Compile Include="Models\AzureBackupBaseObjects.cs" />
146159
<Compile Include="Models\AzureBackupContainer.cs" />
147160
<Compile Include="Models\AzureBackupEnums.cs" />
148161
<Compile Include="Models\AzureBackupItem.cs" />
149162
<Compile Include="Models\AzureBackupRecoveryPoint.cs" />
163+
<Compile Include="Models\JobObjects.cs" />
150164
<Compile Include="Models\ListContainerQueryParameter.cs" />
151165
<Compile Include="Models\ProtectionPolicy.cs" />
166+
<Compile Include="Models\RegisterContainer\RegisterContainer.cs">
167+
<SubType>Code</SubType>
168+
</Compile>
152169
<Compile Include="Properties\Resources.Designer.cs">
153170
<AutoGen>True</AutoGen>
154171
<DesignTime>True</DesignTime>
@@ -161,10 +178,6 @@
161178
<Project>{5ee72c53-1720-4309-b54b-5fb79703195f}</Project>
162179
<Name>Commands.Common</Name>
163180
</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>
168181
</ItemGroup>
169182
<ItemGroup>
170183
<None Include="Microsoft.Azure.Commands.AzureBackup.format.ps1xml">
@@ -191,6 +204,7 @@
191204
<Content Include="Resources\Microsoft.WindowsAzure.Management.Common.dll" />
192205
<Content Include="Resources\Security.Cryptography.dll" />
193206
</ItemGroup>
207+
<ItemGroup />
194208
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
195209
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
196210
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

0 commit comments

Comments
 (0)