r106320 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106319‎ | r106320 | r106321 >
Date:14:02, 15 December 2011
Author:reedy
Status:resolved (Comments)
Tags:
Comment:
Add VS project fort those with access to it ;)

Set svn:eol-style native too
Modified paths:
  • /trunk/tools/wmib (modified) (history)
  • /trunk/tools/wmib/Config.cs (modified) (history)
  • /trunk/tools/wmib/Core.cs (modified) (history)
  • /trunk/tools/wmib/DumpHtm.cs (modified) (history)
  • /trunk/tools/wmib/WMIB.csproj (added) (history)

Diff [purge]

Property changes on: trunk/tools/wmib/DumpHtm.cs
___________________________________________________________________
Added: svn:eol-style
11 + native
Property changes on: trunk/tools/wmib/Config.cs
___________________________________________________________________
Added: svn:eol-style
22 + native
Property changes on: trunk/tools/wmib/Core.cs
___________________________________________________________________
Added: svn:eol-style
33 + native
Index: trunk/tools/wmib/WMIB.csproj
@@ -0,0 +1,46 @@
 2+<?xml version="1.0" encoding="utf-8"?>
 3+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 4+ <PropertyGroup>
 5+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 6+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 7+ <ProjectGuid>{00000000-0000-0000-0000-000000000000}</ProjectGuid>
 8+ <OutputType>Exe</OutputType>
 9+ <NoStandardLibraries>false</NoStandardLibraries>
 10+ <AssemblyName>ConsoleApplication</AssemblyName>
 11+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 12+ <TargetFrameworkProfile>Client</TargetFrameworkProfile>
 13+ <FileAlignment>512</FileAlignment>
 14+ </PropertyGroup>
 15+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 16+ <DebugSymbols>true</DebugSymbols>
 17+ <DebugType>full</DebugType>
 18+ <Optimize>false</Optimize>
 19+ <OutputPath>bin\Debug\</OutputPath>
 20+ <DefineConstants>DEBUG;TRACE</DefineConstants>
 21+ <ErrorReport>prompt</ErrorReport>
 22+ <WarningLevel>4</WarningLevel>
 23+ <PlatformTarget>x86</PlatformTarget>
 24+ </PropertyGroup>
 25+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 26+ <DebugType>pdbonly</DebugType>
 27+ <Optimize>true</Optimize>
 28+ <OutputPath>bin\Release\</OutputPath>
 29+ <DefineConstants>TRACE</DefineConstants>
 30+ <ErrorReport>prompt</ErrorReport>
 31+ <WarningLevel>4</WarningLevel>
 32+ <PlatformTarget>x86</PlatformTarget>
 33+ </PropertyGroup>
 34+ <ItemGroup>
 35+ <Reference Include="Microsoft.CSharp" />
 36+ <Reference Include="System" />
 37+ <Reference Include="System.Core" />
 38+ <Reference Include="System.Data" />
 39+ <Reference Include="System.Data.DataSetExtensions" />
 40+ <Reference Include="System.Xml" />
 41+ <Reference Include="System.Xml.Linq" />
 42+ </ItemGroup>
 43+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
 44+ <ProjectExtensions>
 45+ <VisualStudio AllowExistingFolder="true" />
 46+ </ProjectExtensions>
 47+</Project>
\ No newline at end of file
Property changes on: trunk/tools/wmib
___________________________________________________________________
Added: svn:ignore
148 + _ReSharper.WMIB
bin
obj

Follow-up revisions

RevisionCommit summaryAuthorDate
r106337Fix eol-style from r106320...reedy17:05, 15 December 2011

Comments

#Comment by Petrb (talk | contribs)   16:07, 15 December 2011

maybe it isn't needed to require such a new .net, for compatibility reason :)

#Comment by Catrope (talk | contribs)   16:48, 15 December 2011

.csproj file doesn't have EOL-style.

Status & tagging log