-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdbfilesexample.vcxproj
More file actions
154 lines (154 loc) · 9.22 KB
/
jsdbfilesexample.vcxproj
File metadata and controls
154 lines (154 loc) · 9.22 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{5dcca249-c705-4cc5-b255-5678c5bf9b40}</ProjectGuid>
<Keyword>Linux</Keyword>
<RootNamespace>jsdbfilesexample</RootNamespace>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<ApplicationType>Linux</ApplicationType>
<ApplicationTypeRevision>1.0</ApplicationTypeRevision>
<TargetLinuxPlatform>Generic</TargetLinuxPlatform>
<LinuxProjectType>{FC1A4D80-50E9-41DA-9192-61C0DBAA00D2}</LinuxProjectType>
</PropertyGroup>
<PropertyGroup>
<ShowAllFiles>true</ShowAllFiles>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
<ConfigurationType>Makefile</ConfigurationType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
<ConfigurationType>Makefile</ConfigurationType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
<ConfigurationType>Makefile</ConfigurationType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
<ConfigurationType>Makefile</ConfigurationType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
<ConfigurationType>Makefile</ConfigurationType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
<ConfigurationType>Makefile</ConfigurationType>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings" />
<ImportGroup Label="Shared" />
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<BuildCommandLine>call common/build/buildnum jsdbfilesexample.mak x86_64 "DEBUG=1"</BuildCommandLine>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<ReBuildCommandLine>make -f jsdbfilesexample.mak clean-x86_64 DEBUG=1 && call common/build/buildnum jsdbfilesexample.mak clean-x86_64 "DEBUG=1"</ReBuildCommandLine>
<CleanCommandLine>make -f jsdbfilesexample.mak clean-x86_64 DEBUG=1</CleanCommandLine>
<ExecutablePath>$(innovaphone-sdk)\app-platform-buildtls;$(innovaphone-sdk)\x86_64-7.2.0-linux-gnu\bin;$(ExecutablePath)</ExecutablePath>
<RemoteDebuggerCommand>/apps/jsdbfilesexample/jsdbfilesexample</RemoteDebuggerCommand>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<BuildCommandLine>call common/build/buildnum jsdbfilesexample.mak arm "DEBUG=1"</BuildCommandLine>
<ReBuildCommandLine>make -f jsdbfilesexample.mak clean-arm DEBUG=1 && call common/build/buildnum jsdbfilesexample.mak arm "DEBUG=1"</ReBuildCommandLine>
<CleanCommandLine>make -f jsdbfilesexample.mak clean-arm DEBUG=1</CleanCommandLine>
<ExecutablePath>$(innovaphone-sdk)\app-platform-buildtls;$(innovaphone-sdk)\arm-7.2.0-linux-gnu\bin;$(ExecutablePath)</ExecutablePath>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteDebuggerCommand>/apps/jsdbfilesexample/jsdbfilesexample</RemoteDebuggerCommand>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<BuildCommandLine>call common/build/buildnum jsdbfilesexample.mak arm</BuildCommandLine>
<ReBuildCommandLine>make -f jsdbfilesexample.mak clean-arm && call common/build/buildnum jsdbfilesexample.mak arm</ReBuildCommandLine>
<ExecutablePath>$(innovaphone-sdk)\app-platform-buildtls;$(innovaphone-sdk)\arm-7.2.0-linux-gnu\bin;$(ExecutablePath)</ExecutablePath>
<CleanCommandLine>make -f jsdbfilesexample.mak clean-arm</CleanCommandLine>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<BuildCommandLine>call common/build/buildnum jsdbfilesexample.mak arm64</BuildCommandLine>
<ReBuildCommandLine>make -f jsdbfilesexample.mak clean-arm64 && call common/build/buildnum jsdbfilesexample.mak arm64</ReBuildCommandLine>
<CleanCommandLine>make -f jsdbfilesexample.mak clean-arm64</CleanCommandLine>
<ExecutablePath>$(innovaphone-sdk)\app-platform-buildtls;$(innovaphone-sdk)\aarch64-7.2.0-linux-gnu\bin;$(ExecutablePath)</ExecutablePath>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<BuildCommandLine>call common/build/buildnum jsdbfilesexample.mak arm64 "DEBUG=1"</BuildCommandLine>
<ReBuildCommandLine>make -f jsdbfilesexample.mak clean-arm64 DEBUG=1 && call common/build/buildnum jsdbfilesexample.mak arm64 "DEBUG=1"</ReBuildCommandLine>
<CleanCommandLine>make -f jsdbfilesexample.mak clean-arm64 DEBUG=1</CleanCommandLine>
<ExecutablePath>$(innovaphone-sdk)\app-platform-buildtls;$(innovaphone-sdk)\aarch64-7.2.0-linux-gnu\bin;$(ExecutablePath)</ExecutablePath>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteDebuggerCommand>/apps/jsdbfilesexample/jsdbfilesexample</RemoteDebuggerCommand>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<BuildCommandLine>call common/build/buildnum jsdbfilesexample.mak x86_64</BuildCommandLine>
<ReBuildCommandLine>make -f jsdbfilesexample.mak clean-x86_64 && call common/build/buildnum jsdbfilesexample.mak x86_64</ReBuildCommandLine>
<CleanCommandLine>make -f jsdbfilesexample.mak clean-x86_64</CleanCommandLine>
<ExecutablePath>$(innovaphone-sdk)\app-platform-buildtls;$(innovaphone-sdk)\x86_64-7.2.0-linux-gnu\bin;$(ExecutablePath)</ExecutablePath>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
</PropertyGroup>
<ItemGroup>
<None Include="build-release.bat" />
<None Include="build.ps1" />
<None Include="jsdbfilesexample.mak" />
<None Include="jsdbfilesexample\jsdbfilesexample.mak" />
<None Include="jsdbfilesexample\config.json" />
<None Include="jsdbfilesexample\plugins.json" />
<None Include="jsdbfilesexample\innovaphone-jsdbfilesexampleservice.js" />
<None Include="jsdbfilesexample\httpfiles\httpfiles.mak" />
<None Include="jsdbfilesexample\httpfiles\innovaphone-jsdbfilesexample.css" />
<None Include="jsdbfilesexample\httpfiles\innovaphone-jsdbfilesexample.htm" />
<None Include="jsdbfilesexample\httpfiles\innovaphone-jsdbfilesexample.js" />
<None Include="jsdbfilesexample\httpfiles\innovaphone-jsdbfilesexampleadmin.htm" />
<None Include="jsdbfilesexample\httpfiles\innovaphone-jsdbfilesexampleadmin.js" />
<None Include="jsdbfilesexample\httpfiles\innovaphone-jsdbfilesexampletexts.js" />
<None Include="jsdbfilesexample\httpfiles\innovaphone.jsdbfilesexamplemanager.css" />
<None Include="jsdbfilesexample\httpfiles\innovaphone.jsdbfilesexamplemanager.js" />
<None Include="jsdbfilesexample\httpfiles\innovaphone.jsdbfilesexamplemanagertexts.js" />
<None Include="jsdbfilesexample\runtime-config.schema.json" />
</ItemGroup>
<ItemGroup>
<Image Include="jsdbfilesexample\httpfiles\innovaphone-jsdbfilesexample.png" />
<Image Include="jsdbfilesexample\httpfiles\innovaphone-jsdbfilesexampleadmin.png" />
<Image Include="jsdbfilesexample\jsdbfilesexample.png" />
</ItemGroup>
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
<ProjectExtensions>
<innovaphone>
<ProjectType>JSAPP</ProjectType>
<SDKVersion>13r3</SDKVersion>
</innovaphone>
</ProjectExtensions>
</Project>