diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-13 08:18:03 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-13 08:18:03 -0800 |
commit | e32595d1ed7d8b874b1e5e430a37c052f131fff7 (patch) | |
tree | 973bd3cf57f2da64a420beab6518977457680b02 | |
parent | 0d0314396a2746063444bc4d15cb73a503cace55 (diff) | |
download | DotNetOpenAuth-e32595d1ed7d8b874b1e5e430a37c052f131fff7.zip DotNetOpenAuth-e32595d1ed7d8b874b1e5e430a37c052f131fff7.tar.gz DotNetOpenAuth-e32595d1ed7d8b874b1e5e430a37c052f131fff7.tar.bz2 |
Fixed build of project templates by giving it a slightly larger allowable max path length.
-rw-r--r-- | projecttemplates/projecttemplates.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/projecttemplates.proj b/projecttemplates/projecttemplates.proj index 9df3fa8..0602362 100644 --- a/projecttemplates/projecttemplates.proj +++ b/projecttemplates/projecttemplates.proj @@ -3,7 +3,7 @@ <Import Project="ProjectTemplates.props"/> <PropertyGroup> - <ProjectTemplateMaxPath Condition=" '$(ProjectTemplateMaxPath)' == '' ">6</ProjectTemplateMaxPath> + <ProjectTemplateMaxPath Condition=" '$(ProjectTemplateMaxPath)' == '' ">10</ProjectTemplateMaxPath> <LayoutDependsOn> BuildUnifiedProduct; |