|
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 | 16 | <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion> |
| 17 | + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
| 18 | + <RestorePackages>true</RestorePackages> |
17 | 19 | </PropertyGroup> |
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 21 | <DebugSymbols>true</DebugSymbols> |
|
41 | 43 | </PropertyGroup> |
42 | 44 | <ItemGroup> |
43 | 45 | <Reference Include="Microsoft.Threading.Tasks"> |
44 | | - <HintPath>packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.dll</HintPath> |
| 46 | + <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.dll</HintPath> |
45 | 47 | </Reference> |
46 | 48 | <Reference Include="Microsoft.Threading.Tasks.Extensions"> |
47 | | - <HintPath>packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
| 49 | + <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
48 | 50 | </Reference> |
49 | 51 | <Reference Include="System" /> |
50 | 52 | <Reference Include="System.Core" /> |
51 | 53 | <Reference Include="Microsoft.CSharp" /> |
52 | 54 | <Reference Include="System.IO"> |
53 | | - <HintPath>packages\Microsoft.Bcl.1.1.10\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll</HintPath> |
| 55 | + <HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll</HintPath> |
54 | 56 | </Reference> |
55 | 57 | <Reference Include="System.Net.Http"> |
56 | | - <HintPath>packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath> |
| 58 | + <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath> |
57 | 59 | </Reference> |
58 | 60 | <Reference Include="System.Net.Http.Extensions"> |
59 | | - <HintPath>packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath> |
| 61 | + <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath> |
60 | 62 | </Reference> |
61 | 63 | <Reference Include="System.Net.Http.Primitives"> |
62 | | - <HintPath>packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath> |
| 64 | + <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath> |
63 | 65 | </Reference> |
64 | 66 | <Reference Include="System.Runtime"> |
65 | | - <HintPath>packages\Microsoft.Bcl.1.1.10\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll</HintPath> |
| 67 | + <HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll</HintPath> |
66 | 68 | </Reference> |
67 | 69 | <Reference Include="System.Threading.Tasks"> |
68 | | - <HintPath>packages\Microsoft.Bcl.1.1.10\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll</HintPath> |
| 70 | + <HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll</HintPath> |
69 | 71 | </Reference> |
70 | 72 | </ItemGroup> |
71 | 73 | <ItemGroup> |
|
106 | 108 | <Compile Include="Files\ListFolderContinueError.cs" /> |
107 | 109 | <Compile Include="Files\ListFolderError.cs" /> |
108 | 110 | <Compile Include="Files\ListFolderResult.cs" /> |
| 111 | + <Compile Include="Files\ListRevisionsArg.cs" /> |
| 112 | + <Compile Include="Files\ListRevisionsError.cs" /> |
| 113 | + <Compile Include="Files\ListRevisionsResult.cs" /> |
109 | 114 | <Compile Include="Files\Metadata.cs" /> |
110 | 115 | <Compile Include="Files\NoFile.cs" /> |
111 | 116 | <Compile Include="Files\NoFileReason.cs" /> |
112 | 117 | <Compile Include="Files\PathError.cs" /> |
| 118 | + <Compile Include="Files\PreviewArg.cs" /> |
| 119 | + <Compile Include="Files\PreviewError.cs" /> |
113 | 120 | <Compile Include="Files\RelocationArg.cs" /> |
114 | 121 | <Compile Include="Files\RelocationError.cs" /> |
| 122 | + <Compile Include="Files\RestoreArg.cs" /> |
| 123 | + <Compile Include="Files\RestoreError.cs" /> |
115 | 124 | <Compile Include="Files\Restricted.cs" /> |
116 | 125 | <Compile Include="Files\RestrictedReason.cs" /> |
117 | 126 | <Compile Include="Files\SearchError.cs" /> |
|
134 | 143 | <Compile Include="Files\UploadSessionStartResult.cs" /> |
135 | 144 | <Compile Include="Files\WriteMode.cs" /> |
136 | 145 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 146 | + <Compile Include="Sharing\CollectionLinkMetadata.cs" /> |
| 147 | + <Compile Include="Sharing\CreateSharedLinkArg.cs" /> |
| 148 | + <Compile Include="Sharing\GetSharedLinksArg.cs" /> |
| 149 | + <Compile Include="Sharing\GetSharedLinksResult.cs" /> |
| 150 | + <Compile Include="Sharing\LinkMetadata.cs" /> |
| 151 | + <Compile Include="Sharing\PathLinkMetadata.cs" /> |
| 152 | + <Compile Include="Sharing\PendingUploadMode.cs" /> |
| 153 | + <Compile Include="Sharing\SharingRoutes.cs" /> |
| 154 | + <Compile Include="Sharing\Visibility.cs" /> |
137 | 155 | <Compile Include="Users\Account.cs" /> |
138 | 156 | <Compile Include="Users\AccountType.cs" /> |
139 | 157 | <Compile Include="Users\BasicAccount.cs" /> |
140 | 158 | <Compile Include="Users\FullAccount.cs" /> |
141 | 159 | <Compile Include="Users\GetAccountArg.cs" /> |
142 | 160 | <Compile Include="Users\GetAccountError.cs" /> |
| 161 | + <Compile Include="Users\IndividualSpaceAllocation.cs" /> |
143 | 162 | <Compile Include="Users\Name.cs" /> |
| 163 | + <Compile Include="Users\SpaceAllocation.cs" /> |
144 | 164 | <Compile Include="Users\SpaceUsage.cs" /> |
145 | 165 | <Compile Include="Users\Team.cs" /> |
| 166 | + <Compile Include="Users\TeamSpaceAllocation.cs" /> |
146 | 167 | <Compile Include="Users\UsersRoutes.cs" /> |
147 | 168 | </ItemGroup> |
148 | 169 | <ItemGroup> |
149 | | - <None Include="babel_summaries.xml" /> |
150 | | - <None Include="namespace_summaries.xml" /> |
| 170 | + <Content Include="babel_summaries.xml" /> |
| 171 | + <Content Include="namespace_summaries.xml" /> |
151 | 172 | </ItemGroup> |
152 | 173 | <ItemGroup> |
153 | 174 | <None Include="app.config" /> |
|
159 | 180 | <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" /> |
160 | 181 | <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" /> |
161 | 182 | </Target> |
162 | | - <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')" /> |
163 | | - <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> |
164 | | - <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" /> |
165 | | - <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" /> |
| 183 | + <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
| 184 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 185 | + <PropertyGroup> |
| 186 | + <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> |
| 187 | + </PropertyGroup> |
| 188 | + <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
166 | 189 | </Target> |
167 | 190 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
168 | 191 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments