summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bauer <michael.mi.bauer@partner.bmw.de>2014-04-02 15:41:49 +0200
committerMichael Bauer <michael.mi.bauer@partner.bmw.de>2014-04-02 15:42:16 +0200
commit44419ccb84262ac80e15c2d22710cb3d03382d98 (patch)
tree5e4a5b39827dbc83f9706c55cca2049808398df7
parent18fe826cb24fdd4555f3c2b9da26685923383aed (diff)
downloadgenivi-common-api-runtime-44419ccb84262ac80e15c2d22710cb3d03382d98.tar.gz
adding missing sources to vcxproj setup of CommonAPI
-rw-r--r--CommonAPI.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/CommonAPI.vcxproj b/CommonAPI.vcxproj
index 0ddca69..9c75106 100644
--- a/CommonAPI.vcxproj
+++ b/CommonAPI.vcxproj
@@ -107,8 +107,12 @@
<ItemGroup>
<ClCompile Include="src\CommonAPI\Configuration.cpp" />
<ClCompile Include="src\CommonAPI\ContainerUtils.cpp" />
+ <ClCompile Include="src\CommonAPI\Factory.cpp" />
+ <ClCompile Include="src\CommonAPI\InputStream.cpp" />
+ <ClCompile Include="src\CommonAPI\MainLoopContext.cpp" />
<ClCompile Include="src\CommonAPI\Runtime.cpp" />
<ClCompile Include="src\CommonAPI\ServicePublisher.cpp" />
+ <ClCompile Include="src\CommonAPI\utils.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">