XML -> xml lowercase conversion

This commit is contained in:
Nigel Delaney 2015-08-01 13:08:15 -07:00
Родитель c3fab718cc
Коммит f7b2dbe76e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -20,7 +20,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Bio.Desktop.XML</DocumentationFile>
<DocumentationFile>bin\Debug\Bio.Desktop.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@ -29,7 +29,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Bio.Desktop.XML</DocumentationFile>
<DocumentationFile>bin\Release\Bio.Desktop.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />