| 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)' == '' ">x86</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
| 6 <ProductVersion>8.0.30703</ProductVersion> | 6 <ProductVersion>8.0.30703</ProductVersion> |
| 7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
| 8 <ProjectGuid>{89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}</ProjectGuid> | 8 <ProjectGuid>{89090DB7-FB57-4EE4-ABD8-BDEA791A62D9}</ProjectGuid> |
| 9 <OutputType>Exe</OutputType> | 9 <OutputType>Exe</OutputType> |
| 10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 </ItemGroup> | 51 </ItemGroup> |
| 52 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 52 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 53 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | 53 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. |
| 54 Other similar extension points exist, see Microsoft.Common.targets. | 54 Other similar extension points exist, see Microsoft.Common.targets. |
| 55 <Target Name="BeforeBuild"> | 55 <Target Name="BeforeBuild"> |
| 56 </Target> | 56 </Target> |
| 57 <Target Name="AfterBuild"> | 57 <Target Name="AfterBuild"> |
| 58 </Target> | 58 </Target> |
| 59 --> | 59 --> |
| 60 </Project> | 60 </Project> |
| OLD | NEW |