fixed path to visual tiles manifest to be independant from release build

This commit is contained in:
Faryan Rezagholi
2020-05-24 17:31:25 +02:00
parent 8729e3f040
commit ab5aa4d83b

View File

@@ -15,7 +15,7 @@
<File Id="ReadmeFile" Name="Readme" Source="$(var.SolutionDir)README.md" KeyPath="yes" />
</Component>
<Component Id="C.TileManifest" Guid="5d067bad-f6f6-466e-b1aa-d68b496026d3">
<File Id="TileManifest" Name="VisualElementsManifest" Source="$(var.SolutionDir)mRemoteV1\bin\Release\mRemoteNG.VisualElementsManifest.xml" KeyPath="yes" />
<File Id="TileManifest" Name="VisualElementsManifest" Source="$(var.mRemoteV1.TargetDir)mRemoteNG.VisualElementsManifest.xml" KeyPath="yes" />
</Component>
</ComponentGroup>
</Fragment>