Updated VS project files.

This commit is contained in:
Gunnar Beutner 2013-01-29 16:37:44 +01:00
parent c7550971fe
commit d71de9f6cf
2 changed files with 8 additions and 0 deletions

View File

@ -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" />

View File

@ -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">