| 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>9.0.30729</ProductVersion> | 6 <ProductVersion>9.0.30729</ProductVersion> |
| 7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
| 8 <ProjectGuid>{A31F5FB2-4FF3-432A-B35B-5CD203606311}</ProjectGuid> | 8 <ProjectGuid>{A31F5FB2-4FF3-432A-B35B-5CD203606311}</ProjectGuid> |
| 9 <OutputType>Exe</OutputType> | 9 <OutputType>Exe</OutputType> |
| 10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 </ItemGroup> | 66 </ItemGroup> |
| 67 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 67 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 68 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | 68 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. |
| 69 Other similar extension points exist, see Microsoft.Common.targets. | 69 Other similar extension points exist, see Microsoft.Common.targets. |
| 70 <Target Name="BeforeBuild"> | 70 <Target Name="BeforeBuild"> |
| 71 </Target> | 71 </Target> |
| 72 <Target Name="AfterBuild"> | 72 <Target Name="AfterBuild"> |
| 73 </Target> | 73 </Target> |
| 74 --> | 74 --> |
| 75 </Project> | 75 </Project> |
| OLD | NEW |