From a5b0ca318a11aca4cc31ef8bdc80866d0644f97b Mon Sep 17 00:00:00 2001 From: MehdiK Date: Wed, 25 Dec 2013 09:45:55 +0330 Subject: [PATCH] removed NET35 build config & renamed xml doc file to lowercase --- src/Humanizer.sln | 5 ----- src/Humanizer/Humanizer.csproj | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/Humanizer.sln b/src/Humanizer.sln index 47049e174..dd960ce3a 100644 --- a/src/Humanizer.sln +++ b/src/Humanizer.sln @@ -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 diff --git a/src/Humanizer/Humanizer.csproj b/src/Humanizer/Humanizer.csproj index 31f1a7fb3..feb688697 100644 --- a/src/Humanizer/Humanizer.csproj +++ b/src/Humanizer/Humanizer.csproj @@ -26,7 +26,7 @@ DEBUG;TRACE prompt 4 - bin\Debug\Humanizer.XML + bin\Debug\Humanizer.xml @@ -37,7 +37,7 @@ TRACE prompt 4 - bin\Release\Humanizer.XML + bin\Release\Humanizer.xml 1591