Refactored the bacnet file object to be storage agnostic with callbacks. (#1056)
This commit is contained in:
+1
@@ -205,6 +205,7 @@
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\service\h_arf.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\service\h_arf_a.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\datalink\dlenv.c" />
|
||||
<ClCompile Include="..\..\..\..\ports\posix\bacfile-posix.c" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
+3
@@ -165,5 +165,8 @@
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\bbmd\h_bbmd.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\ports\posix\bacfile-posix.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user