Enabled DocumentationFile generation

This commit is contained in:
Wiesław Šoltés 2016-08-31 23:23:00 +02:00
Родитель 00d63a6af3
Коммит dc50615a16
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\ReactiveHistory.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@ -32,6 +33,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\ReactiveHistory.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="IHistory.cs" />