| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> | 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
| 3 <PropertyGroup> | 3 <PropertyGroup> |
| 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 <ProductVersion> | 6 <ProductVersion> |
| 7 </ProductVersion> | 7 </ProductVersion> |
| 8 <SchemaVersion>2.0</SchemaVersion> | 8 <SchemaVersion>2.0</SchemaVersion> |
| 9 <ProjectGuid>{C2657776-4A69-478D-89E9-AF81FA716FF5}</ProjectGuid> | 9 <ProjectGuid>{C2657776-4A69-478D-89E9-AF81FA716FF5}</ProjectGuid> |
| 10 <OutputType>Library</OutputType> | 10 <OutputType>Library</OutputType> |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 </ItemGroup> | 98 </ItemGroup> |
| 99 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 99 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 100 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | 100 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. |
| 101 Other similar extension points exist, see Microsoft.Common.targets. | 101 Other similar extension points exist, see Microsoft.Common.targets. |
| 102 <Target Name="BeforeBuild"> | 102 <Target Name="BeforeBuild"> |
| 103 </Target> | 103 </Target> |
| 104 <Target Name="AfterBuild"> | 104 <Target Name="AfterBuild"> |
| 105 </Target> | 105 </Target> |
| 106 --> | 106 --> |
| 107 </Project> | 107 </Project> |
| OLD | NEW |