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}. + + +