Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/console execution check merge #12

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c0c58a4
added unit test for execution of console extension
m-isenmann Oct 13, 2021
ba5cce8
updated build number to 7.1
m-isenmann Oct 13, 2021
4a2953a
removed not needed dependencies for some projects
m-isenmann Oct 13, 2021
da7eb8f
removed old dependencies (ManyConsole as code)
m-isenmann Oct 13, 2021
a7fe3f5
updated all projects to current TargetFrameworkVersion v4.8
m-isenmann Oct 13, 2021
2653cac
updated all dependencies (but not ManyConsole and Mono.Options due to…
m-isenmann Oct 14, 2021
f098f69
fixed console execution unit tests with std and error output
m-isenmann Oct 15, 2021
e53c411
updated ManyConsole and removed Mono.Options (due to wrong dependency…
m-isenmann Oct 15, 2021
65d25ce
Changed GetWorkItemPanelView to only scroll WorkItems and not other E…
m-isenmann Oct 15, 2021
ff510e1
updated margin right for combobox row
m-isenmann Oct 15, 2021
e42daa2
remove ScrollViewer and using internal ScrollViewer of ListBox
m-isenmann Oct 15, 2021
2af0fae
All NuGet packages updated to latest versions, due to package depende…
Mar 7, 2022
793c36f
Changed W2T version to 7.1
norschel Mar 22, 2022
6bb392f
Replaced project specific itemgroup for witdatastore native dlls with…
Mar 22, 2022
f1a2fdc
Merge branch '2022-02-TLSConnection' of https://github.com/AITGmbH/Wo…
Mar 22, 2022
ba27753
Updated nuget packages to latest version
Mar 22, 2022
ace5f28
Dowgrade manyconsole to v1 because it's incompatible with current code
Mar 22, 2022
279924f
Dowgrade monooptions to v5 because v6 isnt compatible with manyconsol…
Mar 22, 2022
22753ec
Updated copyright year, added native lib target file as solution item
Mar 22, 2022
027bb6e
merged everything
m-isenmann Jan 10, 2023
60ed0d6
updated ManifestCertificateThumbprint and removed System.Threading.Ta…
m-isenmann Jan 11, 2023
5449f2f
updated yeahr in GlobalAssemblyInfo
m-isenmann Jan 11, 2023
ceaee59
added enabling of TLS 1.2 and TLS 1.3 when SchUseStrongCrypto is not …
m-isenmann Jan 18, 2023
57b0ba7
removed old empty project and corrected target version for project co…
m-isenmann Jan 18, 2023
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
Prev Previous commit
Next Next commit
updated ManifestCertificateThumbprint and removed System.Threading.Ta…
…sks.Dataflow (depracted, not needed)
  • Loading branch information
m-isenmann committed Jan 11, 2023
commit 60ed0d6d3daeec5d04267d96d75c3e76a3b92414
2 changes: 1 addition & 1 deletion Sources/TFS.SyncService.Adapter.TFS2010/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.16.0.0" newVersion="6.16.0.0" />
<bindingRedirect oldVersion="0.0.0.0-6.13.1.0" newVersion="6.13.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion Sources/TFS.SyncService.Adapter.TFS2010/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<package id="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.ExtendedClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Services.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion Sources/TFS.SyncService.Adapter.Word2007/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<package id="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.ExtendedClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Services.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,6 @@
<Reference Include="System.ServiceModel">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion Sources/TFS.SyncService.Contracts/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<package id="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.ExtendedClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Services.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion Sources/TFS.SyncService.IntegrationTests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<package id="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.ExtendedClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Services.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion Sources/TFS.SyncService.Model.Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<package id="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.ExtendedClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Services.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<package id="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.ExtendedClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Services.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
Expand Down
4 changes: 0 additions & 4 deletions Sources/TFS.SyncService.Model/TFS.SyncService.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion Sources/TFS.SyncService.Model/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.16.0.0" newVersion="6.16.0.0" />
<bindingRedirect oldVersion="0.0.0.0-6.13.1.0" newVersion="6.13.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Azure.Services.AppAuthentication" publicKeyToken="31bf3856ad364e35" culture="neutral" />
Expand Down
1 change: 0 additions & 1 deletion Sources/TFS.SyncService.Model/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<package id="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.ExtendedClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Services.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,6 @@
<Reference Include="System.ServiceModel">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion Sources/TFS.SyncService.Service/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<package id="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.ExtendedClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Services.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
Expand Down
4 changes: 0 additions & 4 deletions Sources/TFS.SyncService.Test/TFS.SyncService.Test.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion Sources/TFS.SyncService.Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<package id="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.ExtendedClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Services.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion Sources/TFS.SyncService.View.Controls/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.16.0.0" newVersion="6.16.0.0" />
<bindingRedirect oldVersion="0.0.0.0-6.13.1.0" newVersion="6.13.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Azure.Services.AppAuthentication" publicKeyToken="31bf3856ad364e35" culture="neutral" />
Expand Down
1 change: 0 additions & 1 deletion Sources/TFS.SyncService.View.Controls/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<package id="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.TeamFoundationServer.ExtendedClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
<package id="Microsoft.VisualStudio.Services.Client" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.170.0" targetFramework="net48" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
Expand Down
2 changes: 1 addition & 1 deletion Sources/TFS.SyncService.View.Word2007/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.16.0.0" newVersion="6.16.0.0" />
<bindingRedirect oldVersion="0.0.0.0-6.13.1.0" newVersion="6.13.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Azure.Services.AppAuthentication" publicKeyToken="31bf3856ad364e35" culture="neutral" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>CA43819C8991909FC4AF6ADC6A3CCA67F411B80F</ManifestCertificateThumbprint>
<ManifestCertificateThumbprint>3988F6A0321AE8F1AA13ADD2443FE13BE080D0C1</ManifestCertificateThumbprint>
</PropertyGroup>
<!--
This section enables pre- and post-build steps. However, in VSTO use
Expand Down Expand Up @@ -428,10 +428,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -537,8 +533,6 @@
<None Include="Templates\MSFForCMMI%282012%29_Hierarchie.w2t" />
<None Include="Templates\MSFForCMMI%282013%294.3.w2t" />
<None Include="Templates\Legacy%282008%29.w2t" />
<None Include="TFS.SyncService.View.Word_1_TemporaryKey.pfx" />
<None Include="TFS.SyncService.View.Word_TemporaryKey.pfx" />
<None Include="ThisAddIn.Designer.xml">
<DependentUpon>ThisAddIn.cs</DependentUpon>
</None>
Expand Down Expand Up @@ -581,9 +575,6 @@
<None Include="Resources\ReqDefVals.png" />
</ItemGroup>
<ItemGroup>
<Content Include="$(SolutionDir)\TFS.SyncService.W2TConsole\bin\Release\WordToTFS.exe.config" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="$(SolutionDir)\TFS.SyncService.W2TConsole\bin\Debug\WordToTFS.exe.config" Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -789,7 +780,8 @@
<OutputPath>bin\RunConsoleWithConfigFile\</OutputPath>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>TFS.SyncService.View.Word_1_TemporaryKey.pfx</ManifestKeyFile>
<ManifestKeyFile>
</ManifestKeyFile>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- Include additional build rules for an Office application add-in. -->
Expand Down
Loading