Index: trunk/tools/wmib/WMIB.sln |
— | — | @@ -0,0 +1,20 @@ |
| 2 | + |
| 3 | +Microsoft Visual Studio Solution File, Format Version 11.00 |
| 4 | +# Visual Studio 2010 |
| 5 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WMIB", "WMIB.csproj", "{95595B08-C192-473E-A7F2-E2B202BBBEFC}" |
| 6 | +EndProject |
| 7 | +Global |
| 8 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 9 | + Debug|x86 = Debug|x86 |
| 10 | + Release|x86 = Release|x86 |
| 11 | + EndGlobalSection |
| 12 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 13 | + {95595B08-C192-473E-A7F2-E2B202BBBEFC}.Debug|x86.ActiveCfg = Debug|x86 |
| 14 | + {95595B08-C192-473E-A7F2-E2B202BBBEFC}.Debug|x86.Build.0 = Debug|x86 |
| 15 | + {95595B08-C192-473E-A7F2-E2B202BBBEFC}.Release|x86.ActiveCfg = Release|x86 |
| 16 | + {95595B08-C192-473E-A7F2-E2B202BBBEFC}.Release|x86.Build.0 = Release|x86 |
| 17 | + EndGlobalSection |
| 18 | + GlobalSection(SolutionProperties) = preSolution |
| 19 | + HideSolutionNode = FALSE |
| 20 | + EndGlobalSection |
| 21 | +EndGlobal |
Property changes on: trunk/tools/wmib/WMIB.sln |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 22 | + native |
Index: trunk/tools/wmib/WMIB.csproj |
— | — | @@ -1,46 +1,55 @@ |
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>
|
| 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>{95595B08-C192-473E-A7F2-E2B202BBBEFC}</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 | + <PropertyGroup> |
| 35 | + <RootNamespace>WMIB</RootNamespace> |
| 36 | + </PropertyGroup> |
| 37 | + <ItemGroup> |
| 38 | + <Reference Include="Microsoft.CSharp" /> |
| 39 | + <Reference Include="System" /> |
| 40 | + <Reference Include="System.Core" /> |
| 41 | + <Reference Include="System.Data" /> |
| 42 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 43 | + <Reference Include="System.Xml" /> |
| 44 | + <Reference Include="System.Xml.Linq" /> |
| 45 | + </ItemGroup> |
| 46 | + <ItemGroup> |
| 47 | + <Compile Include="Config.cs" /> |
| 48 | + <Compile Include="Core.cs" /> |
| 49 | + <Compile Include="DumpHtm.cs" /> |
| 50 | + <Compile Include="Program.cs" /> |
| 51 | + </ItemGroup> |
| 52 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" /> |
| 53 | + <ProjectExtensions> |
| 54 | + <VisualStudio AllowExistingFolder="true" /> |
| 55 | + </ProjectExtensions> |
47 | 56 | </Project> |
\ No newline at end of file |
Property changes on: trunk/tools/wmib/WMIB.csproj |
___________________________________________________________________ |
Added: svn:eol-style |
48 | 57 | + native |
Property changes on: trunk/tools/wmib |
___________________________________________________________________ |
Modified: svn:ignore |
49 | 58 | - _ReSharper.WMIB |
bin |
obj |
50 | 59 | + *.suo |
*.user |
_ReSharper.WMIB |
bin |
obj |