diff --git a/.gitignore b/.gitignore index 0cba2a6..01b6c0c 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,8 @@ InstallerPackages/* *.msi *.wixpdb *.wixobj +*.CopyComplete ReleasePackageInstaller/obj/* ReleasePackageInstaller/bin/* -ReleasePackageInstaller/AerofoilPackageDefs.wxi \ No newline at end of file +ReleasePackageInstaller/AerofoilPackageDefs.wxi +packages/* diff --git a/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj b/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj index dd22a96..e5010e2 100644 --- a/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj +++ b/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj @@ -132,7 +132,17 @@ + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj.filters b/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj.filters index 9df99fe..26eedc7 100644 --- a/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj.filters +++ b/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj.filters @@ -42,4 +42,7 @@ Source Files + + + \ No newline at end of file diff --git a/GpAudioDriver_XAudio2/packages.config b/GpAudioDriver_XAudio2/packages.config new file mode 100644 index 0000000..79ffb8a --- /dev/null +++ b/GpAudioDriver_XAudio2/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/MakeRelease.bat b/MakeRelease.bat index 6b97f04..7839dc8 100644 --- a/MakeRelease.bat +++ b/MakeRelease.bat @@ -9,6 +9,7 @@ mkdir ReleasePkg\Aerofoil\Tools copy /Y x64\Release\Aerofoil.exe ReleasePkg\Aerofoil copy /Y x64\Release\GpAudioDriver_XAudio2.dll ReleasePkg\Aerofoil +copy /Y x64\Release\xaudio2_9redist.dll ReleasePkg\Aerofoil copy /Y x64\Release\GpDisplayDriver_D3D11.dll ReleasePkg\Aerofoil copy /Y x64\Release\GpInputDriver_XInput.dll ReleasePkg\Aerofoil copy /Y x64\Release\FreeType.dll ReleasePkg\Aerofoil diff --git a/ReleasePackageInstaller/Product.wxs b/ReleasePackageInstaller/Product.wxs index a212b59..c1d94d3 100644 --- a/ReleasePackageInstaller/Product.wxs +++ b/ReleasePackageInstaller/Product.wxs @@ -63,6 +63,9 @@ + + + @@ -132,6 +135,7 @@ +