mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
192 lines
11 KiB
XML
192 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" />
|
|
<Import Project="..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{CBE29DDD-F15C-46CC-A250-E6ECF55BEED4}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Octokit.Tests-Portable</RootNamespace>
|
|
<AssemblyName>Octokit.Tests-Portable</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<NuGetPackageImportStamp>2ac0e5a7</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\Portable\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;NETFX_CORE;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL;NET_45;PORTABLE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoWarn>4014, 1998</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\Portable\</OutputPath>
|
|
<DefineConstants>TRACE;NETFX_CORE;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL;NET_45;PORTABLE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoWarn>4014, 1998</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="NSubstitute, Version=1.8.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\NSubstitute.1.8.0.0\lib\NET40\NSubstitute.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.XML" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Authentication\CredentialsTests.cs" />
|
|
<Compile Include="Clients\AssigneesClientTests.cs" />
|
|
<Compile Include="Clients\BlobClientTests.cs" />
|
|
<Compile Include="Clients\CommitsClientTests.cs" />
|
|
<Compile Include="Clients\CommitStatusClientTests.cs" />
|
|
<Compile Include="Clients\DeploymentsClientTests.cs" />
|
|
<Compile Include="Clients\DeploymentStatusClientTests.cs" />
|
|
<Compile Include="Clients\EventsClientTests.cs" />
|
|
<Compile Include="Clients\FeedsClientTests.cs" />
|
|
<Compile Include="Clients\FollowersClientTests.cs" />
|
|
<Compile Include="Clients\GistCommentsClientTests.cs" />
|
|
<Compile Include="Clients\GistsClientTests.cs" />
|
|
<Compile Include="Clients\GitDatabaseClientTests.cs" />
|
|
<Compile Include="Clients\IssueCommentsClientTests.cs" />
|
|
<Compile Include="Clients\IssuesClientTests.cs" />
|
|
<Compile Include="Clients\IssuesEventsClientTests.cs" />
|
|
<Compile Include="Clients\IssuesLabelsClientTests.cs" />
|
|
<Compile Include="Clients\MilestonesClientTests.cs" />
|
|
<Compile Include="Clients\MiscellaneousClientTests.cs" />
|
|
<Compile Include="Clients\NotificationsClientTests.cs" />
|
|
<Compile Include="Clients\OauthClientTests.cs" />
|
|
<Compile Include="Clients\OrganizationMembersClientTests.cs" />
|
|
<Compile Include="Clients\PullRequestReviewCommentsClientTests.cs" />
|
|
<Compile Include="Clients\PullRequestsClientTests.cs" />
|
|
<Compile Include="Clients\ReferencesClientTests.cs" />
|
|
<Compile Include="Clients\ReleasesClientTests.cs" />
|
|
<Compile Include="Clients\RepositoryCommentsClientTests.cs" />
|
|
<Compile Include="Clients\RepositoryContentsClientTests.cs" />
|
|
<Compile Include="Clients\RepositoryDeployKeysClientTests.cs" />
|
|
<Compile Include="Clients\SshKeysClientTests.cs" />
|
|
<Compile Include="Clients\StarredClientTests.cs" />
|
|
<Compile Include="Clients\StatisticsClientTests.cs" />
|
|
<Compile Include="Clients\TagsClientTests.cs" />
|
|
<Compile Include="Clients\TreesClientTests.cs" />
|
|
<Compile Include="Clients\UserEmailsClientTests.cs" />
|
|
<Compile Include="Clients\WatchedClientTests.cs" />
|
|
<Compile Include="Exceptions\ApiErrorTests.cs" />
|
|
<Compile Include="Exceptions\ApiExceptionTests.cs" />
|
|
<Compile Include="Exceptions\ApiValidationExceptionTests.cs" />
|
|
<Compile Include="Exceptions\ForbiddenExceptionTests.cs" />
|
|
<Compile Include="Exceptions\LoginAttemptsExceededExceptionTests.cs" />
|
|
<Compile Include="Exceptions\RateLimitExceededExceptionTests.cs" />
|
|
<Compile Include="Exceptions\RepositoryExistsExceptionTests.cs" />
|
|
<Compile Include="Exceptions\TwoFactorChallengeFailedException.cs" />
|
|
<Compile Include="Exceptions\TwoFactorRequiredExceptionTests.cs" />
|
|
<Compile Include="Helpers\NSubstituteExtensions.cs" />
|
|
<Compile Include="Helpers\ReflectionExtensions.cs" />
|
|
<Compile Include="Helpers\UriExtensionsTests.cs" />
|
|
<Compile Include="Http\ApiConnectionTests.cs" />
|
|
<Compile Include="Clients\AuthorizationsClientTests.cs" />
|
|
<Compile Include="Clients\OrganizationsClientTests.cs" />
|
|
<Compile Include="Helpers\Arg.cs" />
|
|
<Compile Include="Helpers\AssertEx.cs" />
|
|
<Compile Include="Http\HttpClientAdapterTests.cs" />
|
|
<Compile Include="Http\ApiInfoParserTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Authentication\BasicAuthenticatorTests.cs" />
|
|
<Compile Include="Http\JsonHttpPipelineTests.cs" />
|
|
<Compile Include="Fixtures\EmbeddedResource.cs" />
|
|
<Compile Include="Fixtures\Fixtures.cs" />
|
|
<Compile Include="GitHubClientTests.cs" />
|
|
<Compile Include="Authentication\TokenAuthenticatorTests.cs" />
|
|
<Compile Include="Http\ConnectionTests.cs" />
|
|
<Compile Include="Http\RateLimitTests.cs" />
|
|
<Compile Include="Http\ResponseTests.cs" />
|
|
<Compile Include="Http\RequestTests.cs" />
|
|
<Compile Include="Models\DeploymentStatusTests.cs" />
|
|
<Compile Include="Models\DeploymentTests.cs" />
|
|
<Compile Include="Models\GistTests.cs" />
|
|
<Compile Include="Models\IssueEventTests.cs" />
|
|
<Compile Include="Models\IssueRequestTests.cs" />
|
|
<Compile Include="Models\IssueTest.cs" />
|
|
<Compile Include="Models\MilestoneRequestTests.cs" />
|
|
<Compile Include="Models\ModelExtensionsTests.cs" />
|
|
<Compile Include="Models\NewReferenceTests.cs" />
|
|
<Compile Include="Models\PullRequestRequestTests.cs" />
|
|
<Compile Include="Models\PunchCardTests.cs" />
|
|
<Compile Include="Models\ReadOnlyPagedCollectionTests.cs" />
|
|
<Compile Include="Models\RepositoryUpdateTests.cs" />
|
|
<Compile Include="Models\RequestParametersTests.cs" />
|
|
<Compile Include="Models\SearchCodeRequestTests.cs" />
|
|
<Compile Include="Models\SearchIssuesRequestTests.cs" />
|
|
<Compile Include="Models\SearchRepositoryRequestTests.cs" />
|
|
<Compile Include="Models\SearchRepositoryResultTests.cs" />
|
|
<Compile Include="Models\SearchUsersRequestTests.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Helpers\StringExtensionsTests.cs" />
|
|
<Compile Include="Clients\RepositoriesClientTests.cs" />
|
|
<Compile Include="SimpleJsonSerializerTests.cs" />
|
|
<Compile Include="Clients\UsersClientTests.cs" />
|
|
<Compile Include="Clients\TeamsClientTests.cs" />
|
|
<Compile Include="Clients\SearchClientTests.cs" />
|
|
<Compile Include="Clients\RepoCollaboratorsClientTests.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Fixtures\user_full.json" />
|
|
<EmbeddedResource Include="Fixtures\authorizations.json" />
|
|
<EmbeddedResource Include="Fixtures\authorization.json" />
|
|
<EmbeddedResource Include="Fixtures\repository.json" />
|
|
<EmbeddedResource Include="Fixtures\repositories.json" />
|
|
<EmbeddedResource Include="Fixtures\user.json" />
|
|
<None Include="Fixtures\release.json" />
|
|
<None Include="Fixtures\releases.json" />
|
|
<None Include="Fixtures\release_asset.json" />
|
|
<None Include="packages.Octokit.Tests-Portable.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Octokit\Octokit-Portable.csproj">
|
|
<Project>{ddb20481-e17d-4e0a-b2c0-ffff78d4ed71}</Project>
|
|
<Name>Octokit-Portable</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<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>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
|
|
<Error Condition="!Exists('..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props'))" />
|
|
</Target>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |