diff --git a/Libraries/Manifest Tool/mt.exe b/Libraries/Manifest Tool/mt.exe new file mode 100644 index 000000000..a8bf42088 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 000000000..88376d847 --- /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 fa083a857..d6e1f2377 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