Merge branch 'v3.4'
[dotnetopenid.git] / projecttemplates / projecttemplates.props
blob2bdc8597b55b506e31a82a6c9193f85b9d9ca65e
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3         <PropertyGroup>
4                 <!-- We use GetFullPath here because IntermediatePath may be a relative directory, and we need to do full path comparisons. -->
5                 <ProjectTemplatesLayoutPath>$([System.IO.Path]::GetFullPath('$(IntermediatePath)projecttemplates\'))</ProjectTemplatesLayoutPath>
6                 <ProjectTemplates2008LayoutPath>$([System.IO.Path]::GetFullPath('$(IntermediatePath)projecttemplates2008\'))</ProjectTemplates2008LayoutPath>
7         </PropertyGroup>
8 </Project>