summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-15 10:06:02 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-15 10:06:02 -0800
commit2e6af817c5566fbcfcc7d33bb88fb20d4fff59f0 (patch)
tree65e71d7450b97f3349e0cce6028fd7400770dcd7
parentb4bfdc053aab72d73f1c645175ebe715156dec48 (diff)
downloadDotNetOpenAuth-2e6af817c5566fbcfcc7d33bb88fb20d4fff59f0.zip
DotNetOpenAuth-2e6af817c5566fbcfcc7d33bb88fb20d4fff59f0.tar.gz
DotNetOpenAuth-2e6af817c5566fbcfcc7d33bb88fb20d4fff59f0.tar.bz2
Removed binaries from project template project file.
-rw-r--r--projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj8
1 files changed, 1 insertions, 7 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
index ec8543d..3b86f6c 100644
--- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
+++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
@@ -186,11 +186,6 @@
<Content Include="styles\Standard.css" />
</ItemGroup>
<ItemGroup>
- <Content Include="bin\DotNetOpenAuth.dll" />
- <Content Include="bin\DotNetOpenAuth.pdb" />
- <Content Include="bin\DotNetOpenAuth.xml" />
- <Content Include="bin\log4net.dll" />
- <Content Include="bin\log4net.xml" />
<Content Include="GettingStarted.htm" />
<Content Include="images\infocard_23x16.png" />
<Content Include="images\myopenid.png" />
@@ -238,8 +233,6 @@
<Content Include="xrds.aspx" />
</ItemGroup>
<ItemGroup>
- <Content Include="bin\RelyingPartyLogic.dll" />
- <Content Include="bin\RelyingPartyLogic.pdb" />
<Content Include="Members\OAuthAuthorize.aspx" />
<Content Include="OAuth.ashx" />
</ItemGroup>
@@ -255,6 +248,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
+ <Folder Include="bin\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />