Skip to content

Commit 30d051b

Browse files
Merge pull request ROBOTIS-GIT#334 from ROBOTIS-GIT/develop
- changed C# / win32 / protocol_combined output path.
2 parents 5114ede + e1a2628 commit 30d051b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c#/protocol_combined/win32/protocol_combined/protocol_combined.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<DebugSymbols>true</DebugSymbols>
1818
<DebugType>full</DebugType>
1919
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
20+
<OutputPath>bin\x86\Debug\</OutputPath>
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
@@ -26,7 +26,7 @@
2626
<PlatformTarget>AnyCPU</PlatformTarget>
2727
<DebugType>pdbonly</DebugType>
2828
<Optimize>true</Optimize>
29-
<OutputPath>bin\Release\</OutputPath>
29+
<OutputPath>bin\x86\Release\</OutputPath>
3030
<DefineConstants>TRACE</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)