diff --git a/OfficeConverter.sln b/OfficeConverter.sln index 3072461..0c1684f 100644 --- a/OfficeConverter.sln +++ b/OfficeConverter.sln @@ -13,6 +13,8 @@ Global Debug|x64 = Debug|x64 Release|Any CPU = Release|Any CPU Release|x64 = Release|x64 + Test|Any CPU = Test|Any CPU + Test|x64 = Test|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {6E77662E-82C3-4913-8964-5A452B229F78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -23,6 +25,10 @@ Global {6E77662E-82C3-4913-8964-5A452B229F78}.Release|Any CPU.Build.0 = Release|Any CPU {6E77662E-82C3-4913-8964-5A452B229F78}.Release|x64.ActiveCfg = Release|x64 {6E77662E-82C3-4913-8964-5A452B229F78}.Release|x64.Build.0 = Release|x64 + {6E77662E-82C3-4913-8964-5A452B229F78}.Test|Any CPU.ActiveCfg = Test|Any CPU + {6E77662E-82C3-4913-8964-5A452B229F78}.Test|Any CPU.Build.0 = Test|Any CPU + {6E77662E-82C3-4913-8964-5A452B229F78}.Test|x64.ActiveCfg = Debug|x64 + {6E77662E-82C3-4913-8964-5A452B229F78}.Test|x64.Build.0 = Debug|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/OfficeConverter/App.config b/OfficeConverter/App.config index 5ab1a35..5f986e8 100644 --- a/OfficeConverter/App.config +++ b/OfficeConverter/App.config @@ -1,6 +1,14 @@ - + - + + + + + + + + + diff --git a/OfficeConverter/OfficeConverter.csproj b/OfficeConverter/OfficeConverter.csproj index 67f03b2..7bbff22 100644 --- a/OfficeConverter/OfficeConverter.csproj +++ b/OfficeConverter/OfficeConverter.csproj @@ -1,7 +1,5 @@  - - Debug @@ -90,10 +88,27 @@ icons8-microsoft-office-480.ico + + bin\Test\ + TRACE + true + pdbonly + AnyCPU + 7.3 + prompt + true + + + bin\x64\Test\ + TRACE + true + pdbonly + x64 + 7.3 + prompt + true + - - ..\packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll - ..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll True @@ -107,19 +122,22 @@ True True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True - - ..\packages\System.Console.4.3.0\lib\net46\System.Console.dll + + ..\packages\System.Console.4.3.1\lib\net46\System.Console.dll True True True - - ..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll + + ..\packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll ..\packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll @@ -169,8 +187,11 @@ True True - - ..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + + ..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll True True @@ -182,18 +203,24 @@ True + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + ..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll True True - - ..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll + + ..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll True True - - ..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Runtime.Extensions.4.3.1\lib\net462\System.Runtime.Extensions.dll True True @@ -208,7 +235,7 @@ True - ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll + ..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll True True @@ -222,13 +249,13 @@ True True - - ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll + + ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll True True - ..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll + ..\packages\System.Text.RegularExpressions.4.3.1\lib\net463\System.Text.RegularExpressions.dll True True @@ -261,7 +288,7 @@ True - ..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll + ..\packages\System.Xml.ReaderWriter.4.3.1\lib\net46\System.Xml.ReaderWriter.dll True True @@ -414,15 +441,11 @@ + Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". - - - - + - - \ No newline at end of file diff --git a/OfficeConverter/OfficeConverter.exe b/OfficeConverter/OfficeConverter.exe deleted file mode 100644 index f81deb7..0000000 Binary files a/OfficeConverter/OfficeConverter.exe and /dev/null differ diff --git a/OfficeConverter/packages.config b/OfficeConverter/packages.config index e584a6a..babaf52 100644 --- a/OfficeConverter/packages.config +++ b/OfficeConverter/packages.config @@ -1,18 +1,16 @@  - - - - + - + + - + - + @@ -24,30 +22,33 @@ - - + + + + - - + + + - + - + - + - + \ No newline at end of file