Ignore:
Timestamp:
Oct 16, 2013 10:50:36 AM (11 years ago)
Author:
riza
Message:

Re #1704: fixed some build errors

Location:
pjproject/branches/projects/winphone
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/winphone

    • Property svn:ignore
      •  

        old new  
        1111*.opt 
        1212*.suo 
         13*.sdf 
         14*.opensdf 
        1315.settings 
        1416.cdtproject 
  • pjproject/branches/projects/winphone/build/vs/pjproject-vs11-common-defaults.props

    r4618 r4620  
    3333  </ItemGroup> 
    3434</Project> 
    35 <?xml version="1.0" encoding="utf-8"?> 
    36 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
    37   <ImportGroup Label="PropertySheets"> 
    38   </ImportGroup> 
    39   <PropertyGroup Label="UserMacros"> 
    40     <VSVer>11</VSVer> 
    41   </PropertyGroup> 
    42   <PropertyGroup> 
    43     <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>      
    44     <OutDir Condition="'$(TargetExt)'=='.lib'">..\lib\</OutDir> 
    45         <OutDir Condition="'$(TargetExt)'=='.exe'">..\bin\</OutDir> 
    46         <OutDir Condition="'$(TargetExt)'=='.dll'">..\lib\</OutDir> 
    47         <TargetName>$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration)</TargetName> 
    48     <IntDir>.\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(Configuration)\</IntDir> 
    49   </PropertyGroup> 
    50   <ItemDefinitionGroup> 
    51     <ClCompile> 
    52       <BrowseInformation>true</BrowseInformation> 
    53       <WarningLevel>Level4</WarningLevel> 
    54       <CompileAs>Default</CompileAs> 
    55     </ClCompile> 
    56     <Lib> 
    57       <OutputFile>..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
    58     </Lib> 
    59     <Link> 
    60       <OutputFile>..\bin\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).exe</OutputFile> 
    61     </Link> 
    62   </ItemDefinitionGroup> 
    63   <ItemGroup> 
    64     <BuildMacro Include="VSVer"> 
    65       <Value>$(VSVer)</Value> 
    66     </BuildMacro> 
    67   </ItemGroup> 
    68 </Project> 
    69 <?xml version="1.0" encoding="utf-8"?> 
    70 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
    71   <ImportGroup Label="PropertySheets"> 
    72   </ImportGroup> 
    73   <PropertyGroup Label="UserMacros"> 
    74     <VSVer>11</VSVer> 
    75   </PropertyGroup> 
    76   <PropertyGroup> 
    77     <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>      
    78     <OutDir Condition="'$(TargetExt)'=='.lib'">..\lib\</OutDir> 
    79         <OutDir Condition="'$(TargetExt)'=='.exe'">..\bin\</OutDir> 
    80         <OutDir Condition="'$(TargetExt)'=='.dll'">..\lib\</OutDir> 
    81         <TargetName>$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration)</TargetName> 
    82     <IntDir>.\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(Configuration)\</IntDir> 
    83   </PropertyGroup> 
    84   <ItemDefinitionGroup> 
    85     <ClCompile> 
    86       <BrowseInformation>true</BrowseInformation> 
    87       <WarningLevel>Level4</WarningLevel> 
    88       <CompileAs>Default</CompileAs> 
    89     </ClCompile> 
    90     <Lib> 
    91       <OutputFile>..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
    92     </Lib> 
    93     <Link> 
    94       <OutputFile>..\bin\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).exe</OutputFile> 
    95     </Link> 
    96   </ItemDefinitionGroup> 
    97   <ItemGroup> 
    98     <BuildMacro Include="VSVer"> 
    99       <Value>$(VSVer)</Value> 
    100     </BuildMacro> 
    101   </ItemGroup> 
    102 </Project> 
Note: See TracChangeset for help on using the changeset viewer.