diff --git a/Libraries/Manifest Tool/mt.exe b/Libraries/Manifest Tool/mt.exe new file mode 100644 index 0000000000..a8bf42088f Binary files /dev/null and b/Libraries/Manifest Tool/mt.exe differ diff --git a/Libraries/Manifest Tool/mt.exe.config b/Libraries/Manifest Tool/mt.exe.config new file mode 100644 index 0000000000..88376d847b --- /dev/null +++ b/Libraries/Manifest Tool/mt.exe.config @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/ServiceHelpers/ServiceInstall/ServiceInstall.csproj b/ServiceHelpers/ServiceInstall/ServiceInstall.csproj index fa083a857d..d6e1f23778 100644 --- a/ServiceHelpers/ServiceInstall/ServiceInstall.csproj +++ b/ServiceHelpers/ServiceInstall/ServiceInstall.csproj @@ -69,7 +69,7 @@ - "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\mt.exe" -manifest "$(ProjectDir)app.manifest" –outputresource:"$(TargetDir)$(TargetFileName)";#1 + "$(SolutionDir)Libraries\Manifest Tool\mt.exe" -manifest "$(ProjectDir)app.manifest" –outputresource:"$(TargetDir)$(TargetFileName)";#1