Skip to content

Commit

Permalink
removed NET35 build config & renamed xml doc file to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiK committed Dec 25, 2013
1 parent e15a32a commit a5b0ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/Humanizer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,16 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseNET35|Any CPU = ReleaseNET35|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F886A8DA-3EFC-4A89-91DD-06FAF13DA172}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F886A8DA-3EFC-4A89-91DD-06FAF13DA172}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F886A8DA-3EFC-4A89-91DD-06FAF13DA172}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F886A8DA-3EFC-4A89-91DD-06FAF13DA172}.Release|Any CPU.Build.0 = Release|Any CPU
{F886A8DA-3EFC-4A89-91DD-06FAF13DA172}.ReleaseNET35|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
{F886A8DA-3EFC-4A89-91DD-06FAF13DA172}.ReleaseNET35|Any CPU.Build.0 = ReleaseNET35|Any CPU
{511A7984-F455-4A6E-ADB9-9CAAC47EA079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{511A7984-F455-4A6E-ADB9-9CAAC47EA079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{511A7984-F455-4A6E-ADB9-9CAAC47EA079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{511A7984-F455-4A6E-ADB9-9CAAC47EA079}.Release|Any CPU.Build.0 = Release|Any CPU
{511A7984-F455-4A6E-ADB9-9CAAC47EA079}.ReleaseNET35|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
{511A7984-F455-4A6E-ADB9-9CAAC47EA079}.ReleaseNET35|Any CPU.Build.0 = ReleaseNET35|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions src/Humanizer/Humanizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Humanizer.XML</DocumentationFile>
<DocumentationFile>bin\Debug\Humanizer.xml</DocumentationFile>
<NoWarn>
</NoWarn>
</PropertyGroup>
Expand All @@ -37,7 +37,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Humanizer.XML</DocumentationFile>
<DocumentationFile>bin\Release\Humanizer.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET35|AnyCPU'">
Expand Down

0 comments on commit a5b0ca3

Please sign in to comment.