diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-15 08:52:59 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-15 08:52:59 -0800 |
commit | d083f812c00eb8bee0bc667156512a42823e24be (patch) | |
tree | ba89c381ce394a4692a6bb195bcce26a88361a3f /tools/DotNetOpenAuth.props | |
parent | 61474a1be98e62ba772f39a75aed40298722132e (diff) | |
download | DotNetOpenAuth-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.props | 2 |
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> |