|
22 | 22 | <VCProjectVersion>15.0</VCProjectVersion>
|
23 | 23 | <ProjectGuid>{87E5EEE1-1C99-458B-A893-DDDB00775631}</ProjectGuid>
|
24 | 24 | <Keyword>Win32Proj</Keyword>
|
25 |
| - <RootNamgsmace>gsm_dev_os</RootNamgsmace> |
| 25 | + <RootNamgsmace>lwgsm_dev_os</RootNamgsmace> |
26 | 26 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
27 | 27 | </PropertyGroup>
|
28 | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
72 | 72 | <PropertyGroup Label="UserMacros" />
|
73 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
74 | 74 | <LinkIncremental>true</LinkIncremental>
|
75 |
| - <IncludePath>.;..\..\snippets\include;..\..\GSM_AT_Lib\src\include;..\..\..\lwmem\lwmem\src\include;$(IncludePath)</IncludePath> |
| 75 | + <IncludePath>.;..\..\lwgsm\src\include;..\..\lwgsm\src\include\system\port\win32;..\..\snippets\include;..\..\..\lwmem\lwmem\src\include;$(IncludePath)</IncludePath> |
76 | 76 | </PropertyGroup>
|
77 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
78 | 78 | <LinkIncremental>true</LinkIncremental>
|
79 |
| - <IncludePath>.;..\..\snippets\include;..\..\GSM_AT_Lib\src\include;$(IncludePath)</IncludePath> |
| 79 | + <IncludePath>.;..\..\lwgsm\src\include;..\..\lwgsm\src\include\system\port\win32;..\..\snippets\include;$(IncludePath)</IncludePath> |
80 | 80 | </PropertyGroup>
|
81 | 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
82 | 82 | <LinkIncremental>false</LinkIncremental>
|
| 83 | + <IncludePath>.;..\..\lwgsm\src\include;..\..\lwgsm\src\include\system\port\win32;..\..\snippets\include;$(IncludePath)</IncludePath> |
83 | 84 | </PropertyGroup>
|
84 | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
85 | 86 | <LinkIncremental>false</LinkIncremental>
|
| 87 | + <IncludePath>.;..\..\lwgsm\src\include;..\..\lwgsm\src\include\system\port\win32;..\..\snippets\include;$(IncludePath)</IncludePath> |
86 | 88 | </PropertyGroup>
|
87 | 89 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
88 | 90 | <ClCompile>
|
|
142 | 144 | <ItemGroup>
|
143 | 145 | <ClCompile Include="..\..\..\lwmem\lwmem\src\lwmem\lwmem.c" />
|
144 | 146 | <ClCompile Include="..\..\..\lwmem\lwmem\src\system\lwmem_sys_win32.c" />
|
145 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\api\gsm_netconn.c" /> |
146 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\api\gsm_network_api.c" /> |
147 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\apps\mqtt\gsm_mqtt_client.c" /> |
148 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\apps\mqtt\gsm_mqtt_client_api.c" /> |
149 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\apps\mqtt\gsm_mqtt_client_evt.c" /> |
150 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm.c" /> |
151 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_buff.c" /> |
152 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_call.c" /> |
153 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_conn.c" /> |
154 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_debug.c" /> |
155 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_device_info.c" /> |
156 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_evt.c" /> |
157 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_http.c" /> |
158 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_input.c" /> |
159 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_int.c" /> |
160 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_mem.c" /> |
161 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_network.c" /> |
162 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_operator.c" /> |
163 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_parser.c" /> |
164 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_pbuf.c" /> |
165 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_phonebook.c" /> |
166 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_sim.c" /> |
167 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_sms.c" /> |
168 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_threads.c" /> |
169 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_timeout.c" /> |
170 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_unicode.c" /> |
171 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_ussd.c" /> |
172 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\gsm\gsm_utils.c" /> |
173 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\system\gsm_ll_win32.c" /> |
174 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\system\gsm_mem_lwmem.c" /> |
175 |
| - <ClCompile Include="..\..\GSM_AT_Lib\src\system\gsm_sys_win32.c" /> |
| 147 | + <ClCompile Include="..\..\lwgsm\src\api\lwgsm_netconn.c" /> |
| 148 | + <ClCompile Include="..\..\lwgsm\src\api\lwgsm_network_api.c" /> |
| 149 | + <ClCompile Include="..\..\lwgsm\src\apps\mqtt\lwgsm_mqtt_client.c" /> |
| 150 | + <ClCompile Include="..\..\lwgsm\src\apps\mqtt\lwgsm_mqtt_client_api.c" /> |
| 151 | + <ClCompile Include="..\..\lwgsm\src\apps\mqtt\lwgsm_mqtt_client_evt.c" /> |
| 152 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm.c" /> |
| 153 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_buff.c" /> |
| 154 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_call.c" /> |
| 155 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_conn.c" /> |
| 156 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_debug.c" /> |
| 157 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_device_info.c" /> |
| 158 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_evt.c" /> |
| 159 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_http.c" /> |
| 160 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_input.c" /> |
| 161 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_int.c" /> |
| 162 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_mem.c" /> |
| 163 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_network.c" /> |
| 164 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_operator.c" /> |
| 165 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_parser.c" /> |
| 166 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_pbuf.c" /> |
| 167 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_phonebook.c" /> |
| 168 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_sim.c" /> |
| 169 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_sms.c" /> |
| 170 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_threads.c" /> |
| 171 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_timeout.c" /> |
| 172 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_unicode.c" /> |
| 173 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_ussd.c" /> |
| 174 | + <ClCompile Include="..\..\lwgsm\src\lwgsm\lwgsm_utils.c" /> |
| 175 | + <ClCompile Include="..\..\lwgsm\src\system\lwgsm_ll_win32.c" /> |
| 176 | + <ClCompile Include="..\..\lwgsm\src\system\lwgsm_mem_lwmem.c" /> |
| 177 | + <ClCompile Include="..\..\lwgsm\src\system\lwgsm_sys_win32.c" /> |
| 178 | + <ClCompile Include="..\..\snippets\call.c" /> |
| 179 | + <ClCompile Include="..\..\snippets\call_sms.c" /> |
| 180 | + <ClCompile Include="..\..\snippets\client.c" /> |
| 181 | + <ClCompile Include="..\..\snippets\device_info.c" /> |
176 | 182 | <ClCompile Include="..\..\snippets\mqtt_client_api.c" />
|
177 | 183 | <ClCompile Include="..\..\snippets\netconn_client.c" />
|
178 | 184 | <ClCompile Include="..\..\snippets\network_utils.c" />
|
179 | 185 | <ClCompile Include="..\..\snippets\sim_manager.c" />
|
180 | 186 | <ClCompile Include="..\..\snippets\sms_send_receive.c" />
|
| 187 | + <ClCompile Include="..\..\snippets\sms_send_receive_thread.c" /> |
181 | 188 | <ClCompile Include="main.c" />
|
182 | 189 | </ItemGroup>
|
183 | 190 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
0 commit comments