OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.micros
oft.com/developer/msbuild/2003"> |
| 3 <PropertyGroup> |
| 4 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</Visual
StudioVersion> |
| 5 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\M
icrosoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
| 6 </PropertyGroup> |
| 7 <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(V
SToolsPath)' != ''" /> |
| 8 <PropertyGroup Label="Globals"> |
| 9 <ProjectGuid>afb63919-1e05-43b4-802a-8fb8c9b2f463</ProjectGuid> |
| 10 <RootNamespace>AddressBook</RootNamespace> |
| 11 <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' "
>.\obj</BaseIntermediateOutputPath> |
| 12 <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
| 13 </PropertyGroup> |
| 14 |
| 15 <PropertyGroup> |
| 16 <SchemaVersion>2.0</SchemaVersion> |
| 17 </PropertyGroup> |
| 18 <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$
(VSToolsPath)' != ''" /> |
| 19 </Project> |
OLD | NEW |