Skip to content

Commit

Permalink
Update Nuget packages.
Browse files Browse the repository at this point in the history
Remove XML normalization - it caused Word document open errors.
Change version to 2.03.
  • Loading branch information
chriswendt1 committed Jul 15, 2018
1 parent 4d8dcc0 commit b1b9476
Show file tree
Hide file tree
Showing 80 changed files with 9,078 additions and 38,405 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ TranslationAssistant.DocumentTranslationInterface/bin/Release/FileTranslator.vsh
*.dtbcache
/TranslationAssistant.AutomationToolkit.BasePlugin/bin/Debug/TranslationAssistant.AutomationToolkit.BasePlugin.dll
/TranslationAssistant.AutomationToolkit.BasePlugin/bin/Debug/TranslationAssistant.AutomationToolkit.BasePlugin.pdb
/MigrationBackup
/OpenXmlPowerTools/obj
/TranslationAssistant.DocumentTranslationInterface/obj
/TranslationServices.Core/obj
/DocumentTranslator.Tmx/obj
17 changes: 8 additions & 9 deletions DocumentTranslator.Tmx/DocumentTranslator.Tmx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8\Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\EnterpriseLibrary.TransientFaultHandling.Data.6.0.1304.1\lib\NET45\Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -76,11 +68,18 @@
<Compile Include="TmxWriter.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<Content Include="TmxLangMap.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="EnterpriseLibrary.TransientFaultHandling">
<Version>6.0.1304</Version>
</PackageReference>
<PackageReference Include="EnterpriseLibrary.TransientFaultHandling.Data">
<Version>6.0.1304.1</Version>
</PackageReference>
</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.
Expand Down
5 changes: 0 additions & 5 deletions DocumentTranslator.Tmx/packages.config

This file was deleted.

3 changes: 2 additions & 1 deletion Microsoft.DocumentTranslator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentTranslator.Tmx", "DocumentTranslator.Tmx\DocumentTranslator.Tmx.csproj", "{1E89FBEE-7C28-41F8-8894-1B11D4855A26}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenXmlPowerTools", "OpenXmlPowerTools\OpenXmlPowerTools\OpenXmlPowerTools.csproj", "{6F957FF3-AFCC-4D69-8FBC-71AE21BC45C9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenXmlPowerTools", "OpenXmlPowerTools\OpenXmlPowerTools.csproj", "{6F957FF3-AFCC-4D69-8FBC-71AE21BC45C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -75,6 +75,7 @@ Global
{4007B1E0-9E4F-449A-AE61-C38F771001F6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4007B1E0-9E4F-449A-AE61-C38F771001F6}.Release|x86.ActiveCfg = Release|Any CPU
{CB4E5694-FB0B-4E8C-92EB-FEB5362A28E8}.Debug|Any CPU.ActiveCfg = Debug|x86
{CB4E5694-FB0B-4E8C-92EB-FEB5362A28E8}.Debug|Any CPU.Build.0 = Debug|x86
{CB4E5694-FB0B-4E8C-92EB-FEB5362A28E8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{CB4E5694-FB0B-4E8C-92EB-FEB5362A28E8}.Debug|Mixed Platforms.Build.0 = Debug|x86
{CB4E5694-FB0B-4E8C-92EB-FEB5362A28E8}.Debug|x86.ActiveCfg = Debug|x86
Expand Down
30 changes: 0 additions & 30 deletions OpenXmlPowerTools/.gitattributes

This file was deleted.

32 changes: 0 additions & 32 deletions OpenXmlPowerTools/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions OpenXmlPowerTools/.nuget/packages.config

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
/***************************************************************************
Copyright (c) Microsoft Corporation 2012-2015.
This code is licensed using the Microsoft Public License (Ms-PL). The text of the license can be found here:
http://www.microsoft.com/resources/sharedsource/licensingbasics/publiclicense.mspx
Published at http://OpenXmlDeveloper.org
Resource Center and Documentation: http://openxmldeveloper.org/wiki/w/wiki/powertools-for-open-xml.aspx
Developer: Eric White
Blog: http://www.ericwhite.com
Twitter: @EricWhiteDev
Email: [email protected]
***************************************************************************/

using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
Loading

0 comments on commit b1b9476

Please sign in to comment.