- Timestamp:
- Dec 10, 2015 1:58:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp/pjlib-util/build/pjlib_util_test.vcxproj
r5175 r5210 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>{ED02BE13-8297-4770-8097-27DC2CCABF9A}</ProjectGuid> 55 <RootNamespace>pjlib_util_test</RootNamespace> 57 <RootNamespace>pjlib_util_test</RootNamespace> 58 <!-- Specific UWP property --> 59 <DefaultLanguage>en-US</DefaultLanguage> 60 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication> 61 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType> 62 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion> 63 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion> 64 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision> 56 65 </PropertyGroup> 57 66 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 127 136 <UseOfMfc>false</UseOfMfc> 128 137 <CharacterSet>MultiByte</CharacterSet> 138 </PropertyGroup> 139 <!-- Override the PlatformToolset --> 140 <PropertyGroup> 141 <PlatformToolset>$(BuildToolset)</PlatformToolset> 142 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 143 <ConfigurationType Condition="'$(API_Family)'=='WinDesktop'">Application</ConfigurationType> 144 <ConfigurationType Condition="'$(API_Family)'=='UWP' Or '$(API_Family)'=='WinPhone8'">StaticLibrary</ConfigurationType> 129 145 </PropertyGroup> 130 146 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 194 210 <PropertyGroup> 195 211 <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 196 </PropertyGroup> 212 <TargetName>pjlib-util-test-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration)</TargetName> 213 </PropertyGroup> 214 <ItemDefinitionGroup> 215 <ClCompile> 216 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 217 </ClCompile> 218 <Lib> 219 <OutputFile>..\lib\pjlib-util-test-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 220 </Lib> 221 </ItemDefinitionGroup> 197 222 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'"> 198 223 <TargetName>pjlib-util-test-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration)</TargetName>
Note: See TracChangeset
for help on using the changeset viewer.