File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -177,12 +177,12 @@ public static class ResourceFilePaths
177
177
/// <summary>
178
178
/// The path to the json file containing a list of file properties to be loaded in the properties window details page.
179
179
/// </summary>
180
- public const string DetailsPagePropertiesJsonPath = @"ms-appx:///Resources/PropertiesInformation.json" ;
180
+ public const string DetailsPagePropertiesJsonPath = @"ms-appx:///Assets/ Resources/PropertiesInformation.json" ;
181
181
182
182
/// <summary>
183
183
/// The path to the json file containing a list of file properties to be loaded in the preview pane.
184
184
/// </summary>
185
- public const string PreviewPaneDetailsPropertiesJsonPath = @"ms-appx:///Resources/PreviewPanePropertiesInformation.json" ;
185
+ public const string PreviewPaneDetailsPropertiesJsonPath = @"ms-appx:///Assets/ Resources/PreviewPanePropertiesInformation.json" ;
186
186
}
187
187
188
188
public static class Filesystem
Original file line number Diff line number Diff line change 52
52
<Link >NOTICE.md</Link >
53
53
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
54
54
</Content >
55
- <Content Include =" Resources\PreviewPanePropertiesInformation.json" >
56
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
57
- </Content >
58
- <Content Include =" Resources\PropertiesInformation.json" >
59
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
55
+ <Content Update =" Assets\Resources\**" >
56
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
60
57
</Content >
61
58
<Content Update =" Assets\FilesOpenDialog\SetFilesAsDefault.reg" >
62
59
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
You can’t perform that action at this time.
0 commit comments