summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-12-10 08:23:02 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-12-10 08:23:02 -0800
commit3d10fbb3b295f5da743d91ce50bf4c66a6fffee3 (patch)
tree092bb0a62cad894e4be30df025d632ef9d63016c
parentba4da506e238f78fe725655cf987cad965840c5b (diff)
downloadDotNetOpenAuth-3d10fbb3b295f5da743d91ce50bf4c66a6fffee3.zip
DotNetOpenAuth-3d10fbb3b295f5da743d91ce50bf4c66a6fffee3.tar.gz
DotNetOpenAuth-3d10fbb3b295f5da743d91ce50bf4c66a6fffee3.tar.bz2
Revert "Added XML doc file generation to project template class library."
This reverts commit c8c2b86c4c1bea9cce4dc7c1147b358e31ba6923. XML doc comments are available across project references anyway, and this gives us freedom to NOT document some members.
-rw-r--r--projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj
index 97623ce..9eba352 100644
--- a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj
+++ b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj
@@ -21,7 +21,6 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <DocumentationFile>bin\Debug\RelyingPartyLogic.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -30,7 +29,6 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <DocumentationFile>bin\Release\RelyingPartyLogic.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">