https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106320
Revision: 106320
Author: reedy
Date: 2011-12-15 14:02:10 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
Add VS project fort those with access to it ;)
Set svn:eol-style native too
Added Paths:
-----------
trunk/tools/wmib/WMIB.csproj
Property Changed:
----------------
trunk/tools/wmib/
trunk/tools/wmib/Config.cs
trunk/tools/wmib/Core.cs
trunk/tools/wmib/DumpHtm.cs
Property changes on: trunk/tools/wmib
___________________________________________________________________
Added: svn:ignore
+ _ReSharper.WMIB
bin
obj
Property changes on: trunk/tools/wmib/Config.cs
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tools/wmib/Core.cs
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tools/wmib/DumpHtm.cs
___________________________________________________________________
Added: svn:eol-style
+ native
Added: trunk/tools/wmib/WMIB.csproj
===================================================================
--- trunk/tools/wmib/WMIB.csproj (rev 0)
+++ trunk/tools/wmib/WMIB.csproj 2011-12-15 14:02:10 UTC (rev 106320)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
+ <ProjectGuid>{00000000-0000-0000-0000-000000000000}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <NoStandardLibraries>false</NoStandardLibraries>
+ <AssemblyName>ConsoleApplication</AssemblyName>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="Microsoft.CSharp" />
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Data.DataSetExtensions" />
+ <Reference Include="System.Xml" />
+ <Reference Include="System.Xml.Linq" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
+ <ProjectExtensions>
+ <VisualStudio AllowExistingFolder="true" />
+ </ProjectExtensions>
+</Project>
\ No newline at end of file
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs