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 pathCompass.vcxproj
77 lines (77 loc) · 3.3 KB
/
Compass.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
<?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>{52D31BA5-086F-49FC-A846-3D394C105FBE}</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 />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|BlackBerry'">
<ClCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="assets\.assets.index" />
<None Include="assets\720x720\images\COMPASS-CIRCLE-BG.png" />
<None Include="assets\CompassView.qml" />
<None Include="assets\images\ARROW-Bright.png" />
<None Include="assets\images\background.png" />
<None Include="assets\images\COMPASS-CIRCLE-BG.png" />
<None Include="assets\images\compass.png" />
<None Include="assets\images\FACE-512.png" />
<None Include="assets\main.qml" />
<None Include="assets\mindw90h90du\CompassView.qml" />
<None Include="assets\mindw90h90du\images\COMPASS-CIRCLE-BG.png" />
<None Include="assets\mindw90h90du\main.qml" />
<None Include="bar-descriptor.xml" />
<None Include="compass.pro" />
<None Include="config.pri" />
<None Include="device-assets.xml" />
<None Include="icon.png" />
<None Include="LICENSE" />
<None Include="Makefile" />
<None Include="readme.txt" />
<None Include="translations\compass.pro" />
<None Include="translations\compass.ts" />
<None Include="translations\Makefile" />
<None Include="vsndk-runinfo.flag" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\CompassSensor.cpp" />
<ClCompile Include="src\main.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\CompassSensor.hpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>