Property changes on: trunk/tools/wmib/DumpHtm.cs |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 1 | + native |
Property changes on: trunk/tools/wmib/Config.cs |
___________________________________________________________________ |
Added: svn:eol-style |
2 | 2 | + native |
Property changes on: trunk/tools/wmib/Core.cs |
___________________________________________________________________ |
Added: svn:eol-style |
3 | 3 | + 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 |
1 | 48 | + _ReSharper.WMIB |
bin |
obj |