Added info to projects inside root, tests and common folders (#4413)

This commit is contained in:
Yevhenii Holovachov
2020-06-23 16:53:16 +03:00
committed by GitHub
parent bb22155482
commit ad440f70fa
26 changed files with 255 additions and 56 deletions

View File

@@ -91,6 +91,7 @@
<ClInclude Include="framework.h" />
<ClInclude Include="os-detect.h" />
<ClInclude Include="pch.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
@@ -99,6 +100,9 @@
<PrecompiledHeader Condition="'$(CIBuild)'!='true'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="os-detection.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>