Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>
<ProjectGuid>{EE6B9DC5-35DC-46B7-A690-211C061B8027}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Adrup.CommitFormatter.TeamFoundation</RootNamespace>
<AssemblyName>Adrup.CommitFormatter.TeamFoundation.16.0</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</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\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.TeamFoundation.Client, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\16.0\Microsoft.TeamFoundation.Client.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.TeamFoundation.Common, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\16.0\Microsoft.TeamFoundation.Common.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.TeamFoundation.Controls, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\16.0\Microsoft.TeamFoundation.Controls.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\CommitFormatter.TeamFoundation.14.0\FormatterSection.cs">
<Link>FormatterSection.cs</Link>
</Compile>
<Compile Include="..\CommitFormatter.TeamFoundation.14.0\SettingsSection.cs">
<Link>SettingsSection.cs</Link>
</Compile>
<Compile Include="..\CommitFormatter.TeamFoundation.14.0\SettingsSectionView.xaml.cs">
<Link>SettingsSectionView.xaml.cs</Link>
<DependentUpon>SettingsSectionView.xaml</DependentUpon>
</Compile>
<Compile Include="..\CommitFormatter.TeamFoundation.14.0\TeamExplorerBase\TeamExplorerBase.cs">
<Link>TeamExplorerBase\TeamExplorerBase.cs</Link>
</Compile>
<Compile Include="..\CommitFormatter.TeamFoundation.14.0\TeamExplorerBase\TeamExplorerBaseNavigationItem.cs">
<Link>TeamExplorerBase\TeamExplorerBaseNavigationItem.cs</Link>
</Compile>
<Compile Include="..\CommitFormatter.TeamFoundation.14.0\TeamExplorerBase\TeamExplorerBaseNavigationLink.cs">
<Link>TeamExplorerBase\TeamExplorerBaseNavigationLink.cs</Link>
</Compile>
<Compile Include="..\CommitFormatter.TeamFoundation.14.0\TeamExplorerBase\TeamExplorerBasePage.cs">
<Link>TeamExplorerBase\TeamExplorerBasePage.cs</Link>
</Compile>
<Compile Include="..\CommitFormatter.TeamFoundation.14.0\TeamExplorerBase\TeamExplorerBaseSection.cs">
<Link>TeamExplorerBase\TeamExplorerBaseSection.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CommitFormatter.Core\CommitFormatter.Core.csproj">
<Project>{f381663e-9afe-499a-8c16-770ab9c33977}</Project>
<Name>CommitFormatter.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Page Include="..\CommitFormatter.TeamFoundation.14.0\SettingsSectionView.xaml">
<Link>SettingsSectionView.xaml</Link>
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</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>
-->
</Project>
36 changes: 36 additions & 0 deletions CommitFormatter.TeamFoundation.16.0/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CommitFormatter.TeamFoundation.16.0")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CommitFormatter.TeamFoundation.16.0")]
[assembly: AssemblyCopyright("Copyright © 2015-2017 Kristian Adrup")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("dc93d32a-fef5-4a1b-aad4-b81b9bebc4ce")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
13 changes: 11 additions & 2 deletions CommitFormatter.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26206.0
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommitFormatter", "CommitFormatter\CommitFormatter.csproj", "{1484406E-214F-4271-A3A9-3416E40F3E32}"
EndProject
Expand All @@ -18,6 +18,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommitFormatter.TeamFoundation.16.0", "CommitFormatter.TeamFoundation.16.0\CommitFormatter.TeamFoundation.16.0.csproj", "{EE6B9DC5-35DC-46B7-A690-211C061B8027}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -44,8 +46,15 @@ Global
{DC93D32A-FEF5-4A1B-AAD4-B81B9BEBC4CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC93D32A-FEF5-4A1B-AAD4-B81B9BEBC4CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC93D32A-FEF5-4A1B-AAD4-B81B9BEBC4CE}.Release|Any CPU.Build.0 = Release|Any CPU
{EE6B9DC5-35DC-46B7-A690-211C061B8027}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE6B9DC5-35DC-46B7-A690-211C061B8027}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE6B9DC5-35DC-46B7-A690-211C061B8027}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE6B9DC5-35DC-46B7-A690-211C061B8027}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66771BF0-D041-4FDB-A362-7A3F4BBF9099}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions CommitFormatter/CommitFormatter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
</ProjectReference>
<ProjectReference Include="..\CommitFormatter.TeamFoundation.16.0\CommitFormatter.TeamFoundation.16.0.csproj">
<Project>{ee6b9dc5-35dc-46b7-a690-211c061b8027}</Project>
<Name>CommitFormatter.TeamFoundation.16.0</Name>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
Expand Down
55 changes: 28 additions & 27 deletions CommitFormatter/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="c189aa3d-0ebc-46fc-b3ee-df073be1c1c5" Version="1.4.0" Language="en-US" Publisher="Kristian Adrup" />
<DisplayName>Commit Formatter</DisplayName>
<Description xml:space="preserve">Adds automatic word wrap to the Git commit message textbox.</Description>
<License>LICENSE.txt</License>
<ReleaseNotes>https://github.com/kria/CommitFormatter/releases</ReleaseNotes>
<Icon>Resources\git-icon.png</Icon>
<PreviewImage>Resources\settings.png</PreviewImage>
<Tags>git;commit;message;wrap;wrapping;line wrap;word wrap;format;formatting;team explorer </Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.TeamFoundation.14.0" Path="|CommitFormatter.TeamFoundation.14.0|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.TeamFoundation.15.0" Path="|CommitFormatter.TeamFoundation.15.0|" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="%CurrentProject%.Core" Path="|CommitFormatter.Core|" AssemblyName="|CommitFormatter.Core;AssemblyName|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Metadata>
<Identity Id="c189aa3d-0ebc-46fc-b3ee-df073be1c1c5" Version="1.4.0" Language="en-US" Publisher="Kristian Adrup" />
<DisplayName>Commit Formatter</DisplayName>
<Description xml:space="preserve">Adds automatic word wrap to the Git commit message textbox.</Description>
<License>LICENSE.txt</License>
<ReleaseNotes>https://github.com/kria/CommitFormatter/releases</ReleaseNotes>
<Icon>Resources\git-icon.png</Icon>
<PreviewImage>Resources\settings.png</PreviewImage>
<Tags>git;commit;message;wrap;wrapping;line wrap;word wrap;format;formatting;team explorer </Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.TeamFoundation.14.0" Path="|CommitFormatter.TeamFoundation.14.0|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.TeamFoundation.15.0" Path="|CommitFormatter.TeamFoundation.15.0|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.TeamFoundation.16.0" Path="|CommitFormatter.TeamFoundation.16.0|" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="%CurrentProject%.Core" Path="|CommitFormatter.Core|" AssemblyName="|CommitFormatter.Core;AssemblyName|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>
Binary file added lib/16.0/Microsoft.TeamFoundation.Client.dll
Binary file not shown.
Binary file added lib/16.0/Microsoft.TeamFoundation.Common.dll
Binary file not shown.
Binary file added lib/16.0/Microsoft.TeamFoundation.Controls.dll
Binary file not shown.