|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props')" /> |
4 | 3 | <PropertyGroup> |
5 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
38 | 37 | <WarningLevel>4</WarningLevel> |
39 | 38 | </PropertyGroup> |
40 | 39 | <ItemGroup> |
41 | | - <Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
42 | | - <HintPath>..\packages\Microsoft.Rest.ClientRuntime.2.3.10\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath> |
43 | | - </Reference> |
44 | | - <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
45 | | - <HintPath>..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
46 | | - </Reference> |
47 | | - <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
48 | | - <HintPath>..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> |
49 | | - </Reference> |
50 | | - <Reference Include="Microsoft.Web.XmlTransform, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
51 | | - <HintPath>..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath> |
52 | | - </Reference> |
53 | | - <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
54 | | - <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
55 | | - </Reference> |
56 | | - <Reference Include="NuGet.Core, Version=2.14.0.832, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
57 | | - <HintPath>..\packages\NuGet.Core.2.14.0\lib\net40-Client\NuGet.Core.dll</HintPath> |
58 | | - </Reference> |
59 | 40 | <Reference Include="System" /> |
60 | 41 | <Reference Include="System.Core" /> |
61 | 42 | <Reference Include="System.IO.Compression" /> |
62 | 43 | <Reference Include="System.IO.Compression.FileSystem" /> |
63 | | - <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
64 | | - <HintPath>..\packages\Microsoft.PowerShell.5.ReferenceAssemblies.1.1.0\lib\net4\System.Management.Automation.dll</HintPath> |
65 | | - <Private>True</Private> |
66 | | - </Reference> |
67 | 44 | <Reference Include="System.Net" /> |
68 | 45 | <Reference Include="System.Net.Http" /> |
69 | 46 | <Reference Include="System.Web" /> |
|
96 | 73 | </ItemGroup> |
97 | 74 | <ItemGroup> |
98 | 75 | <None Include="app.config" /> |
99 | | - <None Include="packages.config" /> |
100 | 76 | </ItemGroup> |
101 | 77 | <ItemGroup> |
102 | 78 | <ProjectReference Include="..\UiPath.PowerShell\UiPath.PowerShell.csproj"> |
|
108 | 84 | <Name>UiPath.Web.Client</Name> |
109 | 85 | </ProjectReference> |
110 | 86 | </ItemGroup> |
| 87 | + <ItemGroup> |
| 88 | + <PackageReference Include="Microsoft.PowerShell.5.ReferenceAssemblies"> |
| 89 | + <Version>1.1.0</Version> |
| 90 | + </PackageReference> |
| 91 | + <PackageReference Include="Microsoft.Rest.ClientRuntime"> |
| 92 | + <Version>2.3.18</Version> |
| 93 | + </PackageReference> |
| 94 | + <PackageReference Include="Microsoft.Web.Xdt"> |
| 95 | + <Version>3.0.0</Version> |
| 96 | + </PackageReference> |
| 97 | + <PackageReference Include="MSBuildTasks"> |
| 98 | + <Version>1.5.0.235</Version> |
| 99 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
| 100 | + <PrivateAssets>all</PrivateAssets> |
| 101 | + </PackageReference> |
| 102 | + <PackageReference Include="MSTest.TestAdapter"> |
| 103 | + <Version>1.4.0</Version> |
| 104 | + </PackageReference> |
| 105 | + <PackageReference Include="MSTest.TestFramework"> |
| 106 | + <Version>1.4.0</Version> |
| 107 | + </PackageReference> |
| 108 | + <PackageReference Include="Newtonsoft.Json"> |
| 109 | + <Version>12.0.1</Version> |
| 110 | + </PackageReference> |
| 111 | + <PackageReference Include="NuGet.Core"> |
| 112 | + <Version>2.14.0</Version> |
| 113 | + </PackageReference> |
| 114 | + </ItemGroup> |
111 | 115 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
112 | 116 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
113 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
114 | | - <PropertyGroup> |
115 | | - <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> |
116 | | - </PropertyGroup> |
117 | | - <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props'))" /> |
118 | | - <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets'))" /> |
119 | | - <Error Condition="!Exists('..\packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets'))" /> |
120 | | - </Target> |
121 | | - <Import Project="..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets')" /> |
122 | | - <Import Project="..\packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets" Condition="Exists('..\packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets')" /> |
123 | 117 | <Target Name="BeforeBuild" Condition="'$(Revision)' != '' "> |
124 | 118 | <FileUpdate Files="..\properties\GlobalAssemblyInfo.cs" Regex="(?<=AssemblyVersion\("\d+\.\d+\.\d+\.)(\*)" ReplacementText="$(Revision)" /> |
125 | 119 | </Target> |
|
0 commit comments