|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
|
15 | 15 | <RestorePackages>true</RestorePackages>
|
16 |
| - <NuGetPackageImportStamp>0a6b5a36</NuGetPackageImportStamp> |
| 16 | + <NuGetPackageImportStamp>79105e11</NuGetPackageImportStamp> |
17 | 17 | </PropertyGroup>
|
18 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19 | 19 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
40 | 40 | <ItemGroup>
|
41 | 41 | <Compile Include="Collection\RemoteAppCollection.cs" />
|
42 | 42 | <Compile Include="Common\CollectionObjects.cs" />
|
43 |
| - <Compile Include="Common\MockCommandRuntime.cs" /> |
44 | 43 | <Compile Include="Common\MockObject.cs" />
|
45 | 44 | <Compile Include="Common\RemoteApp.cs" />
|
46 | 45 | <Compile Include="Common\RemoteAppClient.cs" />
|
|
79 | 78 | </ProjectReference>
|
80 | 79 | </ItemGroup>
|
81 | 80 | <ItemGroup>
|
| 81 | + <!--<Reference Include="Microsoft.WindowsAzure.Common"> |
| 82 | + <HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.0\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath> |
| 83 | + </Reference>--> |
82 | 84 | <Reference Include="Hyak.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
83 | 85 | <SpecificVersion>False</SpecificVersion>
|
84 | 86 | <HintPath>..\..\..\packages\Hyak.Common.1.0.2\lib\net45\Hyak.Common.dll</HintPath>
|
|
107 | 109 | <SpecificVersion>False</SpecificVersion>
|
108 | 110 | <HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
|
109 | 111 | </Reference>
|
110 |
| - <!--<Reference Include="Microsoft.WindowsAzure.Common"> |
111 |
| - <HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.0\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath> |
112 |
| - </Reference>--> |
113 | 112 | <Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
114 | 113 | <SpecificVersion>False</SpecificVersion>
|
115 |
| - <HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.0\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath> |
| 114 | + <HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.0.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath> |
116 | 115 | </Reference>
|
117 | 116 | <Reference Include="Moq, Version=4.2.1402.2112, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
|
118 | 117 | <HintPath>..\..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
|
119 | 118 | <SpecificVersion>False</SpecificVersion>
|
120 | 119 | </Reference>
|
121 | 120 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
122 | 121 | <SpecificVersion>False</SpecificVersion>
|
123 |
| - <HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 122 | + <HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath> |
124 | 123 | </Reference>
|
125 | 124 | <Reference Include="System" />
|
126 | 125 | <Reference Include="System.Management.Automation" />
|
127 | 126 | <Reference Include="System.Net" />
|
128 | 127 | <Reference Include="System.Net.Http" />
|
129 |
| - <Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 128 | + <Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
130 | 129 | <SpecificVersion>False</SpecificVersion>
|
131 |
| - <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath> |
| 130 | + <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath> |
132 | 131 | </Reference>
|
133 |
| - <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 132 | + <Reference Include="System.Net.Http.Primitives, Version=4.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
134 | 133 | <SpecificVersion>False</SpecificVersion>
|
135 |
| - <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath> |
| 134 | + <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath> |
136 | 135 | </Reference>
|
137 | 136 | <Reference Include="System.Net.Http.WebRequest" />
|
138 | 137 | <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
|
|
157 | 156 | <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>
|
158 | 157 | </PropertyGroup>
|
159 | 158 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
160 |
| - <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'))" /> |
161 | 159 | </Target>
|
162 |
| - <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')" /> |
| 160 | + <Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" /> |
| 161 | + <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> |
| 162 | + <Error Condition="!Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="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=317567." HelpKeyword="BCLBUILD2001" /> |
| 163 | + <Error Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" /> |
| 164 | + </Target> |
163 | 165 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
164 | 166 | Other similar extension points exist, see Microsoft.Common.targets.
|
165 | 167 | <Target Name="BeforeBuild">
|
|
0 commit comments