Skip to content

Commit

Permalink
Tune the project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeddaZ committed Jul 3, 2015
1 parent 367e4d5 commit 567ab44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Plusal.Shared/Plusal.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Plusal.Shared.XML</DocumentationFile>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down
3 changes: 2 additions & 1 deletion Plusal.Windows/Plusal.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Plusal.Windows.XML</DocumentationFile>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit 567ab44

Please sign in to comment.