summaryrefslogtreecommitdiffstats
path: root/tools/DotNetOpenAuth.props
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-02-15 08:52:59 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-02-15 08:52:59 -0800
commitd083f812c00eb8bee0bc667156512a42823e24be (patch)
treeba89c381ce394a4692a6bb195bcce26a88361a3f /tools/DotNetOpenAuth.props
parent61474a1be98e62ba772f39a75aed40298722132e (diff)
downloadDotNetOpenAuth-d083f812c00eb8bee0bc667156512a42823e24be.zip
DotNetOpenAuth-d083f812c00eb8bee0bc667156512a42823e24be.tar.gz
DotNetOpenAuth-d083f812c00eb8bee0bc667156512a42823e24be.tar.bz2
VSIs are now generated.
Diffstat (limited to 'tools/DotNetOpenAuth.props')
-rw-r--r--tools/DotNetOpenAuth.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props
index 844fe92..75bfba5 100644
--- a/tools/DotNetOpenAuth.props
+++ b/tools/DotNetOpenAuth.props
@@ -5,7 +5,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<TargetFrameworkVersion Condition=" '$(TargetFrameworkVersion)' == '' ">v3.5</TargetFrameworkVersion>
<ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildThisFileDirectory)..\</ProjectRoot>
- <DropsRoot>$(ProjectRoot)drops\$(Configuration)\</DropsRoot>
+ <DropsRoot>$(ProjectRoot)drops\$(TargetFrameworkVersion)\$(Configuration)\</DropsRoot>
<OutputPath>$(ProjectRoot)bin\$(TargetFrameworkVersion)\$(Configuration)\</OutputPath>
<DocOutputPath>$(ProjectRoot)doc\</DocOutputPath>
<IntermediatePath>$(ProjectRoot)obj\$(TargetFrameworkVersion)\$(Configuration)\</IntermediatePath>