|
75 | 75 | <SpecificVersion>False</SpecificVersion>
|
76 | 76 | <HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
77 | 77 | </Reference>
|
| 78 | + <Reference Include="Security.Cryptography, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 79 | + <SpecificVersion>False</SpecificVersion> |
| 80 | + <HintPath>lib\Security.Cryptography.dll</HintPath> |
| 81 | + </Reference> |
78 | 82 | <Reference Include="System" />
|
79 | 83 | <Reference Include="System.Core" />
|
80 | 84 | <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
103 | 107 | <ItemGroup>
|
104 | 108 | <Compile Include="lib\PSStorageObjects.cs" />
|
105 | 109 | <Compile Include="lib\PSNetworkObjects.cs" />
|
| 110 | + <Compile Include="lib\CertUtils.cs" /> |
106 | 111 | <Compile Include="lib\PSContracts.cs" />
|
107 | 112 | <Compile Include="lib\PSObjects.cs" />
|
108 | 113 | <Compile Include="lib\PSParameterSets.cs" />
|
109 | 114 | <Compile Include="lib\PSRecoveryPlanObjects.cs" />
|
| 115 | + <Compile Include="lib\Utilities.cs" /> |
110 | 116 | <Compile Include="Properties\Resources.Designer.cs">
|
111 | 117 | <AutoGen>True</AutoGen>
|
112 | 118 | <DesignTime>True</DesignTime>
|
113 | 119 | <DependentUpon>Resources.resx</DependentUpon>
|
114 | 120 | </Compile>
|
| 121 | + <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesCloudServiceClient.cs" /> |
115 | 122 | <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesStorageClient.cs" />
|
116 | 123 | <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesStorageMappingClient.cs" />
|
117 | 124 | <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesNetworkMappingClient.cs" />
|
118 | 125 | <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesNetworkClient.cs" />
|
| 126 | + <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesVaultClient.cs" /> |
| 127 | + <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesVaultExtendedInfoClient.cs" /> |
119 | 128 | <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesVMGroupClient.cs" />
|
120 | 129 | <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesPEClient.cs" />
|
121 | 130 | <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesClient.cs">
|
|
128 | 137 | <Compile Include="PSRecoveryServicesClient\PSRecoveryServicesVMClient.cs" />
|
129 | 138 | <Compile Include="RecoveryServicesCmdletBase.cs" />
|
130 | 139 | <Compile Include="Properties\AssemblyInfo.cs" />
|
| 140 | + <Compile Include="Service\CreateAzureSiteRecoveryVault.cs" /> |
131 | 141 | <Compile Include="Service\GetAzureSiteRecoveryStorage.cs" />
|
132 | 142 | <Compile Include="Service\GetAzureSiteRecoveryStorageMapping.cs" />
|
| 143 | + <Compile Include="Service\GetAzureSiteRecoveryVaults.cs" /> |
133 | 144 | <Compile Include="Service\NewAzureSiteRecoveryStorageMapping.cs" />
|
134 | 145 | <Compile Include="Service\RemoveAzureSiteRecoveryStorageMapping.cs" />
|
135 | 146 | <Compile Include="Service\RemoveAzureSiteRecoveryNetworkMapping.cs" />
|
|
138 | 149 | <Compile Include="Service\GetAzureSiteRecoveryNetwork.cs" />
|
139 | 150 | <Compile Include="Service\CreateAzureSiteRecoveryRecoveryPlan.cs" />
|
140 | 151 | <Compile Include="Service\GetAzureSiteRecoveryRecoveryPlanFile.cs" />
|
| 152 | + <Compile Include="Service\GetAzureSiteRecoveryVaultCredential.cs" /> |
141 | 153 | <Compile Include="Service\RemoveAzureSiteRecoveryRecoveryPlan.cs" />
|
142 | 154 | <Compile Include="Service\GetAzureSiteRecoveryProtectionEntity.cs" />
|
143 | 155 | <Compile Include="Service\RestartAzureSiteRecoveryJob.cs" />
|
|
166 | 178 | </ProjectReference>
|
167 | 179 | </ItemGroup>
|
168 | 180 | <ItemGroup>
|
| 181 | + <Content Include="lib\Microsoft.Azure.RecoveryServices.dll" /> |
| 182 | + <Content Include="lib\Security.Cryptography.dll"> |
| 183 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 184 | + </Content> |
169 | 185 | <Content Include="Microsoft.Azure.Commands.RecoveryServices.dll-help.xml">
|
170 | 186 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
171 | 187 | </Content>
|
|
181 | 197 | <None Include="MSSharedLibKey.snk" />
|
182 | 198 | <None Include="packages.config" />
|
183 | 199 | </ItemGroup>
|
| 200 | + <ItemGroup> |
| 201 | + <WCFMetadata Include="Service References\" /> |
| 202 | + </ItemGroup> |
184 | 203 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
185 | 204 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
186 | 205 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
0 commit comments