summaryrefslogtreecommitdiffstats
path: root/build.proj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-02 19:28:16 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-02 19:28:16 -0800
commitc64bb7bae14342d01ddfabc40da4ef5e8fc8214f (patch)
treef2e623d8dd1385c7aacf4549ca926e6f859bfb4a /build.proj
parente0d87fa9d98d9461867cb636115559a1d0bcb82b (diff)
downloadDotNetOpenAuth-c64bb7bae14342d01ddfabc40da4ef5e8fc8214f.zip
DotNetOpenAuth-c64bb7bae14342d01ddfabc40da4ef5e8fc8214f.tar.gz
DotNetOpenAuth-c64bb7bae14342d01ddfabc40da4ef5e8fc8214f.tar.bz2
Added missing .ascx file extension to project template token replacement list.
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index c0321ad..d6a5101 100644
--- a/build.proj
+++ b/build.proj
@@ -170,6 +170,7 @@
or '%(Extension)' == '.config'
or '%(Extension)' == '.Master'
or '%(Extension)' == '.aspx'
+ or '%(Extension)' == '.ascx'
or '%(Extension)' == '.asax'
or '%(Extension)' == '.ashx'
">