I'm trying to include data files, or images in a C# appx package. I've tried adding the files to the csproj, and enabled "Copy to Output Directory", but they don't wind up in the AppXLayouts dir.
I haven't found any hints on dev.windows.com.
|
I'm trying to include data files, or images in a C# appx package. I've tried adding the files to the csproj, and enabled "Copy to Output Directory", but they don't wind up in the AppXLayouts dir. I haven't found any hints on dev.windows.com.
| ||||
|
feedback
|
|
In Visual Studio:
This should cause them to be packaged. | |||
|
feedback
|