| OLD | NEW |
| 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil
d/2003"> | 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil
d/2003"> |
| 2 | 2 |
| 3 <PropertyGroup> | 3 <PropertyGroup> |
| 4 <UseDefaultProjectTools>false</UseDefaultProjectTools> | 4 <UseDefaultProjectTools>false</UseDefaultProjectTools> |
| 5 <UseDefaultPropertyPageSchemas>false</UseDefaultPropertyPageSchemas> | 5 <UseDefaultPropertyPageSchemas>false</UseDefaultPropertyPageSchemas> |
| 6 <UseDefaultGeneralPropertyPageSchema>false</UseDefaultGeneralPropertyPageSch
ema> | 6 <UseDefaultGeneralPropertyPageSchema>false</UseDefaultGeneralPropertyPageSch
ema> |
| 7 </PropertyGroup> | 7 </PropertyGroup> |
| 8 | 8 |
| 9 <!-- Property pages --> | 9 <!-- Property pages --> |
| 10 | 10 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 <ProjectTools Include="CustomBuildStep"/> | 63 <ProjectTools Include="CustomBuildStep"/> |
| 64 </ItemGroup> | 64 </ItemGroup> |
| 65 | 65 |
| 66 <!-- Tools that show up in the IDE property pages for lib project--> | 66 <!-- Tools that show up in the IDE property pages for lib project--> |
| 67 <ItemGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'"> | 67 <ItemGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'"> |
| 68 <ProjectTools Include="Lib"/> | 68 <ProjectTools Include="Lib"/> |
| 69 <ProjectTools Include="CustomBuildStep"/> | 69 <ProjectTools Include="CustomBuildStep"/> |
| 70 </ItemGroup> | 70 </ItemGroup> |
| 71 | 71 |
| 72 </Project> | 72 </Project> |
| OLD | NEW |