diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-09 08:22:22 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-09 08:22:22 -0800 |
commit | c8c2b86c4c1bea9cce4dc7c1147b358e31ba6923 (patch) | |
tree | 6898e1eef535bfc406bea1668957dcf57bbd1e69 | |
parent | 95e53149714c77ca1450a81144a8a07f4a78ea49 (diff) | |
download | DotNetOpenAuth-c8c2b86c4c1bea9cce4dc7c1147b358e31ba6923.zip DotNetOpenAuth-c8c2b86c4c1bea9cce4dc7c1147b358e31ba6923.tar.gz DotNetOpenAuth-c8c2b86c4c1bea9cce4dc7c1147b358e31ba6923.tar.bz2 |
Added XML doc file generation to project template class library.
-rw-r--r-- | projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj index 9eba352..97623ce 100644 --- a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj +++ b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj @@ -21,6 +21,7 @@ <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> @@ -29,6 +30,7 @@ <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"> |