Google Api

This commit is contained in:
Paul Schneider 2017-06-20 02:47:52 +02:00
commit 83f9fc1bd8
123 changed files with 12961 additions and 60 deletions

View file

@ -1184,6 +1184,46 @@
<Content Include="Views\_ViewImports.cshtml" />
<Content Include="ApiControllers\PdfBillingController.cs" />
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\GoogleJsonWebSignature.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\ServiceAccountCredential.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\PromptCodeReceiver.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\LocalServerCodeReceiver.cs" />
<Content Include="Services\GoogleApis\CalendarManager.cs" />
<Content Include="Services\GoogleApis\MapTracks.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\Flows\AuthorizationCodeFlow.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\ITokenAccess.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\JsonCredentialParameters.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\IAccessMethod.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\GoogleWebAuthorizationBroker.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\GoogleClientSecrets.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\Requests\AuthorizationCodeRequestUrl.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\GoogleAuthConsts.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\ServiceCredential.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\Pkcs8.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\Flows\GoogleAuthorizationCodeFlow.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\GoogleCredential.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\DefaultCredentialProvider.cs" />
<Content Include="Services\ICalendarManager.cs" />
<Content Include="ViewComponents\CalendarViewComponent.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Core\Http\IConfigurableHttpClientInitializer.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Core\Http\HttpConsts.cs" />
<Content Include="GoogleApiSupport\Google.Apis\Requests\IDirectResponseSchema.cs" />
<Content Include="GoogleApiSupport\Google.Apis\Upload\ResumableUpload.cs" />
<Content Include="GoogleApiSupport\Google.Apis\Upload\IUploadProgress.cs" />
<Content Include="GoogleApiSupport\Google.Apis\Services\BaseClientService.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Core\Http\HttpClientFactory.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Core\Requests\Parameters\ParameterValidator.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\Requests\TokenRequest.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Core\Discovery\DiscoveryVersion.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Core\Discovery\Parameter.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Core\Http\ExponentialBackOffInitializer.cs" />
<Content Include="GoogleApiSupport\Google.Apis\Requests\BatchRequest.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Core\Discovery\IParameter.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Auth\OAuth2\Requests\AuthorizationCodeTokenRequest.cs" />
<Content Include="GoogleApiSupport\Google.Apis\Services\IClientService.cs" />
<Content Include="GoogleApiSupport\Google.Apis\Requests\ClientServiceRequest.cs" />
<Content Include="GoogleApiSupport\Google.Apis.Core\Util\Store\IDataStore.cs" />
<Content Include="Views\Manage\SetGoogleCalendar.cshtml" />
</ItemGroup>
<Import Project="../YavscLib/YavscLib.csproj" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />