Skip to content

Commit 5c66492

Browse files
dgarskedanielinux
authored andcommitted
Fix for intermediate directory naming conflict between two projects.
1 parent 352a577 commit 5c66492

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

tools/keytools/wolfBootKeygenTool.vcxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectGuid>{599F7765-B224-41D4-AA56-597FFA9763BC}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>wolfBootKeygenTool</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -76,6 +76,7 @@
7676
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
7777
<LinkIncremental>true</LinkIncremental>
7878
<TargetName>keygen</TargetName>
79+
<IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
7980
</PropertyGroup>
8081
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
8182
<LinkIncremental>false</LinkIncremental>
@@ -175,4 +176,4 @@
175176
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
176177
<ImportGroup Label="ExtensionTargets">
177178
</ImportGroup>
178-
</Project>
179+
</Project>

tools/keytools/wolfBootSignTool.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectGuid>{0E5B9C81-CA2B-47CA-BA83-074078CF3393}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>wolfBootSignTool</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -76,6 +76,7 @@
7676
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
7777
<LinkIncremental>true</LinkIncremental>
7878
<TargetName>sign</TargetName>
79+
<IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
7980
</PropertyGroup>
8081
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
8182
<LinkIncremental>false</LinkIncremental>

0 commit comments

Comments
 (0)