From 72c2f580c192a69d69c9b67f0fc8e1b1b0157338 Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Sat, 14 Mar 2015 14:56:15 -0400 Subject: [PATCH] add app.config to register NamespaceParser from new Spring.Template.Velocity.Castle assembly in place of "well-known" parser in other assembly --- .../App.config | 16 ++++++++++++++++ ...ng.Template.Velocity.Castle.Tests.2010.csproj | 1 + 2 files changed, 17 insertions(+) create mode 100644 test/Spring/Spring.Template.Velocity.Castle.Tests/App.config diff --git a/test/Spring/Spring.Template.Velocity.Castle.Tests/App.config b/test/Spring/Spring.Template.Velocity.Castle.Tests/App.config new file mode 100644 index 00000000..d3d2ad3e --- /dev/null +++ b/test/Spring/Spring.Template.Velocity.Castle.Tests/App.config @@ -0,0 +1,16 @@ + + + + + +
+ + + + + + + + + + \ No newline at end of file diff --git a/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.2010.csproj b/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.2010.csproj index 790d18f7..a4c3d55d 100644 --- a/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.2010.csproj +++ b/test/Spring/Spring.Template.Velocity.Castle.Tests/Spring.Template.Velocity.Castle.Tests.2010.csproj @@ -94,6 +94,7 @@ Template\Velocity\SimpleTemplate.vm +