mirror of https://github.com/Icinga/icinga2.git
Updated VS project files.
This commit is contained in:
parent
c7550971fe
commit
d71de9f6cf
|
@ -20,6 +20,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="cib.cpp" />
|
||||
<ClCompile Include="commentprocessor.cpp" />
|
||||
<ClCompile Include="downtimeprocessor.cpp" />
|
||||
<ClCompile Include="externalcommandprocessor.cpp" />
|
||||
<ClCompile Include="host.cpp" />
|
||||
|
@ -42,6 +43,7 @@
|
|||
<ItemGroup>
|
||||
<ClInclude Include="acknowledgement.h" />
|
||||
<ClInclude Include="cib.h" />
|
||||
<ClInclude Include="commentprocessor.h" />
|
||||
<ClInclude Include="downtimeprocessor.h" />
|
||||
<ClInclude Include="externalcommandprocessor.h" />
|
||||
<ClInclude Include="host.h" />
|
||||
|
|
|
@ -43,6 +43,9 @@
|
|||
<ClCompile Include="externalcommandprocessor.cpp">
|
||||
<Filter>Quelldateien</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="commentprocessor.cpp">
|
||||
<Filter>Quelldateien</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="i2-icinga.h">
|
||||
|
@ -90,6 +93,9 @@
|
|||
<ClInclude Include="externalcommandprocessor.h">
|
||||
<Filter>Headerdateien</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="commentprocessor.h">
|
||||
<Filter>Headerdateien</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="Headerdateien">
|
||||
|
|
Loading…
Reference in New Issue