Index: trunk/tools/wmib/WMIB.csproj |
— | — | @@ -7,8 +7,9 @@ |
8 | 8 | <OutputType>Exe</OutputType> |
9 | 9 | <NoStandardLibraries>false</NoStandardLibraries> |
10 | 10 | <AssemblyName>ConsoleApplication</AssemblyName> |
11 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
12 | | - <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
| 11 | + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkProfile> |
| 13 | + </TargetFrameworkProfile> |
13 | 14 | <FileAlignment>512</FileAlignment> |
14 | 15 | </PropertyGroup> |
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
— | — | @@ -34,13 +35,9 @@ |
35 | 36 | <RootNamespace>WMIB</RootNamespace> |
36 | 37 | </PropertyGroup> |
37 | 38 | <ItemGroup> |
38 | | - <Reference Include="Microsoft.CSharp" /> |
39 | 39 | <Reference Include="System" /> |
40 | | - <Reference Include="System.Core" /> |
41 | 40 | <Reference Include="System.Data" /> |
42 | | - <Reference Include="System.Data.DataSetExtensions" /> |
43 | 41 | <Reference Include="System.Xml" /> |
44 | | - <Reference Include="System.Xml.Linq" /> |
45 | 42 | </ItemGroup> |
46 | 43 | <ItemGroup> |
47 | 44 | <Compile Include="Config.cs" /> |
— | — | @@ -48,6 +45,9 @@ |
49 | 46 | <Compile Include="DumpHtm.cs" /> |
50 | 47 | <Compile Include="Program.cs" /> |
51 | 48 | </ItemGroup> |
| 49 | + <ItemGroup> |
| 50 | + <None Include="app.config" /> |
| 51 | + </ItemGroup> |
52 | 52 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" /> |
53 | 53 | <ProjectExtensions> |
54 | 54 | <VisualStudio AllowExistingFolder="true" /> |
Property changes on: trunk/tools/wmib |
___________________________________________________________________ |
Modified: svn:ignore |
55 | 55 | - *.suo |
*.user |
_ReSharper.WMIB |
bin |
obj |
56 | 56 | + *.config |
*.suo |
*.user |
_ReSharper.WMIB |
bin |
obj |