1
- <?xml version =" 1.0" encoding = " utf-8 " ?>
1
+ <?xml version =" 1.0" ?>
2
2
<!--
3
3
This configuration shows how you could add your xipton.razor configuration to your default application configuration.
4
4
This explicit configuration equals the xipton.razor default configuration, so, if you do not configure anything at all, a configuration like this is loaded.
5
5
You also could load any configuration by an xml string or by an xml file name. Please take a look at the example code for an example.
6
6
-->
7
7
<configuration >
8
+
8
9
<configSections >
9
- <section name =" xipton.razor.config" type =" Xipton.Razor.Config.XmlConfigurationSection, Xipton.Razor, Version=2.6.1.0, Culture=neutral, PublicKeyToken=563e02c711ac8b7e" />
10
- <!-- If not signed: <section name="xipton.razor.config" type="Xipton.Razor.Config.XmlConfigurationSection, Xipton.Razor"/> -->
10
+ <section name =" xipton.razor.config" type =" Xipton.Razor.Config.XmlConfigurationSection, Xipton.Razor, Version=2.6.1.0, Culture=neutral, PublicKeyToken=563e02c711ac8b7e" />
11
+ <!-- If not signed: <section name="xipton.razor.config" type="Xipton.Razor.Config.XmlConfigurationSection, Xipton.Razor"/> -->
11
12
</configSections >
13
+
12
14
<xipton .razor.config>
13
- <xipton .razor>
14
- <rootOperator path =" /" />
15
- <templates baseType =" Xipton.Razor.TemplateBase`1" language =" C#" defaultExtension =" .cshtml" autoIncludeName =" _viewStart" sharedLocation =" ~/Shared" includeGeneratedSourceCode =" false" htmlEncode =" true" />
16
- <!-- references included by generated template assemblies -->
17
- <references >
18
- <clear />
19
- <add reference =" mscorlib.dll" />
20
- <add reference =" system.dll" />
21
- <add reference =" system.core.dll" />
22
- <add reference =" microsoft.csharp.dll" />
23
- <add reference =" *.dll" />
24
- <add reference =" *.exe" />
25
- </references >
26
- <!-- namespaces included by default in generated template code -->
27
- <namespaces >
28
- <clear />
29
- <add namespace =" System" />
30
- <add namespace =" System.Collections" />
31
- <add namespace =" System.Collections.Generic" />
32
- <add namespace =" System.Dynamic" />
33
- <add namespace =" System.IO" />
34
- <add namespace =" System.Linq" />
35
- <add namespace =" Xipton.Razor.Extension" />
36
- </namespaces >
37
- <!-- content providers are probed in same order as they are defined below -->
38
- <contentProviders >
39
- <add type =" Xipton.Razor.Core.ContentProvider.FileContentProvider" rootFolder =" ./Views" />
40
- <!-- <add type="Xipton.Razor.Core.ContentProvider.EmbeddedResourceContentProvider" resourceAssembly="Xipton.Razor.Example, Version=2.6.1.0, Culture=neutral, PublicKeyToken=null" rootNameSpace="Xipton.Razor.Example.Embedded"/> -->
41
- <!-- Using assembly file name: <add type="Xipton.Razor.Core.ContentProvider.EmbeddedResourceContentProvider" resourceAssembly="Xipton.Razor.Example.exe" rootNameSpace="Xipton.Razor.Example.Embedded"/> -->
42
- </contentProviders >
43
- </xipton .razor>
15
+ <xipton .razor>
16
+
17
+ <rootOperator path =" /" />
18
+
19
+ <templates
20
+ baseType=" Xipton.Razor.TemplateBase`1"
21
+ language=" C#"
22
+ defaultExtension=" .cshtml"
23
+ autoIncludeName=" _viewStart"
24
+ sharedLocation=" ~/Shared"
25
+ includeGeneratedSourceCode=" false"
26
+ htmlEncode=" true" />
27
+
28
+ <!-- references included by generated template assemblies -->
29
+ <references >
30
+ <clear />
31
+ <add reference =" mscorlib.dll" />
32
+ <add reference =" system.dll" />
33
+ <add reference =" system.core.dll" />
34
+ <add reference =" microsoft.csharp.dll" />
35
+ <add reference =" *.dll" />
36
+ <add reference =" *.exe" />
37
+ </references >
38
+
39
+ <!-- namespaces included by default in generated template code -->
40
+ <namespaces >
41
+ <clear />
42
+ <add namespace =" System" />
43
+ <add namespace =" System.Collections" />
44
+ <add namespace =" System.Collections.Generic" />
45
+ <add namespace =" System.Dynamic" />
46
+ <add namespace =" System.IO" />
47
+ <add namespace =" System.Linq" />
48
+ <add namespace =" Xipton.Razor.Extension" />
49
+ </namespaces >
50
+
51
+ <!-- content providers are probed in same order as they are defined below -->
52
+ <contentProviders >
53
+ <add type =" Xipton.Razor.Core.ContentProvider.FileContentProvider" rootFolder =" ./Views" />
54
+ <!-- <add type="Xipton.Razor.Core.ContentProvider.EmbeddedResourceContentProvider" resourceAssembly="Xipton.Razor.Example, Version=2.6.1.0, Culture=neutral, PublicKeyToken=null" rootNameSpace="Xipton.Razor.Example.Embedded"/> -->
55
+ <!-- Using assembly file name: <add type="Xipton.Razor.Core.ContentProvider.EmbeddedResourceContentProvider" resourceAssembly="Xipton.Razor.Example.exe" rootNameSpace="Xipton.Razor.Example.Embedded"/> -->
56
+ </contentProviders >
57
+
58
+ </xipton .razor>
44
59
</xipton .razor.config>
45
- <runtime >
46
- <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
47
- <dependentAssembly >
48
- <assemblyIdentity name =" AppDomainToolkit" publicKeyToken =" 8dae03be2742d213" culture =" neutral" />
49
- <bindingRedirect oldVersion =" 0.0.0.0-1.0.4.1" newVersion =" 1.0.4.1" />
50
- </dependentAssembly >
51
- <dependentAssembly >
52
- <assemblyIdentity name =" Autofac.Extras.FakeItEasy" publicKeyToken =" 17863af14b0044da" culture =" neutral" />
53
- <bindingRedirect oldVersion =" 0.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
54
- </dependentAssembly >
55
- <dependentAssembly >
56
- <assemblyIdentity name =" Autofac" publicKeyToken =" 17863af14b0044da" culture =" neutral" />
57
- <bindingRedirect oldVersion =" 0.0.0.0-3.3.0.0" newVersion =" 3.3.0.0" />
58
- </dependentAssembly >
59
- <dependentAssembly >
60
- <assemblyIdentity name =" FakeItEasy" publicKeyToken =" eff28e2146d5fd2c" culture =" neutral" />
61
- <bindingRedirect oldVersion =" 0.0.0.0-1.18.0.0" newVersion =" 1.18.0.0" />
62
- </dependentAssembly >
63
- <dependentAssembly >
64
- <assemblyIdentity name =" FluentAssertions" publicKeyToken =" 33f2691a05b67b6a" culture =" neutral" />
65
- <bindingRedirect oldVersion =" 0.0.0.0-2.2.0.0" newVersion =" 2.2.0.0" />
66
- </dependentAssembly >
67
- <dependentAssembly >
68
- <assemblyIdentity name =" FluentAssertions.WindowsPhone" publicKeyToken =" 33f2691a05b67b6a" culture =" neutral" />
69
- <bindingRedirect oldVersion =" 0.0.0.0-2.2.0.0" newVersion =" 2.2.0.0" />
70
- </dependentAssembly >
71
- <dependentAssembly >
72
- <assemblyIdentity name =" FluentAssertions.Silverlight" publicKeyToken =" 33f2691a05b67b6a" culture =" neutral" />
73
- <bindingRedirect oldVersion =" 0.0.0.0-2.2.0.0" newVersion =" 2.2.0.0" />
74
- </dependentAssembly >
75
- <dependentAssembly >
76
- <assemblyIdentity name =" Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
77
- <bindingRedirect oldVersion =" 0.0.0.0-2.0.5.0" newVersion =" 2.0.5.0" />
78
- </dependentAssembly >
79
- <dependentAssembly >
80
- <assemblyIdentity name =" Moq" publicKeyToken =" 69f491c39445e920" culture =" neutral" />
81
- <bindingRedirect oldVersion =" 0.0.0.0-4.2.1312.1622" newVersion =" 4.2.1312.1622" />
82
- </dependentAssembly >
83
- <dependentAssembly >
84
- <assemblyIdentity name =" Moq.Silverlight" publicKeyToken =" 69f491c39445e920" culture =" neutral" />
85
- <bindingRedirect oldVersion =" 0.0.0.0-4.2.1312.1622" newVersion =" 4.2.1312.1622" />
86
- </dependentAssembly >
87
- <dependentAssembly >
88
- <assemblyIdentity name =" nunit.framework" publicKeyToken =" 96d09a1eb7f44a77" culture =" neutral" />
89
- <bindingRedirect oldVersion =" 0.0.0.0-2.6.3.13283" newVersion =" 2.6.3.13283" />
90
- </dependentAssembly >
91
- <dependentAssembly >
92
- <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
93
- <bindingRedirect oldVersion =" 0.0.0.0-6.0.0.0" newVersion =" 6.0.0.0" />
94
- </dependentAssembly >
95
- <dependentAssembly >
96
- <assemblyIdentity name =" System.Web.Razor" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
97
- <bindingRedirect oldVersion =" 0.0.0.0-2.0.0.0" newVersion =" 2.0.0.0" />
98
- </dependentAssembly >
99
- <dependentAssembly >
100
- <assemblyIdentity name =" Xipton.Razor" publicKeyToken =" 563e02c711ac8b7e" culture =" neutral" />
101
- <bindingRedirect oldVersion =" 0.0.0.0-2.6.1.0" newVersion =" 2.6.1.0" />
102
- </dependentAssembly >
103
- <dependentAssembly >
104
- <assemblyIdentity name =" ShellProgressBar" publicKeyToken =" 9bdeb49e926d68fa" culture =" neutral" />
105
- <bindingRedirect oldVersion =" 0.0.0.0-1.0.0.0" newVersion =" 1.0.0.0" />
106
- </dependentAssembly >
107
- <dependentAssembly >
108
- <assemblyIdentity name =" YamlDotNet" publicKeyToken =" 2b53052c5884d7a1" culture =" neutral" />
109
- <bindingRedirect oldVersion =" 0.0.0.0-2.0.1.41986" newVersion =" 2.0.1.41986" />
110
- </dependentAssembly >
111
- </assemblyBinding >
112
- </runtime >
113
- </configuration >
60
+
61
+ </configuration >
0 commit comments