| 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>8.0.30703</ProductVersion> | 6 <ProductVersion>8.0.30703</ProductVersion> |
| 7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
| 8 <ProjectGuid>{FCD6F8FE-DF89-4232-A138-42C97826712A}</ProjectGuid> | 8 <ProjectGuid>{FCD6F8FE-DF89-4232-A138-42C97826712A}</ProjectGuid> |
| 9 <OutputType>Library</OutputType> | 9 <OutputType>Library</OutputType> |
| 10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 </PostBuildEvent> | 79 </PostBuildEvent> |
| 80 </PropertyGroup> | 80 </PropertyGroup> |
| 81 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | 81 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. |
| 82 Other similar extension points exist, see Microsoft.Common.targets. | 82 Other similar extension points exist, see Microsoft.Common.targets. |
| 83 <Target Name="BeforeBuild"> | 83 <Target Name="BeforeBuild"> |
| 84 </Target> | 84 </Target> |
| 85 <Target Name="AfterBuild"> | 85 <Target Name="AfterBuild"> |
| 86 </Target> | 86 </Target> |
| 87 --> | 87 --> |
| 88 </Project> | 88 </Project> |
| OLD | NEW |