|
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 7 | <ProjectGuid>{786C830F-07A1-408B-BD7F-6EE04809D6DB}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
9 | | - <AppDesignerFolder>Properties</AppDesignerFolder> |
| 9 | + <AppDesignerFolder>AppProperties</AppDesignerFolder> |
10 | 10 | <RootNamespace>Dropbox.Api</RootNamespace> |
11 | 11 | <AssemblyName>Dropbox.Api</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
64 | 64 | <Compile Include="DropboxClient.common.cs" /> |
65 | 65 | <Compile Include="DropboxOauth2Helper.cs" /> |
66 | 66 | <Compile Include="DropboxRequestHandler.cs" /> |
67 | | - <Compile Include="Properties\AssemblyInfo.cs" /> |
| 67 | + <Compile Include="AppProperties\AssemblyInfo.cs" /> |
68 | 68 | </ItemGroup> |
69 | 69 | <ItemGroup> |
70 | 70 | <Compile Include="Async\LaunchEmptyResult.cs" /> |
|
75 | 75 | <Compile Include="Async\PollResultBase.cs" /> |
76 | 76 | <Compile Include="AuthException.cs" /> |
77 | 77 | <Compile Include="Auth\AuthError.cs" /> |
| 78 | + <Compile Include="Auth\AuthRoutes.cs" /> |
78 | 79 | <Compile Include="DropboxClient.cs" /> |
79 | 80 | <Compile Include="DropboxTeamClient.cs" /> |
| 81 | + <Compile Include="Files\AddPropertiesError.cs" /> |
| 82 | + <Compile Include="Files\AlphaGetMetadataArg.cs" /> |
| 83 | + <Compile Include="Files\AlphaGetMetadataError.cs" /> |
80 | 84 | <Compile Include="Files\CommitInfo.cs" /> |
| 85 | + <Compile Include="Files\CommitInfoWithProperties.cs" /> |
81 | 86 | <Compile Include="Files\CreateFolderArg.cs" /> |
82 | 87 | <Compile Include="Files\CreateFolderError.cs" /> |
83 | 88 | <Compile Include="Files\DeleteArg.cs" /> |
|
91 | 96 | <Compile Include="Files\FilesRoutes.cs" /> |
92 | 97 | <Compile Include="Files\FolderMetadata.cs" /> |
93 | 98 | <Compile Include="Files\FolderSharingInfo.cs" /> |
| 99 | + <Compile Include="Files\GetCopyReferenceArg.cs" /> |
| 100 | + <Compile Include="Files\GetCopyReferenceError.cs" /> |
| 101 | + <Compile Include="Files\GetCopyReferenceResult.cs" /> |
94 | 102 | <Compile Include="Files\GetMetadataArg.cs" /> |
95 | 103 | <Compile Include="Files\GetMetadataError.cs" /> |
| 104 | + <Compile Include="Files\GetTemporaryLinkArg.cs" /> |
| 105 | + <Compile Include="Files\GetTemporaryLinkError.cs" /> |
| 106 | + <Compile Include="Files\GetTemporaryLinkResult.cs" /> |
96 | 107 | <Compile Include="Files\GpsCoordinates.cs" /> |
| 108 | + <Compile Include="Files\InvalidPropertyGroupError.cs" /> |
97 | 109 | <Compile Include="Files\ListFolderArg.cs" /> |
98 | 110 | <Compile Include="Files\ListFolderContinueArg.cs" /> |
99 | 111 | <Compile Include="Files\ListFolderContinueError.cs" /> |
|
106 | 118 | <Compile Include="Files\ListRevisionsArg.cs" /> |
107 | 119 | <Compile Include="Files\ListRevisionsError.cs" /> |
108 | 120 | <Compile Include="Files\ListRevisionsResult.cs" /> |
| 121 | + <Compile Include="Files\LookUpPropertiesError.cs" /> |
109 | 122 | <Compile Include="Files\LookupError.cs" /> |
110 | 123 | <Compile Include="Files\MediaInfo.cs" /> |
111 | 124 | <Compile Include="Files\MediaMetadata.cs" /> |
112 | 125 | <Compile Include="Files\Metadata.cs" /> |
113 | 126 | <Compile Include="Files\PhotoMetadata.cs" /> |
114 | 127 | <Compile Include="Files\PreviewArg.cs" /> |
115 | 128 | <Compile Include="Files\PreviewError.cs" /> |
| 129 | + <Compile Include="Files\PropertiesError.cs" /> |
| 130 | + <Compile Include="Files\PropertyGroupUpdate.cs" /> |
| 131 | + <Compile Include="Files\PropertyGroupWithPath.cs" /> |
116 | 132 | <Compile Include="Files\RelocationArg.cs" /> |
117 | 133 | <Compile Include="Files\RelocationError.cs" /> |
| 134 | + <Compile Include="Files\RemovePropertiesArg.cs" /> |
| 135 | + <Compile Include="Files\RemovePropertiesError.cs" /> |
118 | 136 | <Compile Include="Files\RestoreArg.cs" /> |
119 | 137 | <Compile Include="Files\RestoreError.cs" /> |
| 138 | + <Compile Include="Files\SaveCopyReferenceArg.cs" /> |
| 139 | + <Compile Include="Files\SaveCopyReferenceError.cs" /> |
| 140 | + <Compile Include="Files\SaveCopyReferenceResult.cs" /> |
120 | 141 | <Compile Include="Files\SearchArg.cs" /> |
121 | 142 | <Compile Include="Files\SearchError.cs" /> |
122 | 143 | <Compile Include="Files\SearchMatch.cs" /> |
|
128 | 149 | <Compile Include="Files\ThumbnailError.cs" /> |
129 | 150 | <Compile Include="Files\ThumbnailFormat.cs" /> |
130 | 151 | <Compile Include="Files\ThumbnailSize.cs" /> |
| 152 | + <Compile Include="Files\UpdatePropertiesError.cs" /> |
| 153 | + <Compile Include="Files\UpdatePropertyGroupArg.cs" /> |
131 | 154 | <Compile Include="Files\UploadError.cs" /> |
| 155 | + <Compile Include="Files\UploadErrorWithProperties.cs" /> |
| 156 | + <Compile Include="Files\UploadSessionAppendArg.cs" /> |
132 | 157 | <Compile Include="Files\UploadSessionCursor.cs" /> |
133 | 158 | <Compile Include="Files\UploadSessionFinishArg.cs" /> |
134 | 159 | <Compile Include="Files\UploadSessionFinishError.cs" /> |
135 | 160 | <Compile Include="Files\UploadSessionLookupError.cs" /> |
136 | 161 | <Compile Include="Files\UploadSessionOffsetError.cs" /> |
| 162 | + <Compile Include="Files\UploadSessionStartArg.cs" /> |
137 | 163 | <Compile Include="Files\UploadSessionStartResult.cs" /> |
138 | 164 | <Compile Include="Files\UploadWriteFailed.cs" /> |
139 | 165 | <Compile Include="Files\VideoMetadata.cs" /> |
140 | 166 | <Compile Include="Files\WriteConflictError.cs" /> |
141 | 167 | <Compile Include="Files\WriteError.cs" /> |
142 | 168 | <Compile Include="Files\WriteMode.cs" /> |
| 169 | + <Compile Include="Properties\GetPropertyTemplateArg.cs" /> |
| 170 | + <Compile Include="Properties\GetPropertyTemplateResult.cs" /> |
| 171 | + <Compile Include="Properties\ListPropertyTemplateIds.cs" /> |
| 172 | + <Compile Include="Properties\ModifyPropertyTemplateError.cs" /> |
| 173 | + <Compile Include="Properties\PropertyField.cs" /> |
| 174 | + <Compile Include="Properties\PropertyFieldTemplate.cs" /> |
| 175 | + <Compile Include="Properties\PropertyGroup.cs" /> |
| 176 | + <Compile Include="Properties\PropertyGroupTemplate.cs" /> |
| 177 | + <Compile Include="Properties\PropertyTemplateError.cs" /> |
| 178 | + <Compile Include="Properties\PropertyType.cs" /> |
143 | 179 | <Compile Include="Sharing\AccessLevel.cs" /> |
144 | 180 | <Compile Include="Sharing\AclUpdatePolicy.cs" /> |
145 | 181 | <Compile Include="Sharing\AddFolderMemberArg.cs" /> |
|
232 | 268 | <Compile Include="Sharing\UserInfo.cs" /> |
233 | 269 | <Compile Include="Sharing\UserMembershipInfo.cs" /> |
234 | 270 | <Compile Include="Sharing\Visibility.cs" /> |
| 271 | + <Compile Include="TeamPolicies\EmmState.cs" /> |
| 272 | + <Compile Include="TeamPolicies\SharedFolderJoinPolicy.cs" /> |
| 273 | + <Compile Include="TeamPolicies\SharedFolderMemberPolicy.cs" /> |
| 274 | + <Compile Include="TeamPolicies\SharedLinkCreatePolicy.cs" /> |
| 275 | + <Compile Include="TeamPolicies\TeamPolicies.cs" /> |
| 276 | + <Compile Include="TeamPolicies\TeamSharingPolicies.cs" /> |
235 | 277 | <Compile Include="Team\ActiveWebSession.cs" /> |
| 278 | + <Compile Include="Team\AddPropertyTemplateArg.cs" /> |
| 279 | + <Compile Include="Team\AddPropertyTemplateResult.cs" /> |
236 | 280 | <Compile Include="Team\AdminTier.cs" /> |
237 | 281 | <Compile Include="Team\ApiApp.cs" /> |
238 | 282 | <Compile Include="Team\BaseDfbReport.cs" /> |
|
243 | 287 | <Compile Include="Team\DeviceSession.cs" /> |
244 | 288 | <Compile Include="Team\DeviceSessionArg.cs" /> |
245 | 289 | <Compile Include="Team\DevicesActive.cs" /> |
246 | | - <Compile Include="Team\EmmState.cs" /> |
247 | 290 | <Compile Include="Team\GetActivityReport.cs" /> |
248 | 291 | <Compile Include="Team\GetDevicesReport.cs" /> |
249 | 292 | <Compile Include="Team\GetMembershipReport.cs" /> |
|
256 | 299 | <Compile Include="Team\GroupMemberInfo.cs" /> |
257 | 300 | <Compile Include="Team\GroupMemberSelector.cs" /> |
258 | 301 | <Compile Include="Team\GroupMemberSelectorError.cs" /> |
| 302 | + <Compile Include="Team\GroupMemberSetAccessTypeError.cs" /> |
259 | 303 | <Compile Include="Team\GroupMembersAddArg.cs" /> |
260 | 304 | <Compile Include="Team\GroupMembersAddError.cs" /> |
261 | 305 | <Compile Include="Team\GroupMembersChangeResult.cs" /> |
|
278 | 322 | <Compile Include="Team\GroupsListResult.cs" /> |
279 | 323 | <Compile Include="Team\GroupsPollError.cs" /> |
280 | 324 | <Compile Include="Team\GroupsSelector.cs" /> |
| 325 | + <Compile Include="Team\IncludeMembersArg.cs" /> |
281 | 326 | <Compile Include="Team\ListMemberAppsArg.cs" /> |
282 | 327 | <Compile Include="Team\ListMemberAppsError.cs" /> |
283 | 328 | <Compile Include="Team\ListMemberAppsResult.cs" /> |
284 | 329 | <Compile Include="Team\ListMemberDevicesArg.cs" /> |
285 | 330 | <Compile Include="Team\ListMemberDevicesError.cs" /> |
286 | 331 | <Compile Include="Team\ListMemberDevicesResult.cs" /> |
| 332 | + <Compile Include="Team\ListMembersAppsArg.cs" /> |
| 333 | + <Compile Include="Team\ListMembersAppsError.cs" /> |
| 334 | + <Compile Include="Team\ListMembersAppsResult.cs" /> |
| 335 | + <Compile Include="Team\ListMembersDevicesArg.cs" /> |
| 336 | + <Compile Include="Team\ListMembersDevicesError.cs" /> |
| 337 | + <Compile Include="Team\ListMembersDevicesResult.cs" /> |
287 | 338 | <Compile Include="Team\ListTeamAppsArg.cs" /> |
288 | 339 | <Compile Include="Team\ListTeamAppsError.cs" /> |
289 | 340 | <Compile Include="Team\ListTeamAppsResult.cs" /> |
|
336 | 387 | <Compile Include="Team\RevokeLinkedAppBatchResult.cs" /> |
337 | 388 | <Compile Include="Team\RevokeLinkedAppError.cs" /> |
338 | 389 | <Compile Include="Team\RevokeLinkedAppStatus.cs" /> |
339 | | - <Compile Include="Team\SharedFolderJoinPolicy.cs" /> |
340 | | - <Compile Include="Team\SharedFolderMemberPolicy.cs" /> |
341 | | - <Compile Include="Team\SharedLinkCreatePolicy.cs" /> |
342 | 390 | <Compile Include="Team\StorageBucket.cs" /> |
343 | 391 | <Compile Include="Team\TeamGetInfoResult.cs" /> |
344 | 392 | <Compile Include="Team\TeamMemberInfo.cs" /> |
345 | 393 | <Compile Include="Team\TeamMemberProfile.cs" /> |
346 | 394 | <Compile Include="Team\TeamMemberStatus.cs" /> |
347 | | - <Compile Include="Team\TeamPolicies.cs" /> |
348 | 395 | <Compile Include="Team\TeamRoutes.cs" /> |
349 | | - <Compile Include="Team\TeamSharingPolicies.cs" /> |
| 396 | + <Compile Include="Team\UpdatePropertyTemplateArg.cs" /> |
| 397 | + <Compile Include="Team\UpdatePropertyTemplateResult.cs" /> |
350 | 398 | <Compile Include="Team\UserSelectorArg.cs" /> |
351 | 399 | <Compile Include="Team\UserSelectorError.cs" /> |
352 | 400 | <Compile Include="Team\UsersSelectorArg.cs" /> |
353 | 401 | <Compile Include="Users\Account.cs" /> |
354 | 402 | <Compile Include="Users\AccountType.cs" /> |
355 | 403 | <Compile Include="Users\BasicAccount.cs" /> |
356 | 404 | <Compile Include="Users\FullAccount.cs" /> |
| 405 | + <Compile Include="Users\FullTeam.cs" /> |
357 | 406 | <Compile Include="Users\GetAccountArg.cs" /> |
358 | 407 | <Compile Include="Users\GetAccountBatchArg.cs" /> |
359 | 408 | <Compile Include="Users\GetAccountBatchError.cs" /> |
|
0 commit comments