Fix Redirections when installed on other directories.

This commit is contained in:
2015-08-28 00:36:22 +02:00
parent 0d39f87789
commit d350f154b7
8 changed files with 13 additions and 13 deletions

View File

@@ -12,10 +12,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>True</ExcludeApp_Data>
<publishUrl>..\Published</publishUrl>
<DeleteExistingFiles>True</DeleteExistingFiles>
<PrecompileBeforePublish>True</PrecompileBeforePublish>
<EnableUpdateable>False</EnableUpdateable>
<DebugSymbols>False</DebugSymbols>
<WDPMergeOption>DonotMerge</WDPMergeOption>
<DeleteExistingFiles>False</DeleteExistingFiles>
</PropertyGroup>
</Project>
</Project>