<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.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>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8C65D667-BA60-4810-927A-F8AFB55D55FE}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GitCandy</RootNamespace>
<AssemblyName>GitCandy</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<MvcBuildViews>true</MvcBuildViews>
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
<CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
<CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
<CodeContractsEnumObligations>False</CodeContractsEnumObligations>
<CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
<CodeContractsInferRequires>True</CodeContractsInferRequires>
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
<CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
<CodeContractsCustomRewriterAssembly />
<CodeContractsCustomRewriterClass />
<CodeContractsLibPaths />
<CodeContractsExtraRewriteOptions />
<CodeContractsExtraAnalysisOptions />
<CodeContractsSQLServerOption />
<CodeContractsBaseLineFile />
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
<CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Antlr3.Runtime">
<HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="LibGit2Sharp, Version=0.22.0.0, Culture=neutral, PublicKeyToken=7cbde695407f0333, processorArchitecture=MSIL">
<HintPath>..\packages\LibGit2Sharp.0.22.0\lib\net40\LibGit2Sharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="NewLife.Core">
<HintPath>..\DLL\NewLife.Core.dll</HintPath>
</Reference>
<Reference Include="NewLife.Cube">
<HintPath>..\DLL\NewLife.Cube.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Composition.AttributedModel">
<HintPath>..\packages\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.AttributedModel.dll</HintPath>
</Reference>
<Reference Include="System.Composition.Convention">
<HintPath>..\packages\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Convention.dll</HintPath>
</Reference>
<Reference Include="System.Composition.Hosting">
<HintPath>..\packages\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Hosting.dll</HintPath>
</Reference>
<Reference Include="System.Composition.Runtime">
<HintPath>..\packages\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Composition.TypedParts">
<HintPath>..\packages\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.TypedParts.dll</HintPath>
</Reference>
<Reference Include="System.Configuration" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="System.Security" />
<Reference Include="System.Transactions" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll</HintPath>
</Reference>
<Reference Include="System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Optimization">
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.2\lib\net40\System.Web.Optimization.dll</HintPath>
</Reference>
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
</Reference>
<Reference Include="XCode">
<HintPath>..\DLL\XCode.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="Entity\GitCandy数据字典.htm" />
<Content Include="Entity\XCoder.log">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>XCoder.tt</DependentUpon>
</Content>
<None Include="packages.config" />
<None Include="Scripts\jquery-2.0.3.intellisense.js" />
<None Include="Scripts\_references.js" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="App_Data\Web.config" />
<Content Include="bin\Web.config" />
<Content Include="Content\bootstrap.css" />
<Content Include="Content\bootstrap-switch.css" />
<Content Include="Content\highlight.css" />
<Content Include="Content\Site.css" />
<Content Include="CustomErrors\000.html" />
<Content Include="CustomErrors\401.html" />
<Content Include="CustomErrors\404.html" />
<Content Include="CustomErrors\500.html" />
<Content Include="Entity\NewLife.GitCandy.xml" />
<Content Include="Entity\XCoder.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>XCoder.log</LastGenOutput>
</Content>
<Content Include="fonts\glyphicons-halflings-regular.eot" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
<Content Include="fonts\glyphicons-halflings-regular.woff" />
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
<Content Include="Global.asax" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap3-typeahead.js" />
<Content Include="Scripts\bootstrap-switch.js" />
<Content Include="Scripts\common.js" />
<Content Include="Scripts\highlight.pack.js" />
<Content Include="Scripts\jquery-2.0.3.js" />
<Content Include="Scripts\marked.js" />
<Content Include="Views\Account\Change.cshtml" />
<Content Include="Views\Account\Create.cshtml" />
<Content Include="Views\Account\Delete.cshtml" />
<Content Include="Views\Account\Detail.cshtml" />
<Content Include="Views\Account\Edit.cshtml" />
<Content Include="Views\Account\Forgot.cshtml" />
<Content Include="Views\Account\Index.cshtml" />
<Content Include="Views\Account\Login.cshtml" />
<Content Include="Views\Account\Ssh.cshtml" />
<Content Include="Views\Home\About.cshtml" />
<Content Include="Views\Repository\Blame.cshtml" />
<Content Include="Views\Repository\Blob.cshtml" />
<Content Include="Views\Repository\Branches.cshtml" />
<Content Include="Views\Repository\Commit.cshtml" />
<Content Include="Views\Repository\Commits.cshtml" />
<Content Include="Views\Repository\Compare.cshtml" />
<Content Include="Views\Repository\Contributors.cshtml" />
<Content Include="Views\Repository\Coop.cshtml" />
<Content Include="Views\Repository\Create.cshtml" />
<Content Include="Views\Repository\Delete.cshtml" />
<Content Include="Views\Repository\Detail.cshtml" />
<Content Include="Views\Repository\Edit.cshtml" />
<Content Include="Views\Repository\Index.cshtml" />
<Content Include="Views\Repository\Tags.cshtml" />
<Content Include="Views\Repository\Tree.cshtml" />
<Content Include="Views\Repository\_BlobPreview.cshtml" />
<Content Include="Views\Repository\_BranchSelector.cshtml" />
<Content Include="Views\Repository\_Diff.cshtml" />
<Content Include="Views\Repository\_GitUrlButton.cshtml" />
<Content Include="Views\Repository\_PathBar.cshtml" />
<Content Include="Views\Repository\_ZipButton.cshtml" />
<Content Include="Views\Setting\Edit.cshtml" />
<Content Include="Views\Setting\ReGenSsh.cshtml" />
<Content Include="Views\Setting\Restart.cshtml" />
<Content Include="Views\Shared\DisplayTemplates\Members.cshtml" />
<Content Include="Views\Shared\DisplayTemplates\YesNo.cshtml" />
<Content Include="Views\Shared\Error.cshtml" />
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="Views\Shared\_Pager.cshtml" />
<Content Include="Views\Team\Create.cshtml" />
<Content Include="Views\Team\Delete.cshtml" />
<Content Include="Views\Team\Detail.cshtml" />
<Content Include="Views\Team\Edit.cshtml" />
<Content Include="Views\Team\Index.cshtml" />
<Content Include="Views\Team\Users.cshtml" />
<Content Include="Views\Web.config" />
<Content Include="Views\_ViewStart.cshtml" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="App_GlobalResources\SR.designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>SR.resx</DependentUpon>
</Compile>
<Compile Include="App_GlobalResources\SR.fr.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>SR.fr.resx</DependentUpon>
</Compile>
<Compile Include="App_GlobalResources\SR.zh-Hans.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>SR.zh-Hans.resx</DependentUpon>
</Compile>
<Compile Include="App_Start\AppInfomation.cs" />
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="App_Start\FilterConfig.cs" />
<Compile Include="App_Start\MefConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="App_Start\ScheduleConfig.cs" />
<Compile Include="App_Start\SshServerConfig.cs" />
<Compile Include="Base\FileHelper.cs" />
<Compile Include="Base\MefDependencyResolver.cs" />
<Compile Include="Base\Pager.cs" />
<Compile Include="Base\Profiler.cs" />
<Compile Include="Base\RawResult.cs" />
<Compile Include="Base\RegularExpression.cs" />
<Compile Include="Base\StringLogicalComparer.cs" />
<Compile Include="Configuration\ConfigurationEntry.cs" />
<Compile Include="Configuration\ConfigurationKeyAttribute.cs" />
<Compile Include="Configuration\GitCoreResloverAttribute.cs" />
<Compile Include="Configuration\HostKey.cs" />
<Compile Include="Configuration\HostKeyResloverAttribute.cs" />
<Compile Include="Configuration\RecommendedValueAttribute.cs" />
<Compile Include="Configuration\RecommendedValueResloverAttribute.cs" />
<Compile Include="Configuration\StoragePathType.cs" />
<Compile Include="Configuration\StoragePathResloverAttribute.cs" />
<Compile Include="Configuration\UserConfiguration.cs" />
<Compile Include="Controllers\AccountController.cs" />
<Compile Include="Controllers\CandyControllerBase.cs" />
<Compile Include="Controllers\GitController.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\RepositoryController.cs" />
<Compile Include="Controllers\SettingController.cs" />
<Compile Include="Controllers\TeamController.cs" />
<Compile Include="Data\MembershipService.cs" />
<Compile Include="Data\RepositoryService.cs" />
<Compile Include="Entity\Entity\SSH密钥.Biz.cs" />
<Compile Include="Entity\Entity\SSH密钥.cs" />
<Compile Include="Entity\Entity\仓库.Biz.cs" />
<Compile Include="Entity\Entity\仓库.cs" />
<Compile Include="Entity\Entity\团队.Biz.cs" />
<Compile Include="Entity\Entity\团队.cs" />
<Compile Include="Entity\Entity\团队仓库.Biz.cs" />
<Compile Include="Entity\Entity\团队仓库.cs" />
<Compile Include="Entity\Entity\用户.Biz.cs" />
<Compile Include="Entity\Entity\用户.cs" />
<Compile Include="Entity\Entity\用户仓库.Biz.cs" />
<Compile Include="Entity\Entity\用户仓库.cs" />
<Compile Include="Entity\Entity\用户团队.Biz.cs" />
<Compile Include="Entity\Entity\用户团队.cs" />
<Compile Include="Entity\Entity\认证日志.Biz.cs" />
<Compile Include="Entity\Entity\认证日志.cs" />
<Compile Include="Extensions\CommitLogExtension.cs" />
<Compile Include="Extensions\HtmlHelperExtension.cs" />
<Compile Include="Extensions\MetadataExtension.cs" />
<Compile Include="Filters\AdministratorAttribute.cs" />
<Compile Include="Filters\AllowRegisterUserAttribute.cs" />
<Compile Include="Filters\AllowRepositoryCreationAttribute.cs" />
<Compile Include="Filters\CurrentUserOrAdministratorAttribute.cs" />
<Compile Include="Filters\CustomErrorAttribute.cs" />
<Compile Include="Filters\PublicServerAttribute.cs" />
<Compile Include="Filters\ReadRepositoryAttribute.cs" />
<Compile Include="Filters\RepositoryOwnerOrSystemAdministratorAttribute.cs" />
<Compile Include="Filters\SmartAuthorizeAttribute.cs" />
<Compile Include="Filters\SmartGitAttribute.cs" />
<Compile Include="Filters\TeamOrSystemAdministratorAttribute.cs" />
<Compile Include="Git\ArchiverAccessor.cs" />
<Compile Include="Git\BlameAccessor.cs" />
<Compile Include="Git\Cache\GitCacheAccessor.cs" />
<Compile Include="Git\Cache\GitCacheReturn.cs" />
<Compile Include="Git\CommitsAccessor.cs" />
<Compile Include="Git\ContributorsAccessor.cs" />
<Compile Include="Git\GitService.cs" />
<Compile Include="Git\GitSshService.cs" />
<Compile Include="Git\HistoryDivergenceAccessor.cs" />
<Compile Include="Git\LastCommitAccessor.cs" />
<Compile Include="Git\RepositorySizeAccessor.cs" />
<Compile Include="Git\RevisionSummaryCacheItem.cs" />
<Compile Include="Git\ScopeAccessor.cs" />
<Compile Include="Git\SummaryAccessor.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Models\AheadBehindModel.cs" />
<Compile Include="Models\BlameHunkModel.cs" />
<Compile Include="Models\BlameModel.cs" />
<Compile Include="Models\BlobType.cs" />
<Compile Include="Models\BranchesModel.cs" />
<Compile Include="Models\BranchSelectorModel.cs" />
<Compile Include="Models\ChangePasswordModel.cs" />
<Compile Include="Models\CollaborationModel.cs" />
<Compile Include="Models\CommitChangeModel.cs" />
<Compile Include="Models\CommitModel.cs" />
<Compile Include="Models\CommitsModel.cs" />
<Compile Include="Models\CompareModel.cs" />
<Compile Include="Models\ContributorsModel.cs" />
<Compile Include="Models\GitUrl.cs" />
<Compile Include="Models\LoginModel.cs" />
<Compile Include="Models\PathBarModel.cs" />
<Compile Include="Models\RepositoryListModel.cs" />
<Compile Include="Models\RepositoryModel.cs" />
<Compile Include="Models\RepositoryModelBase.cs" />
<Compile Include="Models\RepositoryScope.cs" />
<Compile Include="Models\RepositoryStatisticsModel.cs" />
<Compile Include="Models\SettingModel.cs" />
<Compile Include="Models\SshModel.cs" />
<Compile Include="Models\TagModel.cs" />
<Compile Include="Models\TagsModel.cs" />
<Compile Include="Models\TeamListModel.cs" />
<Compile Include="Models\TeamModel.cs" />
<Compile Include="Models\TreeEntryModel.cs" />
<Compile Include="Models\TreeModel.cs" />
<Compile Include="Models\UserListModel.cs" />
<Compile Include="Models\UserModel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Schedules\IJob.cs" />
<Compile Include="Schedules\JobContext.cs" />
<Compile Include="Schedules\JobType.cs" />
<Compile Include="Schedules\Runner.cs" />
<Compile Include="Schedules\Scheduler.cs" />
<Compile Include="Schedules\SingleJob.cs" />
<Compile Include="Security\PasswordProvider.cs" />
<Compile Include="Security\PasswordProviderPool.cs" />
<Compile Include="Security\PasswordProviderV1.cs" />
<Compile Include="Security\PasswordProviderV2.cs" />
<Compile Include="Security\PasswordProviderVersionAttribute.cs" />
<Compile Include="Security\Token.cs" />
<Compile Include="Ssh\Algorithms\CipherInfo.cs" />
<Compile Include="Ssh\Algorithms\CipherModeEx.cs" />
<Compile Include="Ssh\Algorithms\CompressionAlgorithm.cs" />
<Compile Include="Ssh\Algorithms\CompressionAlgorithmContract.cs" />
<Compile Include="Ssh\Algorithms\CtrModeCryptoTransform.cs" />
<Compile Include="Ssh\Algorithms\DiffieHellman.cs" />
<Compile Include="Ssh\Algorithms\DiffieHellmanGroupSha1.cs" />
<Compile Include="Ssh\Algorithms\DssKey.cs" />
<Compile Include="Ssh\Algorithms\EncryptionAlgorithm.cs" />
<Compile Include="Ssh\Algorithms\HmacAlgorithm.cs" />
<Compile Include="Ssh\Algorithms\HmacInfo.cs" />
<Compile Include="Ssh\Algorithms\KexAlgorithm.cs" />
<Compile Include="Ssh\Algorithms\KexAlgorithmContract.cs" />
<Compile Include="Ssh\Algorithms\NoCompression.cs" />
<Compile Include="Ssh\Algorithms\PublicKeyAlgorithm.cs" />
<Compile Include="Ssh\Algorithms\PublicKeyAlgorithmContract.cs" />
<Compile Include="Ssh\Algorithms\RsaKey.cs" />
<Compile Include="Ssh\ChannelOpenFailureReason.cs" />
<Compile Include="Ssh\DisconnectReason.cs" />
<Compile Include="Ssh\KeyUtils.cs" />
<Compile Include="Ssh\Messages\ConnectionServiceMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ChannelCloseMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ChannelDataMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ChannelEofMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ChannelFailureMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ChannelOpenConfirmationMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ChannelOpenFailureMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ChannelOpenMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ChannelRequestMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ChannelSuccessMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ChannelWindowAdjustMessage.cs" />
<Compile Include="Ssh\Messages\Connection\CommandRequestMessage.cs" />
<Compile Include="Ssh\Messages\Connection\ExitStatusMessage.cs" />
<Compile Include="Ssh\Messages\Connection\SessionOpenConfirmationMessage.cs" />
<Compile Include="Ssh\Messages\Connection\SessionOpenMessage.cs" />
<Compile Include="Ssh\Messages\DisconnectMessage.cs" />
<Compile Include="Ssh\Messages\KeyExchangeDhInitMessage.cs" />
<Compile Include="Ssh\Messages\KeyExchangeDhReplyMessage.cs" />
<Compile Include="Ssh\Messages\KeyExchangeInitMessage.cs" />
<Compile Include="Ssh\Messages\Message.cs" />
<Compile Include="Ssh\Messages\MessageAttribute.cs" />
<Compile Include="Ssh\Messages\NewKeysMessage.cs" />
<Compile Include="Ssh\Messages\ServiceAcceptMessage.cs" />
<Compile Include="Ssh\Messages\ServiceRequestMessage.cs" />
<Compile Include="Ssh\Messages\UnimplementedMessage.cs" />
<Compile Include="Ssh\Messages\UserauthServiceMessage.cs" />
<Compile Include="Ssh\Messages\Userauth\FailureMessage.cs" />
<Compile Include="Ssh\Messages\Userauth\PublicKeyOkMessage.cs" />
<Compile Include="Ssh\Messages\Userauth\PublicKeyRequestMessage.cs" />
<Compile Include="Ssh\Messages\Userauth\RequestMessage.cs" />
<Compile Include="Ssh\Messages\Userauth\SuccessMessage.cs" />
<Compile Include="Ssh\Services\Channel.cs" />
<Compile Include="Ssh\Services\ConnectionService.cs" />
<Compile Include="Ssh\Services\SessionChannel.cs" />
<Compile Include="Ssh\Services\SessionRequestedArgs.cs" />
<Compile Include="Ssh\Services\SshService.cs" />
<Compile Include="Ssh\Services\UserauthArgs.cs" />
<Compile Include="Ssh\Services\UserauthService.cs" />
<Compile Include="Ssh\Session.cs" />
<Compile Include="Ssh\SshConnectionException.cs" />
<Compile Include="Ssh\SshDataWorker.cs" />
<Compile Include="Ssh\SshServer.cs" />
<Compile Include="Ssh\StartingInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="App_GlobalResources\SR.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>SR.designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="App_GlobalResources\SR.fr.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>SR.fr.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="App_GlobalResources\SR.zh-Hans.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>SR.zh-Hans.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Information" />
<EmbeddedResource Include="Properties\CacheVersion" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
</Target>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>11422</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost/GitCandy</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>powershell.exe -ExecutionPolicy Unrestricted "$(ProjectDir)PreBuild.ps1" '$(ProjectDir)'</PreBuildEvent>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use 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\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props'))" />
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.99.0\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.99.0\build\net45\System.Data.SQLite.Core.targets'))" />
</Target>
<Import Project="..\packages\System.Data.SQLite.Core.1.0.99.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.99.0\build\net45\System.Data.SQLite.Core.targets')" />
<!-- 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>
|