summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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">