| 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>{D7282E99-2DC3-405B-946F-177DB2FD2AE2}</ProjectGuid> | 8 <ProjectGuid>{D7282E99-2DC3-405B-946F-177DB2FD2AE2}</ProjectGuid> |
| 9 <OutputType>Exe</OutputType> | 9 <OutputType>Exe</OutputType> |
| 10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 </ItemGroup> | 59 </ItemGroup> |
| 60 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 60 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 61 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | 61 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. |
| 62 Other similar extension points exist, see Microsoft.Common.targets. | 62 Other similar extension points exist, see Microsoft.Common.targets. |
| 63 <Target Name="BeforeBuild"> | 63 <Target Name="BeforeBuild"> |
| 64 </Target> | 64 </Target> |
| 65 <Target Name="AfterBuild"> | 65 <Target Name="AfterBuild"> |
| 66 </Target> | 66 </Target> |
| 67 --> | 67 --> |
| 68 </Project> | 68 </Project> |
| OLD | NEW |