Readded the reference to common

This commit is contained in:
Alekhya Reddy Kommuru 2020-03-16 07:55:51 -07:00
parent f77bacb8a6
commit 78a6ab89f9
2 changed files with 5 additions and 5 deletions

View file

@ -110,12 +110,12 @@
<ClCompile Include="trace.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\common\common.vcxproj">
<Project>{74485049-c722-400f-abe5-86ac52d929b3}</Project>
</ProjectReference>
<ResourceCompile Include="Wox.Launcher.rc" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Wox.Launcher.rc" />
<ProjectReference Include="..\..\..\common\common.vcxproj">
<Project>{74485049-c722-400f-abe5-86ac52d929b3}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View file

@ -11,6 +11,6 @@
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="ModuleTemplate.rc" />
<ResourceCompile Include="Wox.Launcher.rc" />
</ItemGroup>
</Project>