From 664ea478917470c02bfc69cc95c434d2f10cbf5c Mon Sep 17 00:00:00 2001 From: lighta Date: Tue, 28 Nov 2017 03:57:07 -0400 Subject: [PATCH] Fix basic_test not having common.lib has dependancies registered in solution. (cause some build failure due to linking trying to be process before lib was finished) --- rAthena.sln | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rAthena.sln b/rAthena.sln index cd4027d619..6be1a201a4 100644 --- a/rAthena.sln +++ b/rAthena.sln @@ -63,6 +63,9 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yaml-cpp", "3rdparty\yaml-cpp\yaml-cpp.vcxproj", "{61D6A599-6BED-4154-A9FC-40553BD972E0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basic_test", "src\test\basic_test.vcxproj", "{99B4DF6A-6180-4E7F-9227-F812FF30414A}" + ProjectSection(ProjectDependencies) = postProject + {F8FD7B1E-8E1C-4CC3-9CD1-2E28F77B6559} = {F8FD7B1E-8E1C-4CC3-9CD1-2E28F77B6559} + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution