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

View File

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