From 47769f4112cb4cbab6bcc32390dbf0e565c286ba Mon Sep 17 00:00:00 2001 From: morkt Date: Tue, 2 Jan 2018 06:56:32 +0400 Subject: [PATCH] changed target framework version to .Net v4.6 --- .gitignore | 1 + ArcFormats/ArcFormats.csproj | 15 +++++++++++-- ArcFormats/app.config | 2 +- ArcFormats/packages.config | 2 +- Experimental/Experimental.csproj | 33 ++++++++++++----------------- Experimental/packages.config | 13 ++++++------ GUI/App.config | 2 +- GUI/GARbro.GUI.csproj | 27 ++++++++++++++++++----- GUI/Properties/Settings.Designer.cs | 2 +- GUI/packages.config | 8 +++---- GameRes/GameRes.csproj | 14 +++++++++--- GameRes/packages.config | 2 +- Legacy/Legacy.csproj | 5 ++++- README.md | 2 +- 14 files changed, 80 insertions(+), 48 deletions(-) diff --git a/.gitignore b/.gitignore index 59ed9f9f..5d9fb361 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ SchemeBuilder Makefile packages Experimental +.nuget diff --git a/ArcFormats/ArcFormats.csproj b/ArcFormats/ArcFormats.csproj index c7a8389d..26b14718 100644 --- a/ArcFormats/ArcFormats.csproj +++ b/ArcFormats/ArcFormats.csproj @@ -9,10 +9,11 @@ Properties GameRes.Formats ArcFormats - v4.5 + v4.6 512 ..\ + true true @@ -51,7 +52,7 @@ ..\packages\NAudio.1.7.3\lib\net35\NAudio.dll - + ..\packages\NVorbis.0.8.5.0\lib\NVorbis.dll True @@ -117,6 +118,9 @@ + + + @@ -1007,6 +1011,13 @@ exit 0 if not exist "$(TargetDir)\GameData" mkdir "$(TargetDir)\GameData" xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)\GameData\" /D /Y >NUL + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +