COM ポート遅延再接続プラグイン for Tera Term
Revision | ae61c1958fe57c54f3c465816031057c31e179a6 (tree) |
---|---|
Time | 2020-12-13 06:17:29 |
Author | tomo3136 <tomo3136@loca...> |
Commiter | tomo3136 |
ビルド出力先を元に戻す
@@ -42,12 +42,12 @@ | ||
42 | 42 | </ImportGroup> |
43 | 43 | <PropertyGroup Label="UserMacros" /> |
44 | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
45 | - <OutDir>..\$(Configuration)\</OutDir> | |
45 | + <OutDir>$(Configuration)\</OutDir> | |
46 | 46 | <IntDir>$(Configuration)\</IntDir> |
47 | 47 | <LinkIncremental>true</LinkIncremental> |
48 | 48 | </PropertyGroup> |
49 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
50 | - <OutDir>..\$(Configuration)\</OutDir> | |
50 | + <OutDir>$(Configuration)\</OutDir> | |
51 | 51 | <IntDir>$(Configuration)\</IntDir> |
52 | 52 | <LinkIncremental>false</LinkIncremental> |
53 | 53 | </PropertyGroup> |