diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2020-08-17 12:29:25 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2020-08-22 16:17:50 -0700 |
| commit | 36ace8eb52aba1fa88b8e54a7c25c991b0964801 (patch) | |
| tree | 687db7a58283f1d92a4881d6eea891909b0644af /Source/Core/WinUpdater | |
| parent | 800b2480ecb0d5d0285c6d560fb25f6b96c3b021 (diff) | |
prettify some constructs in vcxproj files
Diffstat (limited to 'Source/Core/WinUpdater')
| -rw-r--r-- | Source/Core/WinUpdater/WinUpdater.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/WinUpdater/WinUpdater.vcxproj b/Source/Core/WinUpdater/WinUpdater.vcxproj index 89c8553905..93bef66f82 100644 --- a/Source/Core/WinUpdater/WinUpdater.vcxproj +++ b/Source/Core/WinUpdater/WinUpdater.vcxproj @@ -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> |
