msbuild - C++/CX Visual Studio 2013 - Include / Reference / Link files Programmatically inside Visual Studio -
Instead of adding files using the Visual Studio IDE, I have to add files programmatically.
This is because javascript has to be added during build-time from a basic folder (which is customized by customer) outside of the project, and is moved to build-time inside the project Although I can transfer the files in the project using the msbild approach, but the project does not reference those files. I have no MA without any luck
Please do I know how to do this to anyone? Itemproc = "text">
Using the MSBield file (the main project file with the .vcxproj extension) I came up with a solution to permanently link files:
  & Lt; ItemGroup & gt; & Lt; Do not include any = "www \ **" & gt; & Lt; DeploymentContent & gt; True & lt; / DeploymentContent & gt; & Lt; / None & gt; & Lt; / ItemGroup & gt;   To dynamically delete and copy files in the required directory:
    My new problem is that the project is making changes only with the previous build case. This means that if I have to switch to another JavaScript folder then I need to run this project twice. I
The technical problem is that the first build event does not apply in my C ++ / CX application project (I believe it will work with the threads that I have read the Internet in the C # project).
Comments
Post a Comment