|
1 | 1 | using System.Windows; |
2 | | - |
3 | | -//In order to begin building localizable applications, set |
4 | | -//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file |
5 | | -//inside a <PropertyGroup>. For example, if you are using US english |
6 | | -//in your source files, set the <UICulture> to en-US. Then uncomment |
7 | | -//the NeutralResourceLanguage attribute below. Update the "en-US" in |
8 | | -//the line below to match the UICulture setting in the project file. |
9 | | - |
10 | | -//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] |
11 | | - |
12 | | - |
| 2 | +using System.Windows.Markup; |
| 3 | + |
| 4 | +//In order to begin building localizable applications, set |
| 5 | +//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file |
| 6 | +//inside a <PropertyGroup>. For example, if you are using US english |
| 7 | +//in your source files, set the <UICulture> to en-US. Then uncomment |
| 8 | +//the NeutralResourceLanguage attribute below. Update the "en-US" in |
| 9 | +//the line below to match the UICulture setting in the project file. |
| 10 | + |
| 11 | +//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] |
| 12 | + |
| 13 | + |
13 | 14 | [assembly: ThemeInfo( |
14 | 15 | ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located |
15 | 16 | //(used if a resource is not found in the page, |
|
18 | 19 | //(used if a resource is not found in the page, |
19 | 20 | // app, or any theme specific resource dictionaries) |
20 | 21 | )] |
| 22 | + |
| 23 | +[assembly: XmlnsDefinition("https://github.com/dotnetprojects/SVGImage", "SVGImage.SVG")] |
| 24 | +[assembly: XmlnsDefinition("https://github.com/dotnetprojects/SVGImage", "SVGImage.SVG.Shapes")] |
| 25 | +[assembly: XmlnsDefinition("https://github.com/dotnetprojects/SVGImage", "DotNetProjects.SVGImage.SVG.Shapes.Filter")] |
| 26 | +[assembly: XmlnsDefinition("https://github.com/dotnetprojects/SVGImage", "SVGImage.SVG.PaintServer")] |
| 27 | +[assembly: XmlnsDefinition("https://github.com/dotnetprojects/SVGImage", "DotNetProjects.SVGImage.SVG.FileLoaders")] |
| 28 | +[assembly: XmlnsDefinition("https://github.com/dotnetprojects/SVGImage", "SVGImage.SVG")] |
| 29 | +[assembly: XmlnsDefinition("https://github.com/dotnetprojects/SVGImage", "DotNetProjects.SVGImage.SVG.Animation")] |
| 30 | + |
| 31 | +[assembly: XmlnsPrefix("https://github.com/dotnetprojects/SVGImage", "svg")] |
0 commit comments