This repository was archived by the owner on Jan 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ matrix:
4848 - export PROPS="//p:DefaultWindowsSDKVersion=10.0.17763.0 //p:SpectreMitigation=false"
4949 - MSBuild.exe haxm.sln $PROPS //p:Configuration="Debug" //p:Platform="Win32"
5050 - MSBuild.exe haxm.sln $PROPS //p:Configuration="Debug" //p:Platform="x64"
51- - build/tests/x64/haxm-tests.exe
51+ - build/tests/x64/Debug/ haxm-tests.exe
Original file line number Diff line number Diff line change 7070 </ImportGroup >
7171 <PropertyGroup Label =" UserMacros" />
7272 <PropertyGroup Label =" Configuration" >
73- <OutDir >$(SolutionDir)build\core\$(Platform)\$(ConfigurationName )\</OutDir >
74- <IntDir >$(SolutionDir)build\intermediates\$(ProjectName)\$(Platform)\$(ConfigurationName )\</IntDir >
73+ <OutDir >$(SolutionDir)build\core\$(Platform)\$(Configuration )\</OutDir >
74+ <IntDir >$(SolutionDir)build\intermediates\$(ProjectName)\$(Platform)\$(Configuration )\</IntDir >
7575 </PropertyGroup >
7676 <!-- The WrappedTaskItems label is used by the conversion tool to identify the location where items
7777 associated with wrapped tasks will reside.-->
Original file line number Diff line number Diff line change 3636 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" />
3737 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" />
3838 <PropertyGroup Label =" Configuration" >
39- <OutDir >$(SolutionDir)build\tests\$(Platform)\$(ConfigurationName )\</OutDir >
40- <IntDir >$(SolutionDir)build\intermediates\$(ProjectName)\$(Platform)\$(ConfigurationName )\</IntDir >
39+ <OutDir >$(SolutionDir)build\tests\$(Platform)\$(Configuration )\</OutDir >
40+ <IntDir >$(SolutionDir)build\intermediates\$(ProjectName)\$(Platform)\$(Configuration )\</IntDir >
4141 </PropertyGroup >
4242 <ItemGroup >
4343 <ClCompile Include =" ..\..\tests\test_emulator.cpp" />
Original file line number Diff line number Diff line change 7272 </ImportGroup >
7373 <PropertyGroup Label =" UserMacros" />
7474 <PropertyGroup Label =" Configuration" >
75- <OutDir >$(SolutionDir)build\out\$(Platform)\$(ConfigurationName )\</OutDir >
76- <IntDir >$(SolutionDir)build\intermediates\$(ProjectName)\$(Platform)\$(ConfigurationName )\</IntDir >
75+ <OutDir >$(SolutionDir)build\out\$(Platform)\$(Configuration )\</OutDir >
76+ <IntDir >$(SolutionDir)build\intermediates\$(ProjectName)\$(Platform)\$(Configuration )\</IntDir >
7777 </PropertyGroup >
7878 <ItemDefinitionGroup >
7979 <Link >
80- <AdditionalDependencies >$(SolutionDir)build\core\$(Platform)\$(ConfigurationName )\haxlib.lib;$(DDK_LIB_PATH)wdmsec.lib;%(AdditionalDependencies)</AdditionalDependencies >
80+ <AdditionalDependencies >$(SolutionDir)build\core\$(Platform)\$(Configuration )\haxlib.lib;$(DDK_LIB_PATH)wdmsec.lib;%(AdditionalDependencies)</AdditionalDependencies >
8181 </Link >
8282 <ClCompile >
8383 <SDLCheck >true</SDLCheck >
You can’t perform that action at this time.
0 commit comments