Skip to content

Commit

Permalink
de bug
Browse files Browse the repository at this point in the history
  • Loading branch information
freedom7341 committed Oct 24, 2023
1 parent 2e7dafb commit 2c86c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions progmgr/progmgr2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IntDir>$(OutDir)</IntDir>
<TargetName>progmgr</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IntDir>$(OutDir)</IntDir>
<TargetName>progmgr</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
Expand All @@ -85,6 +87,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IntDir>$(OutDir)</IntDir>
<TargetName>progmgr</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
2 changes: 1 addition & 1 deletion progmgr/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL

/* Icon Library */
// Primary
#ifndef _DEBUG
#ifdef NDEBUG
IDI_PROGMGR ICON icons\progmgr.ico
#else
IDI_PROGMGR ICON icons\progmgrd.ico
Expand Down

0 comments on commit 2c86c79

Please sign in to comment.