1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{6C7D3D81-37AB-445E-8081-78A1FEC0A773}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Commands.SiteRecovery.Test</RootNamespace >
11
+ <AssemblyName >Commands.SiteRecovery.Test</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\..\</SolutionDir >
15
+ <RestorePackages >true</RestorePackages >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <ItemGroup >
35
+ <Reference Include =" Microsoft.Azure.Common.Authentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
36
+ <SpecificVersion >False</SpecificVersion >
37
+ <HintPath >..\..\..\packages\Microsoft.Azure.Common.Authentication.1.0.27-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" Microsoft.Azure.Management.SiteRecovery, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
40
+ <HintPath >..\..\..\packages\Microsoft.Azure.Management.RecoveryServicesARM.0.0.22-preview\lib\net40\Microsoft.Azure.Management.SiteRecovery.dll</HintPath >
41
+ <Private >True</Private >
42
+ </Reference >
43
+ <Reference Include =" Microsoft.Azure.ResourceManager" >
44
+ <HintPath >..\..\..\packages\Microsoft.Azure.Management.Resources.2.18.1-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath >
45
+ </Reference >
46
+ <Reference Include =" Microsoft.Azure.Utilities.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
47
+ </Reference >
48
+ <Reference Include =" Hyak.Common" >
49
+ <HintPath >..\..\..\packages\Hyak.Common.1.0.2\lib\portable-net403+win+wpa81\Hyak.Common.dll</HintPath >
50
+ </Reference >
51
+ <Reference Include =" Microsoft.Azure.Common" >
52
+ <HintPath >..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" Microsoft.Azure.Common.NetFramework" >
55
+ <HintPath >..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" Microsoft.Azure.Test.Framework" >
58
+ <HintPath >..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.5571.32271-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath >
59
+ </Reference >
60
+ <Reference Include =" Microsoft.Azure.Test.HttpRecorder" >
61
+ <HintPath >..\..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.0.5571.32271-prerelease\lib\net45\Microsoft.Azure.Test.HttpRecorder.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" Microsoft.IdentityModel.Clients.ActiveDirectory" >
64
+ <SpecificVersion >False</SpecificVersion >
65
+ <HintPath >..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.14.201151115\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms" >
68
+ <SpecificVersion >False</SpecificVersion >
69
+ <HintPath >..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.14.201151115\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath >
70
+ </Reference >
71
+ <Reference Include =" Microsoft.Threading.Tasks" >
72
+ <HintPath >..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath >
73
+ </Reference >
74
+ <Reference Include =" Microsoft.Threading.Tasks.Extensions" >
75
+ <HintPath >..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath >
76
+ </Reference >
77
+ <Reference Include =" Microsoft.Threading.Tasks.Extensions.Desktop" >
78
+ <HintPath >..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath >
79
+ </Reference >
80
+ <Reference Include =" Microsoft.WindowsAzure.Management" >
81
+ <HintPath >..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath >
82
+ </Reference >
83
+ <Reference Include =" Microsoft.WindowsAzure.Testing, Version=1.0.5417.13285, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
84
+ <SpecificVersion >False</SpecificVersion >
85
+ <HintPath >..\..\..\packages\Hydra.SpecTestSupport.1.0.5417.13285-prerelease\lib\net45\Microsoft.WindowsAzure.Testing.dll</HintPath >
86
+ </Reference >
87
+ <Reference Include =" Newtonsoft.Json" >
88
+ <HintPath >..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath >
89
+ </Reference >
90
+ <Reference Include =" System" />
91
+ <Reference Include =" System.Core" />
92
+ <Reference Include =" System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
93
+ <SpecificVersion >False</SpecificVersion >
94
+ <HintPath >C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath >
95
+ </Reference >
96
+ <Reference Include =" System.Net" />
97
+ <Reference Include =" System.Net.Http" />
98
+ <Reference Include =" System.Net.Http.Extensions" >
99
+ <HintPath >..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath >
100
+ <Private >True</Private >
101
+ </Reference >
102
+ <Reference Include =" System.Net.Http.Primitives" >
103
+ <HintPath >..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath >
104
+ <Private >True</Private >
105
+ </Reference >
106
+ <Reference Include =" System.Net.Http.WebRequest" />
107
+ <Reference Include =" System.Runtime.Serialization" />
108
+ <Reference Include =" System.Xml.Linq" />
109
+ <Reference Include =" System.Data.DataSetExtensions" />
110
+ <Reference Include =" Microsoft.CSharp" />
111
+ <Reference Include =" System.Data" />
112
+ <Reference Include =" System.Xml" />
113
+ <Reference Include =" xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
114
+ <SpecificVersion >False</SpecificVersion >
115
+ <HintPath >..\..\..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath >
116
+ </Reference >
117
+ <Reference Include =" xunit.extensions" >
118
+ <HintPath >..\..\..\packages\xunit.extensions.1.9.2\lib\net20\xunit.extensions.dll</HintPath >
119
+ </Reference >
120
+ </ItemGroup >
121
+ <ItemGroup >
122
+ <Compile Include =" Properties\AssemblyInfo.cs" />
123
+ <Compile Include =" ScenarioTests\SiteRecoveryTests.cs" />
124
+ <Compile Include =" ScenarioTests\SiteRecoveryTestsBase.cs" />
125
+ </ItemGroup >
126
+ <ItemGroup >
127
+ <None Include =" packages.config" />
128
+ <None Include =" ScenarioTests\SiteRecoveryTests.ps1" >
129
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
130
+ </None >
131
+ <None Include =" ScenarioTests\vaultSettings.VaultCredentials" >
132
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
133
+ </None >
134
+ <None Include =" SessionRecords\Microsoft.Azure.Commands.SiteRecovery.Test.ScenarioTests.SiteRecoveryTests\EnumerationTests.json" >
135
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
136
+ </None >
137
+ <None Include =" SessionRecords\Microsoft.Azure.Commands.SiteRecovery.Test.ScenarioTests.SiteRecoveryTests\TestAssociateProfile.json" >
138
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
139
+ </None >
140
+ <None Include =" SessionRecords\Microsoft.Azure.Commands.SiteRecovery.Test.ScenarioTests.SiteRecoveryTests\TestCreateProfile.json" >
141
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
142
+ </None >
143
+ <None Include =" SessionRecords\Microsoft.Azure.Commands.SiteRecovery.Test.ScenarioTests.SiteRecoveryTests\TestDeleteProfile.json" >
144
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
145
+ </None >
146
+ <None Include =" SessionRecords\Microsoft.Azure.Commands.SiteRecovery.Test.ScenarioTests.SiteRecoveryTests\TestDissociateProfile.json" >
147
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
148
+ </None >
149
+ </ItemGroup >
150
+ <ItemGroup >
151
+ <ProjectReference Include =" ..\..\..\Common\Commands.Common\Commands.Common.csproj" >
152
+ <Project >{5ee72c53-1720-4309-b54b-5fb79703195f}</Project >
153
+ <Name >Commands.Common</Name >
154
+ </ProjectReference >
155
+ <ProjectReference Include =" ..\..\..\Common\Commands.ScenarioTests.Common\Commands.ScenarioTests.Common.csproj" >
156
+ <Project >{c1bda476-a5cc-4394-914d-48b0ec31a710}</Project >
157
+ <Name >Commands.ScenarioTests.Common</Name >
158
+ </ProjectReference >
159
+ <ProjectReference Include =" ..\Commands.SiteRecovery\Commands.SiteRecovery.csproj" >
160
+ <Project >{7c879645-31ee-4a78-ad81-5512300fa104}</Project >
161
+ <Name >Commands.SiteRecovery</Name >
162
+ </ProjectReference >
163
+ </ItemGroup >
164
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
165
+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
166
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
167
+ <PropertyGroup >
168
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
169
+ </PropertyGroup >
170
+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
171
+ <Error Condition =" !Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
172
+ </Target >
173
+ <Import Project =" ..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition =" Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
174
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
175
+ Other similar extension points exist, see Microsoft.Common.targets.
176
+ <Target Name="BeforeBuild">
177
+ </Target>
178
+ <Target Name="AfterBuild">
179
+ </Target>
180
+ -->
181
+ </Project >
0 commit comments