1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\xunit.core.2.3.0\build\xunit.core.props" Condition =" Exists('..\packages\xunit.core.2.3.0\build\xunit.core.props')" />
4+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+ <PropertyGroup >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{CC3A34AA-D62B-4352-8A44-5E3380216905}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >DotNet.Tests</RootNamespace >
12+ <AssemblyName >DotNet.Tests</AssemblyName >
13+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <TargetFrameworkProfile />
16+ <NuGetPackageImportStamp >
17+ </NuGetPackageImportStamp >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" Microsoft.Azure.Management.Compute, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
38+ <HintPath >..\packages\Microsoft.Azure.Management.Compute.16.3.0\lib\net452\Microsoft.Azure.Management.Compute.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" Microsoft.Azure.Management.Network, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
41+ <HintPath >..\packages\Microsoft.Azure.Management.Network.15.0.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" Microsoft.Azure.Management.ResourceManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
47+ <HintPath >..\packages\Microsoft.Rest.ClientRuntime.2.3.10\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
50+ <HintPath >..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.10\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
54+ <Private >True</Private >
55+ </Reference >
56+ <Reference Include =" System" />
57+ <Reference Include =" System.Core" />
58+ <Reference Include =" System.Xml.Linq" />
59+ <Reference Include =" System.Data.DataSetExtensions" />
60+ <Reference Include =" Microsoft.CSharp" />
61+ <Reference Include =" System.Data" />
62+ <Reference Include =" System.Net.Http" />
63+ <Reference Include =" System.Xml" />
64+ <Reference Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
65+ <HintPath >..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" xunit.assert, Version=2.3.0.3820, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
68+ <HintPath >..\packages\xunit.assert.2.3.0\lib\netstandard1.1\xunit.assert.dll</HintPath >
69+ </Reference >
70+ <Reference Include =" xunit.core, Version=2.3.0.3820, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
71+ <HintPath >..\packages\xunit.extensibility.core.2.3.0\lib\netstandard1.1\xunit.core.dll</HintPath >
72+ </Reference >
73+ <Reference Include =" xunit.execution.desktop, Version=2.3.0.3820, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
74+ <HintPath >..\packages\xunit.extensibility.execution.2.3.0\lib\net452\xunit.execution.desktop.dll</HintPath >
75+ </Reference >
76+ </ItemGroup >
77+ <ItemGroup >
78+ <Compile Include =" Properties\AssemblyInfo.cs" />
79+ </ItemGroup >
80+ <ItemGroup >
81+ <ProjectReference Include =" ..\DotNet\DotNet.csproj" >
82+ <Project >{a2bf6184-cfaf-4395-896d-6062d5c08ca1}</Project >
83+ <Name >DotNet</Name >
84+ </ProjectReference >
85+ </ItemGroup >
86+ <ItemGroup >
87+ <None Include =" packages.config" />
88+ </ItemGroup >
89+ <ItemGroup >
90+ <Analyzer Include =" ..\packages\xunit.analyzers.0.7.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
91+ </ItemGroup >
92+ <ItemGroup >
93+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
94+ </ItemGroup >
95+ <Import Project =" ..\Shared.Tests\Shared.Tests.projitems" Label =" Shared" />
96+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
98+ <PropertyGroup >
99+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
100+ </PropertyGroup >
101+ <Error Condition =" !Exists('..\packages\xunit.core.2.3.0\build\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.3.0\build\xunit.core.props'))" />
102+ <Error Condition =" !Exists('..\packages\xunit.core.2.3.0\build\xunit.core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.3.0\build\xunit.core.targets'))" />
103+ </Target >
104+ <Import Project =" ..\packages\xunit.core.2.3.0\build\xunit.core.targets" Condition =" Exists('..\packages\xunit.core.2.3.0\build\xunit.core.targets')" />
105+ </Project >
0 commit comments