r106541 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106540‎ | r106541 | r106542 >
Date:00:47, 18 December 2011
Author:reedy
Status:deferred
Tags:
Comment:
Drop VS project to .NET v2
Modified paths:
  • /trunk/tools/wmib (modified) (history)
  • /trunk/tools/wmib/WMIB.csproj (modified) (history)

Diff [purge]

Index: trunk/tools/wmib/WMIB.csproj
@@ -7,8 +7,9 @@
88 <OutputType>Exe</OutputType>
99 <NoStandardLibraries>false</NoStandardLibraries>
1010 <AssemblyName>ConsoleApplication</AssemblyName>
11 - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12 - <TargetFrameworkProfile>Client</TargetFrameworkProfile>
 11+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 12+ <TargetFrameworkProfile>
 13+ </TargetFrameworkProfile>
1314 <FileAlignment>512</FileAlignment>
1415 </PropertyGroup>
1516 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@@ -34,13 +35,9 @@
3536 <RootNamespace>WMIB</RootNamespace>
3637 </PropertyGroup>
3738 <ItemGroup>
38 - <Reference Include="Microsoft.CSharp" />
3939 <Reference Include="System" />
40 - <Reference Include="System.Core" />
4140 <Reference Include="System.Data" />
42 - <Reference Include="System.Data.DataSetExtensions" />
4341 <Reference Include="System.Xml" />
44 - <Reference Include="System.Xml.Linq" />
4542 </ItemGroup>
4643 <ItemGroup>
4744 <Compile Include="Config.cs" />
@@ -48,6 +45,9 @@
4946 <Compile Include="DumpHtm.cs" />
5047 <Compile Include="Program.cs" />
5148 </ItemGroup>
 49+ <ItemGroup>
 50+ <None Include="app.config" />
 51+ </ItemGroup>
5252 <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
5353 <ProjectExtensions>
5454 <VisualStudio AllowExistingFolder="true" />
Property changes on: trunk/tools/wmib
___________________________________________________________________
Modified: svn:ignore
5555 - *.suo
*.user
_ReSharper.WMIB
bin
obj
5656 + *.config
*.suo
*.user
_ReSharper.WMIB
bin
obj

Status & tagging log