|
216 | 216 | </ImportGroup>
|
217 | 217 | <PropertyGroup Label="UserMacros" />
|
218 | 218 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
219 |
| - <OutDir>..\..\build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir> |
220 |
| - <IntDir>..\..\build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir> |
| 219 | + <OutDir>$(SolutionDir)build\lib\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir> |
| 220 | + <IntDir>$(SolutionDir)build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir> |
221 | 221 | </PropertyGroup>
|
222 | 222 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
223 |
| - <OutDir>..\..\build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir> |
224 |
| - <IntDir>..\..\build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir> |
| 223 | + <OutDir>$(SolutionDir)build\lib\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir> |
| 224 | + <IntDir>$(SolutionDir)build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir> |
225 | 225 | </PropertyGroup>
|
226 | 226 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
227 | 227 | <CustomBuildBeforeTargets>
|
228 | 228 | </CustomBuildBeforeTargets>
|
| 229 | + <OutDir>$(SolutionDir)build\lib\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir> |
229 | 230 | </PropertyGroup>
|
230 | 231 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
231 | 232 | <CustomBuildBeforeTargets>
|
232 | 233 | </CustomBuildBeforeTargets>
|
| 234 | + <OutDir>$(SolutionDir)build\lib\$(ProjectName)-$(Platform)-$(Configuration)\</OutDir> |
233 | 235 | </PropertyGroup>
|
234 | 236 | <PropertyGroup Label="Vcpkg" />
|
235 | 237 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
294 | 296 | </Outputs>
|
295 | 297 | </CustomBuildStep>
|
296 | 298 | <Lib>
|
297 |
| - <AdditionalDependencies>shcore.lib</AdditionalDependencies> |
| 299 | + <AdditionalDependencies> |
| 300 | + </AdditionalDependencies> |
298 | 301 | </Lib>
|
299 | 302 | </ItemDefinitionGroup>
|
300 | 303 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
327 | 330 | </Outputs>
|
328 | 331 | </CustomBuildStep>
|
329 | 332 | <Lib>
|
330 |
| - <AdditionalDependencies>shcore.lib</AdditionalDependencies> |
| 333 | + <AdditionalDependencies> |
| 334 | + </AdditionalDependencies> |
331 | 335 | </Lib>
|
332 | 336 | </ItemDefinitionGroup>
|
333 | 337 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
0 commit comments