summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-07 22:27:28 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-07 22:30:31 -0800
commit285b3f200e133c9e917bf92e42050aa327e6bcf0 (patch)
treec2de667b53dd7ed7e077b94666ea472fa588d1f4 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
parent187459a79ff25431a29f64470f7d9e84be87f156 (diff)
downloadDotNetOpenAuth-285b3f200e133c9e917bf92e42050aa327e6bcf0.zip
DotNetOpenAuth-285b3f200e133c9e917bf92e42050aa327e6bcf0.tar.gz
DotNetOpenAuth-285b3f200e133c9e917bf92e42050aa327e6bcf0.tar.bz2
Added a product-wide .props and .targets file.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r--src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
index 7fc479d..d15897b 100644
--- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
+++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
@@ -1,4 +1,5 @@
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\tools\DotNetOpenAuth.props" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -334,6 +335,6 @@
<ItemGroup>
<Folder Include="OpenId\UI\" />
</ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="..\..\tools\DotNetOpenAuth.Versioning.targets" />
-</Project> \ No newline at end of file
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <Import Project="..\..\tools\DotNetOpenAuth.targets" />
+</Project>