|
64 | 64 | <Compile Include="DropboxClient.common.cs" /> |
65 | 65 | <Compile Include="DropboxClient.cs" /> |
66 | 66 | <Compile Include="DropboxOauth2Helper.cs" /> |
67 | | - <Compile Include="Files\CommitConflictError.cs" /> |
68 | | - <Compile Include="Files\CommitError.cs" /> |
69 | 67 | <Compile Include="Files\CommitInfo.cs" /> |
70 | 68 | <Compile Include="Files\CreateFolderArg.cs" /> |
| 69 | + <Compile Include="Files\CreateFolderError.cs" /> |
71 | 70 | <Compile Include="Files\DeleteArg.cs" /> |
| 71 | + <Compile Include="Files\DeleteError.cs" /> |
72 | 72 | <Compile Include="Files\DeletedMetadata.cs" /> |
73 | | - <Compile Include="Files\Disallowed.cs" /> |
74 | | - <Compile Include="Files\DisallowedReason.cs" /> |
75 | 73 | <Compile Include="Files\DownloadArg.cs" /> |
76 | 74 | <Compile Include="Files\DownloadError.cs" /> |
77 | 75 | <Compile Include="Files\FileMetadata.cs" /> |
78 | 76 | <Compile Include="Files\FilesRoutes.cs" /> |
79 | 77 | <Compile Include="Files\FolderMetadata.cs" /> |
80 | | - <Compile Include="Files\FolderPathError.cs" /> |
81 | 78 | <Compile Include="Files\GetMetadataArg.cs" /> |
82 | 79 | <Compile Include="Files\GetMetadataError.cs" /> |
83 | 80 | <Compile Include="Files\ListFolderArg.cs" /> |
84 | 81 | <Compile Include="Files\ListFolderContinueArg.cs" /> |
85 | 82 | <Compile Include="Files\ListFolderContinueError.cs" /> |
86 | 83 | <Compile Include="Files\ListFolderError.cs" /> |
87 | 84 | <Compile Include="Files\ListFolderGetLatestCursorResult.cs" /> |
| 85 | + <Compile Include="Files\ListFolderLongpollArg.cs" /> |
| 86 | + <Compile Include="Files\ListFolderLongpollError.cs" /> |
| 87 | + <Compile Include="Files\ListFolderLongpollResult.cs" /> |
88 | 88 | <Compile Include="Files\ListFolderResult.cs" /> |
89 | 89 | <Compile Include="Files\ListRevisionsArg.cs" /> |
90 | 90 | <Compile Include="Files\ListRevisionsError.cs" /> |
91 | 91 | <Compile Include="Files\ListRevisionsResult.cs" /> |
| 92 | + <Compile Include="Files\LookupError.cs" /> |
92 | 93 | <Compile Include="Files\Metadata.cs" /> |
93 | | - <Compile Include="Files\NoFile.cs" /> |
94 | | - <Compile Include="Files\NoFileReason.cs" /> |
95 | | - <Compile Include="Files\PathError.cs" /> |
96 | 94 | <Compile Include="Files\PreviewArg.cs" /> |
97 | 95 | <Compile Include="Files\PreviewError.cs" /> |
98 | 96 | <Compile Include="Files\RelocationArg.cs" /> |
99 | 97 | <Compile Include="Files\RelocationError.cs" /> |
100 | 98 | <Compile Include="Files\RestoreArg.cs" /> |
101 | 99 | <Compile Include="Files\RestoreError.cs" /> |
102 | | - <Compile Include="Files\Restricted.cs" /> |
103 | | - <Compile Include="Files\RestrictedReason.cs" /> |
| 100 | + <Compile Include="Files\SearchArg.cs" /> |
104 | 101 | <Compile Include="Files\SearchError.cs" /> |
105 | 102 | <Compile Include="Files\SearchMatch.cs" /> |
106 | 103 | <Compile Include="Files\SearchMatchType.cs" /> |
107 | 104 | <Compile Include="Files\SearchMode.cs" /> |
108 | | - <Compile Include="Files\SearchQuery.cs" /> |
109 | | - <Compile Include="Files\SearchResults.cs" /> |
| 105 | + <Compile Include="Files\SearchResult.cs" /> |
110 | 106 | <Compile Include="Files\ThumbnailArg.cs" /> |
111 | 107 | <Compile Include="Files\ThumbnailError.cs" /> |
112 | 108 | <Compile Include="Files\ThumbnailFormat.cs" /> |
113 | 109 | <Compile Include="Files\ThumbnailSize.cs" /> |
114 | | - <Compile Include="Files\UploadCommitError.cs" /> |
115 | 110 | <Compile Include="Files\UploadError.cs" /> |
116 | 111 | <Compile Include="Files\UploadSessionCursor.cs" /> |
117 | 112 | <Compile Include="Files\UploadSessionFinishArg.cs" /> |
118 | 113 | <Compile Include="Files\UploadSessionFinishError.cs" /> |
119 | 114 | <Compile Include="Files\UploadSessionLookupError.cs" /> |
120 | 115 | <Compile Include="Files\UploadSessionOffsetError.cs" /> |
121 | 116 | <Compile Include="Files\UploadSessionStartResult.cs" /> |
| 117 | + <Compile Include="Files\UploadWriteFailed.cs" /> |
| 118 | + <Compile Include="Files\WriteConflictError.cs" /> |
| 119 | + <Compile Include="Files\WriteError.cs" /> |
122 | 120 | <Compile Include="Files\WriteMode.cs" /> |
123 | 121 | <Compile Include="Properties\AssemblyInfo.cs" /> |
124 | 122 | <Compile Include="Sharing\AccessType.cs" /> |
125 | 123 | <Compile Include="Sharing\BasicSharedFolderMetadata.cs" /> |
126 | 124 | <Compile Include="Sharing\CollectionLinkMetadata.cs" /> |
127 | 125 | <Compile Include="Sharing\CreateSharedLinkArg.cs" /> |
| 126 | + <Compile Include="Sharing\CreateSharedLinkError.cs" /> |
128 | 127 | <Compile Include="Sharing\FullSharedFolderMetadata.cs" /> |
129 | 128 | <Compile Include="Sharing\GetSharedFolderArgs.cs" /> |
130 | 129 | <Compile Include="Sharing\GetSharedLinksArg.cs" /> |
| 130 | + <Compile Include="Sharing\GetSharedLinksError.cs" /> |
131 | 131 | <Compile Include="Sharing\GetSharedLinksResult.cs" /> |
132 | 132 | <Compile Include="Sharing\GroupInfo.cs" /> |
133 | 133 | <Compile Include="Sharing\GroupMembershipInfo.cs" /> |
|
163 | 163 | <Content Include="namespace_summaries.xml" /> |
164 | 164 | </ItemGroup> |
165 | 165 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
166 | | - <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
167 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
168 | | - <PropertyGroup> |
169 | | - <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> |
170 | | - </PropertyGroup> |
171 | | - <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
172 | | - </Target> |
173 | 166 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
174 | 167 | Other similar extension points exist, see Microsoft.Common.targets. |
175 | 168 | <Target Name="BeforeBuild"> |
|
0 commit comments