Skip to content

Commit 1bc6e03

Browse files
committed
Restructure Solution to be consistent with private repo
1 parent fa857f3 commit 1bc6e03

File tree

1,152 files changed

+3663
-10560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,152 files changed

+3663
-10560
lines changed

examples/Examples.sln renamed to Dropbox.Api.sln

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.31101.0
4+
VisualStudioVersion = 12.0.40629.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dropbox.Api", "Dropbox.Api\Dropbox.Api.csproj", "{D7B167CE-3AF8-478E-82F2-684D38F1DF98}"
7+
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleTest", "SimpleTest\SimpleTest.csproj", "{33A16535-A722-4679-BD9F-A78576988519}"
79
EndProject
810
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleBlogDemo", "SimpleBlogDemo\SimpleBlogDemo.csproj", "{8772EB1E-3019-4FB3-9059-67681693E873}"
@@ -30,6 +32,16 @@ Global
3032
Release|x86 = Release|x86
3133
EndGlobalSection
3234
GlobalSection(ProjectConfigurationPlatforms) = postSolution
35+
{D7B167CE-3AF8-478E-82F2-684D38F1DF98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36+
{D7B167CE-3AF8-478E-82F2-684D38F1DF98}.Debug|Any CPU.Build.0 = Debug|Any CPU
37+
{D7B167CE-3AF8-478E-82F2-684D38F1DF98}.Debug|ARM.ActiveCfg = Debug|Any CPU
38+
{D7B167CE-3AF8-478E-82F2-684D38F1DF98}.Debug|x64.ActiveCfg = Debug|Any CPU
39+
{D7B167CE-3AF8-478E-82F2-684D38F1DF98}.Debug|x86.ActiveCfg = Debug|Any CPU
40+
{D7B167CE-3AF8-478E-82F2-684D38F1DF98}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{D7B167CE-3AF8-478E-82F2-684D38F1DF98}.Release|Any CPU.Build.0 = Release|Any CPU
42+
{D7B167CE-3AF8-478E-82F2-684D38F1DF98}.Release|ARM.ActiveCfg = Release|Any CPU
43+
{D7B167CE-3AF8-478E-82F2-684D38F1DF98}.Release|x64.ActiveCfg = Release|Any CPU
44+
{D7B167CE-3AF8-478E-82F2-684D38F1DF98}.Release|x86.ActiveCfg = Release|Any CPU
3345
{33A16535-A722-4679-BD9F-A78576988519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3446
{33A16535-A722-4679-BD9F-A78576988519}.Debug|Any CPU.Build.0 = Debug|Any CPU
3547
{33A16535-A722-4679-BD9F-A78576988519}.Debug|ARM.ActiveCfg = Debug|Any CPU

Dropbox.Api/Dropbox.Api.csproj

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<FileAlignment>512</FileAlignment>
1515
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1616
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
17+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
18+
<RestorePackages>true</RestorePackages>
1719
</PropertyGroup>
1820
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1921
<DebugSymbols>true</DebugSymbols>
@@ -41,31 +43,31 @@
4143
</PropertyGroup>
4244
<ItemGroup>
4345
<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>
4547
</Reference>
4648
<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>
4850
</Reference>
4951
<Reference Include="System" />
5052
<Reference Include="System.Core" />
5153
<Reference Include="Microsoft.CSharp" />
5254
<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>
5456
</Reference>
5557
<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>
5759
</Reference>
5860
<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>
6062
</Reference>
6163
<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>
6365
</Reference>
6466
<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>
6668
</Reference>
6769
<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>
6971
</Reference>
7072
</ItemGroup>
7173
<ItemGroup>
@@ -106,12 +108,19 @@
106108
<Compile Include="Files\ListFolderContinueError.cs" />
107109
<Compile Include="Files\ListFolderError.cs" />
108110
<Compile Include="Files\ListFolderResult.cs" />
111+
<Compile Include="Files\ListRevisionsArg.cs" />
112+
<Compile Include="Files\ListRevisionsError.cs" />
113+
<Compile Include="Files\ListRevisionsResult.cs" />
109114
<Compile Include="Files\Metadata.cs" />
110115
<Compile Include="Files\NoFile.cs" />
111116
<Compile Include="Files\NoFileReason.cs" />
112117
<Compile Include="Files\PathError.cs" />
118+
<Compile Include="Files\PreviewArg.cs" />
119+
<Compile Include="Files\PreviewError.cs" />
113120
<Compile Include="Files\RelocationArg.cs" />
114121
<Compile Include="Files\RelocationError.cs" />
122+
<Compile Include="Files\RestoreArg.cs" />
123+
<Compile Include="Files\RestoreError.cs" />
115124
<Compile Include="Files\Restricted.cs" />
116125
<Compile Include="Files\RestrictedReason.cs" />
117126
<Compile Include="Files\SearchError.cs" />
@@ -134,20 +143,32 @@
134143
<Compile Include="Files\UploadSessionStartResult.cs" />
135144
<Compile Include="Files\WriteMode.cs" />
136145
<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" />
137155
<Compile Include="Users\Account.cs" />
138156
<Compile Include="Users\AccountType.cs" />
139157
<Compile Include="Users\BasicAccount.cs" />
140158
<Compile Include="Users\FullAccount.cs" />
141159
<Compile Include="Users\GetAccountArg.cs" />
142160
<Compile Include="Users\GetAccountError.cs" />
161+
<Compile Include="Users\IndividualSpaceAllocation.cs" />
143162
<Compile Include="Users\Name.cs" />
163+
<Compile Include="Users\SpaceAllocation.cs" />
144164
<Compile Include="Users\SpaceUsage.cs" />
145165
<Compile Include="Users\Team.cs" />
166+
<Compile Include="Users\TeamSpaceAllocation.cs" />
146167
<Compile Include="Users\UsersRoutes.cs" />
147168
</ItemGroup>
148169
<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" />
151172
</ItemGroup>
152173
<ItemGroup>
153174
<None Include="app.config" />
@@ -159,10 +180,12 @@
159180
<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" />
160181
<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" />
161182
</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'))" />
166189
</Target>
167190
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168191
Other similar extension points exist, see Microsoft.Common.targets.

Dropbox.Api/Dropbox.Api.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<package >
33
<metadata>
44
<id>$id$</id>
5-
<version>1.0.2-beta</version>
5+
<version>$version$</version>
66
<title>Dropbox v2 API</title>
77
<authors>Dropbox Inc</authors>
88
<owners>Dropbox Inc</owners>
9-
<licenseUrl>https://github.com/dropbox/dropbox-sdk-dotnet/blob/master/LICENSE</licenseUrl>
9+
<licenseUrl>https://github.com/dropbox/DotNetV2Api/blob/master/LICENSE</licenseUrl>
1010

1111
<projectUrl>https://www.dropbox.com/developers</projectUrl>
1212
<iconUrl>https://cf.dropboxstatic.com/static/images/icons/blue_dropbox_glyph.png</iconUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>Portable class library for accessing the Dropbox v2 API</description>
15-
<releaseNotes>Preview Release</releaseNotes>
16-
<copyright>Copyright (c) Dropbox Inc. 2015</copyright>
15+
<releaseNotes>Initial version</releaseNotes>
16+
<copyright>Copyright (c) Dropbox Inc.2015</copyright>
1717
<tags>Dropbox Api</tags>
1818
</metadata>
1919
</package>

Dropbox.Api/Dropbox.Api.sln

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)