一个基于ASP.NET MVC的git服务端。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

441 lines
24 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
<CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="LibGit2Sharp">
<HintPath>..\packages\LibGit2Sharp.0.15.0.0\lib\net35\LibGit2Sharp.dll</HintPath>
</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="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.Data.SQLite, Version=1.0.92.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\System.Data.SQLite.Core.1.0.92.0\lib\net45\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Data.SQLite.EF6, Version=1.0.92.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\System.Data.SQLite.EF6.1.0.92.0\lib\net45\System.Data.SQLite.EF6.dll</HintPath>
</Reference>
<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>
</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">
<HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<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-responsive.css" />
<Content Include="Content\bootstrap-responsive.min.css" />
<Content Include="Content\bootstrap.css" />
<Content Include="Content\bootstrap.min.css" />
<Content Include="Content\bootstrapSwitch.css" />
<Content Include="Content\highlight.css" />
<Content Include="Content\Site.css" />
<Content Include="Content\ZeroClipboard.swf" />
<Content Include="CustomErrors\000.html" />
<Content Include="CustomErrors\401.html" />
<Content Include="CustomErrors\404.html" />
<Content Include="CustomErrors\500.html" />
<Content Include="Global.asax" />
<Content Include="img\glyphicons-halflings-white.png" />
<Content Include="img\glyphicons-halflings.png" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.js" />
<Content Include="Scripts\bootstrapSwitch.js" />
<Content Include="Scripts\common.js" />
<Content Include="Scripts\highlight.pack.js" />
<Content Include="Scripts\jquery-2.0.3.js" />
<Content Include="Scripts\jquery-2.0.3.min.js" />
<Content Include="Scripts\jquery-2.0.3.min.map" />
<Content Include="Scripts\marked.js" />
<Content Include="Scripts\ZeroClipboard.js" />
<Content Include="Scripts\ZeroClipboard.min.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\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\_PathBar.cshtml" />
<Content Include="Views\Repository\_ZipButton.cshtml" />
<Content Include="Views\Setting\Edit.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="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\RecommendedValueAttribute.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="DAL\AuthorizationLog.cs" />
<Compile Include="DAL\GitCandyContext.cs" />
<Compile Include="DAL\Mapping\AuthorizationLogMap.cs" />
<Compile Include="DAL\Mapping\RepositoryMap.cs" />
<Compile Include="DAL\Mapping\TeamMap.cs" />
<Compile Include="DAL\Mapping\TeamRepositoryRoleMap.cs" />
<Compile Include="DAL\Mapping\UserMap.cs" />
<Compile Include="DAL\Mapping\UserRepositoryRoleMap.cs" />
<Compile Include="DAL\Mapping\UserTeamRoleMap.cs" />
<Compile Include="DAL\Repository.cs" />
<Compile Include="DAL\Team.cs" />
<Compile Include="DAL\TeamRepositoryRole.cs" />
<Compile Include="DAL\User.cs" />
<Compile Include="DAL\UserRepositoryRole.cs" />
<Compile Include="DAL\UserTeamRole.cs" />
<Compile Include="Data\MembershipService.cs" />
<Compile Include="Data\RepositoryService.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\GitCache.cs" />
<Compile Include="Git\GitService.cs" />
<Compile Include="Git\RevisionSummaryCacheItem.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Log\Logger.cs" />
<Compile Include="Log\LogLevels.cs" />
<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\ContributorCommitsModel.cs" />
<Compile Include="Models\ContributorsModel.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\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\LogJob.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" />
</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" />
</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:11422/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
<PostBuildEvent>
if not exist "$(TargetDir)NativeBinaries" md "$(TargetDir)NativeBinaries"
if not exist "$(TargetDir)NativeBinaries\x86" md "$(TargetDir)NativeBinaries\x86"
xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.15.0.0\lib\net35\NativeBinaries\x86\*.*" "$(TargetDir)NativeBinaries\x86"
if not exist "$(TargetDir)NativeBinaries\amd64" md "$(TargetDir)NativeBinaries\amd64"
xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.15.0.0\lib\net35\NativeBinaries\amd64\*.*" "$(TargetDir)NativeBinaries\amd64"
xcopy /s /y /d "$(SolutionDir)packages\System.Data.SQLite.Core.1.0.92.0\content\net45\*.*" "$(TargetDir)"
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>powershell.exe -ExecutionPolicy Unrestricted "$(ProjectDir)PreBuild.ps1" '$(ProjectDir)'</PreBuildEvent>
</PropertyGroup>
<!-- 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>