Changeset 5539 for pjproject/trunk/pjsip-apps/build/sample_debug.vcxproj
- Timestamp:
- Jan 23, 2017 4:32:34 AM (8 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
/pjproject/branches/projects/uwp (added) merged: 5208,5210-5211,5254,5256,5298,5439,5470,5497,5511-5515,5526,5528-5529,5532,5538 -
Property
svn:global-ignores
set to
bin
obj
lib
Bin
output
Debug
Generated[^A-Ba-b0-9]Files
Service[^A-Ba-b0-9]References
*.opendb
*.db
*.user
- Property svn:mergeinfo changed
-
pjproject/trunk/pjsip-apps/build/sample_debug.vcxproj
r5168 r5539 51 51 </ProjectConfiguration> 52 52 </ItemGroup> 53 <!-- Import common config --> 54 <Import Project="..\..\build\vs\pjproject-vs14-common-config.props" /> 53 55 <PropertyGroup Label="Globals"> 54 56 <ProjectGuid>{A0F1AA62-0F6F-420D-B09A-AC04B6862821}</ProjectGuid> 55 <RootNamespace>sample_debug</RootNamespace> 57 <RootNamespace>sample_debug</RootNamespace> 58 <!-- Specific UWP property --> 59 <DefaultLanguage>en-US</DefaultLanguage> 56 60 </PropertyGroup> 57 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 127 131 <UseOfMfc>false</UseOfMfc> 128 132 <CharacterSet>MultiByte</CharacterSet> 133 </PropertyGroup> 134 <!-- Override the PlatformToolset --> 135 <PropertyGroup> 136 <PlatformToolset>$(BuildToolset)</PlatformToolset> 137 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 138 <ConfigurationType Condition="'$(API_Family)'=='WinDesktop'">Application</ConfigurationType> 139 <ConfigurationType Condition="'$(API_Family)'=='UWP' Or '$(API_Family)'=='WinPhone8'">StaticLibrary</ConfigurationType> 129 140 </PropertyGroup> 130 141 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 194 205 <PropertyGroup> 195 206 <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 196 <TargetName>sample-debug-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration)</TargetName> 197 </PropertyGroup> 207 <TargetName>sample-debug-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration)</TargetName> 208 </PropertyGroup> 209 <!-- Compile and link option definition --> 210 <ItemDefinitionGroup> 211 <ClCompile> 212 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 213 </ClCompile> 214 <Lib> 215 <OutputFile>..\lib\sample-debug-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 216 </Lib> 217 </ItemDefinitionGroup> 198 218 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 199 219 <ClCompile>
Note: See TracChangeset
for help on using the changeset viewer.