Files
git-tfs/GitTfs/GitTfs.csproj
2013-06-08 07:48:25 -04:00

306 lines
15 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{55C169E0-93CC-488C-9885-1D4EAF4EA236}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Sep.Git.Tfs</RootNamespace>
<AssemblyName>git-tfs</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Vs11_Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Vs11_Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>Always</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<ItemGroup>
<Reference Include="NDesk.Options, Version=0.2.1.0, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\NDesk.Options\lib\ndesk-options\NDesk.Options.dll</HintPath>
</Reference>
<Reference Include="StructureMap, Version=2.5.3.0, Culture=neutral, PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\StructureMap\StructureMap.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\CommonAssemblyInfo.cs">
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\Version.cs">
<Link>Properties\Version.cs</Link>
</Compile>
<Compile Include="Commands\ListRemoteBranches.cs" />
<Compile Include="Core\DirectoryTidier.cs" />
<Compile Include="Core\ITfsWorkitem.cs" />
<Compile Include="Commands\Branch.cs" />
<Compile Include="Core\BranchVisitors\BranchTreeContainsPathVisitor.cs" />
<Compile Include="Core\IBranchTreeVisitor.cs" />
<Compile Include="Core\TfsInterop\IBranch.cs" />
<Compile Include="Commands\Bootstrap.cs" />
<Compile Include="Commands\Checkin.cs" />
<Compile Include="Commands\CheckinTool.cs" />
<Compile Include="Commands\CheckinOptions.cs" />
<Compile Include="Commands\CheckinBase.cs" />
<Compile Include="Commands\CleanupWorkspaceLocal.cs" />
<Compile Include="Commands\Labels.cs" />
<Compile Include="Commands\InitBranch.cs" />
<Compile Include="Commands\Info.cs" />
<Compile Include="Commands\Cleanup.cs" />
<Compile Include="Commands\CleanupOptions.cs" />
<Compile Include="Commands\CleanupWorkspaces.cs" />
<Compile Include="Commands\Clone.cs" />
<Compile Include="Commands\ShelveList.cs" />
<Compile Include="Commands\Diagnostics.cs" />
<Compile Include="Commands\Fetch.cs" />
<Compile Include="Commands\Help.cs" />
<Compile Include="Commands\Helpers.cs" />
<Compile Include="Commands\Init.cs" />
<Compile Include="Commands\InitOptions.cs" />
<Compile Include="Commands\Pull.cs" />
<Compile Include="Commands\QuickClone.cs" />
<Compile Include="Commands\QuickFetch.cs" />
<Compile Include="Commands\Rcheckin.cs" />
<Compile Include="Commands\RemoteOptions.cs" />
<Compile Include="Commands\Shelve.cs" />
<Compile Include="Commands\Verify.cs" />
<Compile Include="Commands\Unshelve.cs" />
<Compile Include="Commands\Version.cs" />
<Compile Include="Core\Changes\Git\Add.cs" />
<Compile Include="Core\Changes\Git\Delete.cs" />
<Compile Include="Core\Changes\Git\Modify.cs" />
<Compile Include="Core\Changes\Git\RenameEdit.cs" />
<Compile Include="Core\CheckinPolicyEvaluator.cs" />
<Compile Include="Core\TfsLabel.cs" />
<Compile Include="Core\DerivedGitTfsRemote.cs" />
<Compile Include="Core\GitChangeInfo.cs" />
<Compile Include="Core\GitCommit.cs" />
<Compile Include="Core\GitObject.cs" />
<Compile Include="Core\RemoteConfigConverter.cs" />
<Compile Include="Core\RemoteInfo.cs" />
<Compile Include="Core\GitTreeEntry.cs" />
<Compile Include="Core\IGitChangedFile.cs" />
<Compile Include="Core\IGitTfsRemote.cs" />
<Compile Include="Core\ITfsWorkspace.cs" />
<Compile Include="Core\ITreeEntry.cs" />
<Compile Include="Core\Mode.cs" />
<Compile Include="Core\TfsInterop\ICheckinEvaluationResult.cs" />
<Compile Include="Core\TfsInterop\ICheckinNote.cs" />
<Compile Include="Core\TfsInterop\IVersionControlServer.cs" />
<Compile Include="Core\TfsInterop\IWorkItemCheckedInfo.cs" />
<Compile Include="Core\TfsInterop\TfsApiBridge.cs" />
<Compile Include="Core\TfsInterop\TfsChangeType.cs" />
<Compile Include="Core\TfsInterop\TfsCheckinEvaluationOptions.cs" />
<Compile Include="Core\TfsInterop\TfsExt.cs" />
<Compile Include="Core\TfsInterop\TfsItemType.cs" />
<Compile Include="Core\TfsInterop\TfsPlugin.cs" />
<Compile Include="Core\TfsInterop\TfsRecursionType.cs" />
<Compile Include="Core\TfsInterop\TfsShelvingOptions.cs" />
<Compile Include="Core\TfsInterop\TfsWorkItemCheckinAction.cs" />
<Compile Include="Core\TfsInterop\WrapperFor.cs" />
<Compile Include="Core\TfsInterop\IChange.cs" />
<Compile Include="Core\TfsInterop\IIdentity.cs" />
<Compile Include="Core\TfsInterop\IItem.cs" />
<Compile Include="Core\TfsInterop\IPendingChange.cs" />
<Compile Include="Core\TfsInterop\IShelveset.cs" />
<Compile Include="Core\TfsInterop\ITfsHelper.cs" />
<Compile Include="Core\TfsInterop\IWorkItemCheckinInfo.cs" />
<Compile Include="Core\TfsInterop\IWorkspace.cs" />
<Compile Include="Core\TfsInterop\NullIdentity.cs" />
<Compile Include="Core\TfsInterop\IChangeset.cs" />
<Compile Include="Core\TfsTreeEntry.cs" />
<Compile Include="Core\TfsWorkitem.cs" />
<Compile Include="Core\TfsWorkspace.cs" />
<Compile Include="Core\TfsWriter.cs" />
<Compile Include="Core\GitTfsException.cs" />
<Compile Include="Util\AuthorsFile.cs" />
<Compile Include="Util\Bouncer.cs" />
<Compile Include="Util\CommitSpecificCheckinOptionsFactory.cs" />
<Compile Include="Core\GitTfsVersionProvider.cs" />
<Compile Include="Util\ExceptionFormattingExtensions.cs" />
<Compile Include="Util\GitTfsCommandFactory.cs" />
<Compile Include="Util\GitTfsCommandRunner.cs" />
<Compile Include="Core\IGitTfsVersionProvider.cs" />
<Compile Include="Util\GitTfsDebugTraceListener.cs" />
<Compile Include="Util\TemporaryFile.cs" />
<Compile Include="Util\WhenDynamicDoesntWork.cs" />
<Compile Include="Util\PluggableWithAliases.cs" />
<Compile Include="Util\ConfiguresStructureMap.cs" />
<Compile Include="Core\DelimitedReader.cs" />
<Compile Include="Core\Ext.cs" />
<Compile Include="Core\GitCommandException.cs" />
<Compile Include="Core\GitHelpers.cs" />
<Compile Include="Core\GitIndexInfo.cs" />
<Compile Include="Core\GitRepository.cs" />
<Compile Include="Core\GitTfsRemote.cs" />
<Compile Include="Core\IGitHelpers.cs" />
<Compile Include="Core\IGitRepository.cs" />
<Compile Include="Core\ITfsChangeset.cs" />
<Compile Include="Core\LogEntry.cs" />
<Compile Include="Core\RequiresValidGitRepositoryAttribute.cs" />
<Compile Include="Core\TfsChangeset.cs" />
<Compile Include="Core\TfsChangesetInfo.cs" />
<Compile Include="GitTfs.cs" />
<Compile Include="GitTfsCommand.cs" />
<Compile Include="GitTfsConstants.cs" />
<Compile Include="GitTfsExitCodes.cs" />
<Compile Include="Globals.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Util\InspectExtensions.cs" />
<Compile Include="Util\StructureMapSingletonAttribute.cs" />
<Compile Include="Util\TemporaryFileStream.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE">
<Link>LICENSE</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\NOTICE">
<Link>NOTICE</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="App.config" />
<None Include="Core\TfsInterop\README.txt" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\lib\libgit2sharp\LibGit2Sharp\LibGit2Sharp.csproj">
<Project>{EE6ED99F-CB12-4683-B055-D28FC7357A34}</Project>
<Name>LibGit2Sharp</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>
-->
<PropertyGroup>
<PreBuildEvent Condition="'$(OS)' == 'Windows_NT'">xcopy /S /Y "$(SolutionDir)\lib\libgit2sharp\Lib\NativeBinaries" "$(TargetDir)"\NativeBinaries\</PreBuildEvent>
<PreBuildEvent Condition="'$(OS)' != 'Windows_NT'">cp -Rp "$(SolutionDir)/lib/libgit2sharp/Lib/NativeBinaries" "$(TargetDir)"</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
</Project>