1.how to add other folder(eg:“..\..\android_pkrssv2\assets\www\”) to my pkrss windows 8 project’s client link folder:
<Content Include="..\..\android_pkrssv2\assets\www\**\*.*">
<Link>client\%(RecursiveDir)%(FileName)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
after like this:
the externer “..\..\android_pkrssv2\assets\www\” foder like this:
reference:
“Add as Link” for folders in Visual Studio projects: http://stackoverflow.com/questions/3610845/add-as-link-for-folders-in-visual-studio-projects
No comments:
Post a Comment