加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
GitCandy.csproj 37.95 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
<?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>
<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>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<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>
</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="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="System" />
<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">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="XCode">
<HintPath>..\DLL\XCode.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap-theme.css" />
<Content Include="Content\bootstrap-theme.min.css" />
<Content Include="Content\bootstrap.css" />
<Content Include="Content\bootstrap.min.css" />
<Content Include="Entity\GitCandy数据字典.htm" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
<Content Include="fonts\glyphicons-halflings-regular.woff" />
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
<Content Include="fonts\glyphicons-halflings-regular.eot" />
<Content Include="Content\bootstrap.min.css.map" />
<Content Include="Content\bootstrap.css.map" />
<Content Include="Content\bootstrap-theme.min.css.map" />
<Content Include="Content\bootstrap-theme.css.map" />
<Content Include="Areas\GitCandy\Views\web.config" />
<Content Include="Entity\XCoder.log">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>XCoder.tt</DependentUpon>
</Content>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="Properties\PublishProfiles\GitCandy.pubxml" />
<None Include="Scripts\jquery-2.0.3.intellisense.js" />
<None Include="Scripts\_references.js" />
<Content Include="Views\Shared\DisplayTemplates\Maps.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Maps.generated.cs</LastGenOutput>
</Content>
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap-switch.css" />
<Content Include="Content\highlight.css" />
<Content Include="Content\Site.css" />
<Content Include="Entity\NewLife.GitCandy.xml" />
<Content Include="Entity\XCoder.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>XCoder.log</LastGenOutput>
</Content>
<Content Include="Global.asax" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.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">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Change.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Account\Create.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Create.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Account\Delete.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Delete.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Account\Detail.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Detail.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Account\Edit.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Edit.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Account\Forgot.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Forgot.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Account\Index.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Index.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Account\Login.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Login.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Account\Ssh.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Ssh.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Home\About.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>About.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Blame.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Blame.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Blob.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Blob.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Branches.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Branches.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Commit.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Commit.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Commits.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Commits.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Compare.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Compare.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Contributors.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Contributors.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Coop.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Coop.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Create.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Create.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Delete.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Delete.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Detail.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Detail.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Edit.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Edit.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Index.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Index.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Tags.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Tags.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\Tree.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Tree.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\_BlobPreview.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>_BlobPreview.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\_BranchSelector.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>_BranchSelector.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\_Diff.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>_Diff.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\_GitUrlButton.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>_GitUrlButton.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\_PathBar.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>_PathBar.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Repository\_ZipButton.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>_ZipButton.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Setting\Edit.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Edit.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Setting\ReGenSsh.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>ReGenSsh.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Setting\Restart.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Restart.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Shared\DisplayTemplates\Members.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Members.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Shared\DisplayTemplates\YesNo.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>YesNo.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Shared\Error.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Error.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Shared\_Layout.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>_Layout.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Shared\_Pager.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>_Pager.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Team\Create.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Create.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Team\Delete.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Delete.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Team\Detail.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Detail.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Team\Edit.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Edit.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Team\Index.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Index.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Team\Users.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Users.generated.cs</LastGenOutput>
</Content>
<Content Include="Views\Web.config" />
<Content Include="Views\_ViewStart.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>_ViewStart.generated.cs</LastGenOutput>
</Content>
<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\FilterConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="App_Start\SshServerConfig.cs" />
<Compile Include="Areas\GitCandy\Controllers\RepositoryController.cs" />
<Compile Include="Areas\GitCandy\Controllers\AuthorizationLogController.cs" />
<Compile Include="Areas\GitCandy\Controllers\SshKeyController.cs" />
<Compile Include="Areas\GitCandy\Controllers\UserController.cs" />
<Compile Include="Areas\GitCandy\Controllers\UserRepositoryController.cs" />
<Compile Include="Areas\GitCandy\Controllers\UserTeamController.cs" />
<Compile Include="Areas\GitCandy\Controllers\GitController.cs" />
<Compile Include="Areas\GitCandy\GitCandyAreaRegistration.cs" />
<Compile Include="Base\FileHelper.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\HostKey.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="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\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="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" />
<Compile Include="Views\Account\Change.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Change.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Account\Create.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Create.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Account\Delete.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Delete.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Account\Detail.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Detail.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Account\Edit.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Edit.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Account\Forgot.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Forgot.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Account\Index.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Index.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Account\Login.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Login.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Account\Ssh.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Ssh.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Home\About.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>About.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Blame.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Blame.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Blob.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Blob.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Branches.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Branches.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Commit.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Commit.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Commits.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Commits.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Compare.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Compare.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Contributors.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Contributors.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Coop.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Coop.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Create.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Create.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Delete.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Delete.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Detail.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Detail.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Edit.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Edit.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Index.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Index.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Tags.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Tags.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\Tree.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Tree.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\_BlobPreview.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>_BlobPreview.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\_BranchSelector.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>_BranchSelector.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\_Diff.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>_Diff.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\_GitUrlButton.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>_GitUrlButton.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\_PathBar.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>_PathBar.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Repository\_ZipButton.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>_ZipButton.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Setting\Edit.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Edit.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Setting\ReGenSsh.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ReGenSsh.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Setting\Restart.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Restart.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Shared\DisplayTemplates\Maps.generated.cs">
<DependentUpon>Maps.cshtml</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Views\Shared\DisplayTemplates\Members.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Members.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Shared\DisplayTemplates\YesNo.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>YesNo.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Shared\Error.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Error.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Shared\_Layout.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>_Layout.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Shared\_Pager.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>_Pager.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Team\Create.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Create.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Team\Delete.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Delete.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Team\Detail.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Detail.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Team\Edit.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Edit.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Team\Index.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Index.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Team\Users.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Users.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\_ViewStart.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>_ViewStart.cshtml</DependentUpon>
</Compile>
</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>
<ItemGroup>
<Folder Include="Areas\GitCandy\Models\" />
<Folder Include="Areas\GitCandy\Views\Shared\" />
</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>
<PropertyGroup>
<PreBuildEvent>powershell.exe -ExecutionPolicy Unrestricted "$(ProjectDir)PreBuild.ps1" '$(ProjectDir)'</PreBuildEvent>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {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'))" />
</Target>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:1796/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- 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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化