Modify Copium project include directories

- Make Copium project include directoies relative to the ProjectDir
  instead of SolutionDir. To allow including this project into another
  Solution
This commit is contained in:
Thraix
2024-10-01 20:32:55 +02:00
parent 1ffcc7fc1a
commit d788a7e8fd
7 changed files with 30 additions and 29 deletions
@@ -71,10 +71,10 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(SolutionDir)libs\$(Platform)\$(Configuration)\</OutDir>
<OutDir>$(ProjectDir)../../../libs\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)libs/$(Platform)\$(Configuration)\</OutDir>
<OutDir>$(ProjectDir)../../../libs/$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>