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-debug-defaults.props

    r4618 r4620  
    2121  <ItemGroup /> 
    2222</Project> 
    23 <?xml version="1.0" encoding="utf-8"?> 
    24 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
    25   <ImportGroup Label="PropertySheets"> 
    26     <Import Project="pjproject-vs11-common-defaults.props" /> 
    27   </ImportGroup> 
    28   <PropertyGroup Label="UserMacros" /> 
    29   <PropertyGroup> 
    30     <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> 
    31   </PropertyGroup> 
    32   <ItemDefinitionGroup> 
    33     <ClCompile> 
    34       <Optimization>Disabled</Optimization> 
    35       <PreprocessorDefinitions>_DEBUG;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
    36       <DebugInformationFormat Condition="'$(Platform)'!='ARM'">EditAndContinue</DebugInformationFormat> 
    37     </ClCompile> 
    38     <Link> 
    39       <GenerateDebugInformation>true</GenerateDebugInformation> 
    40       <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile> 
    41     </Link> 
    42   </ItemDefinitionGroup> 
    43   <ItemGroup /> 
    44 </Project> 
    45 <?xml version="1.0" encoding="utf-8"?> 
    46 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
    47   <ImportGroup Label="PropertySheets"> 
    48     <Import Project="pjproject-vs11-common-defaults.props" /> 
    49   </ImportGroup> 
    50   <PropertyGroup Label="UserMacros" /> 
    51   <PropertyGroup> 
    52     <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> 
    53   </PropertyGroup> 
    54   <ItemDefinitionGroup> 
    55     <ClCompile> 
    56       <Optimization>Disabled</Optimization> 
    57       <PreprocessorDefinitions>_DEBUG;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
    58       <DebugInformationFormat Condition="'$(Platform)'!='ARM'">EditAndContinue</DebugInformationFormat> 
    59     </ClCompile> 
    60     <Link> 
    61       <GenerateDebugInformation>true</GenerateDebugInformation> 
    62       <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile> 
    63     </Link> 
    64   </ItemDefinitionGroup> 
    65   <ItemGroup /> 
    66 </Project> 
Note: See TracChangeset for help on using the changeset viewer.