diff --git a/eng/config/app.manifest b/eng/config/app.manifest new file mode 100644 index 0000000000000000000000000000000000000000..4ab92959a4de873f608ac2de3ce3a46c3ac13367 --- /dev/null +++ b/eng/config/app.manifest @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + true + + + \ No newline at end of file diff --git a/eng/targets/Imports.targets b/eng/targets/Imports.targets index 82739ed1b7fea098cba55e1245813d6cf71d7f1b..ffa3c65735b185440171eb34eacab439bdf08774 100644 --- a/eng/targets/Imports.targets +++ b/eng/targets/Imports.targets @@ -237,4 +237,51 @@ + + + + <_OriginalApplicationManifestPath>$(RepositoryEngineeringDir)config\app.manifest + <_UpdatedApplicationManifestPath>$(IntermediateOutputPath)$(AssemblyName).exe.manifest + + + + + + + + + + <_Namespace> + + + + + + + + + + + + $(_UpdatedApplicationManifestPath) + + + + + +