This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
/
Copy pathCustomMapView.vcxproj
88 lines (88 loc) · 3.9 KB
/
CustomMapView.vcxproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|BlackBerry">
<Configuration>Debug</Configuration>
<Platform>BlackBerry</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|BlackBerry">
<Configuration>Release</Configuration>
<Platform>BlackBerry</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{C93DDD94-33CF-4EF0-853C-E5CB36C0A6CA}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|BlackBerry'">
<PlatformToolset>qcc</PlatformToolset>
<ConfigurationAppType>Cascades</ConfigurationAppType>
<TargetArch>armle-v7</TargetArch>
<MakefileTargetName>Device-Debug</MakefileTargetName>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|BlackBerry'">
<PlatformToolset>qcc</PlatformToolset>
<ConfigurationAppType>Cascades</ConfigurationAppType>
<TargetArch>armle-v7</TargetArch>
<MakefileTargetName>Device-Release</MakefileTargetName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|BlackBerry'">
<OutDir>$(TargetArchPre)\o$(TargetArchPost)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|BlackBerry'">
<OutDir>$(TargetArchPre)\o$(TargetArchPost)-g\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|BlackBerry'">
<ClCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="assets\bubble.qml" />
<None Include="assets\images\bubble.png" />
<None Include="assets\images\clearpin.png" />
<None Include="assets\images\compass.png" />
<None Include="assets\images\me.png" />
<None Include="assets\images\on_map_pin.png" />
<None Include="assets\images\pin.png" />
<None Include="assets\images\url.png" />
<None Include="assets\main.qml" />
<None Include="assets\mindw120h120du\bubble.png" />
<None Include="assets\mindw120h120du\bubble.qml" />
<None Include="assets\mindw120h120du\clearpin.png" />
<None Include="assets\mindw120h120du\compass.png" />
<None Include="assets\mindw120h120du\main.qml" />
<None Include="assets\mindw120h120du\me.png" />
<None Include="assets\mindw120h120du\on_map_pin.png" />
<None Include="assets\mindw120h120du\pin.png" />
<None Include="assets\mindw120h120du\pin.qml" />
<None Include="assets\mindw120h120du\url.png" />
<None Include="assets\pin.qml" />
<None Include="bar-descriptor.xml" />
<None Include="config.pri" />
<None Include="custommapview.pro" />
<None Include="icon.png" />
<None Include="LICENSE" />
<None Include="Makefile" />
<None Include="translations\custommapview.pro" />
<None Include="translations\custommapview.ts" />
<None Include="translations\Makefile" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="precompiled.h" />
<ClInclude Include="src\MapViewDemo.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\MapViewDemo.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>