prettify some constructs in vcxproj files

This commit is contained in:
Shawn Hoffman
2020-08-17 12:29:25 -07:00
parent 800b2480ec
commit 36ace8eb52
15 changed files with 113 additions and 133 deletions

View File

@ -53,10 +53,10 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.vcxproj">
<ProjectReference Include="$(CoreDir)Common\Common.vcxproj">
<Project>{2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project>
</ProjectReference>
<ProjectReference Include="..\UpdaterCommon\UpdaterCommon.vcxproj">
<ProjectReference Include="$(CoreDir)UpdaterCommon\UpdaterCommon.vcxproj">
<Project>{B001D13E-7EAB-4689-842D-801E5ACFFAC5}</Project>
</ProjectReference>
</ItemGroup>