|
38 | 38 | <WarningLevel>4</WarningLevel>
|
39 | 39 | </PropertyGroup>
|
40 | 40 | <ItemGroup>
|
| 41 | + <Reference Include="FluentAssertions, Version=6.7.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\packages\FluentAssertions.6.7.0\lib\net47\FluentAssertions.dll</HintPath> |
| 43 | + </Reference> |
41 | 44 | <Reference Include="Microsoft.Office.Tools.Common.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
42 | 45 | <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
43 | 46 | <HintPath>..\packages\MSTest.TestFramework.2.2.7\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
|
|
46 | 49 | <HintPath>..\packages\MSTest.TestFramework.2.2.7\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
|
47 | 50 | </Reference>
|
48 | 51 | <Reference Include="System" />
|
| 52 | + <Reference Include="System.ComponentModel.Composition" /> |
| 53 | + <Reference Include="System.Configuration" /> |
| 54 | + <Reference Include="System.Data" /> |
| 55 | + <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath> |
| 57 | + <Private>True</Private> |
| 58 | + <Private>True</Private> |
| 59 | + </Reference> |
| 60 | + <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 61 | + <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath> |
| 62 | + <Private>True</Private> |
| 63 | + <Private>True</Private> |
| 64 | + </Reference> |
| 65 | + <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 66 | + <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath> |
| 67 | + <Private>True</Private> |
| 68 | + <Private>True</Private> |
| 69 | + </Reference> |
| 70 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 71 | + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 72 | + </Reference> |
| 73 | + <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath> |
| 75 | + <Private>True</Private> |
| 76 | + <Private>True</Private> |
| 77 | + </Reference> |
| 78 | + <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 79 | + <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath> |
| 80 | + <Private>True</Private> |
| 81 | + <Private>True</Private> |
| 82 | + </Reference> |
| 83 | + <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 84 | + <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath> |
| 85 | + <Private>True</Private> |
| 86 | + <Private>True</Private> |
| 87 | + </Reference> |
| 88 | + <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 89 | + <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath> |
| 90 | + <Private>True</Private> |
| 91 | + <Private>True</Private> |
| 92 | + </Reference> |
| 93 | + <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 94 | + <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.0\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath> |
| 95 | + </Reference> |
| 96 | + <Reference Include="System.Xml" /> |
| 97 | + <Reference Include="System.Xml.Linq" /> |
49 | 98 | </ItemGroup>
|
50 | 99 | <Choose>
|
51 | 100 | <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
|
|
0 commit comments