mirror of https://github.com/Icinga/icinga2.git
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="cJSON.c" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="cJSON.h" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|