- Timestamp:
- Aug 25, 2015 8:41:17 AM (9 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:ignore
-
old new 18 18 .filters -R 19 19 *.sdf 20 *.opensdf 21 .vs
-
- Property svn:ignore
-
pjproject/trunk/build/vs/pjproject-vs14-common-defaults.props
r5168 r5169 4 4 </ImportGroup> 5 5 <PropertyGroup Label="UserMacros"> 6 <VSVer> 8</VSVer>6 <VSVer>14</VSVer> 7 7 </PropertyGroup> 8 8 <PropertyGroup> 9 9 <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 10 10 <OutDir Condition="'$(TargetExt)'=='.lib'">..\lib\</OutDir> 11 12 13 <TargetName>$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration)</TargetName> 11 <OutDir Condition="'$(TargetExt)'=='.exe'">..\bin\</OutDir> 12 <OutDir Condition="'$(TargetExt)'=='.dll'">..\lib\</OutDir> 13 <TargetName>$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration)</TargetName> 14 14 <IntDir>.\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(Configuration)\</IntDir> 15 15 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.