We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf3adf commit e1a2628Copy full SHA for e1a2628
c#/protocol_combined/win32/protocol_combined/protocol_combined.csproj
@@ -17,7 +17,7 @@
17
<DebugSymbols>true</DebugSymbols>
18
<DebugType>full</DebugType>
19
<Optimize>false</Optimize>
20
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>bin\x86\Debug\</OutputPath>
21
<DefineConstants>DEBUG;TRACE</DefineConstants>
22
<ErrorReport>prompt</ErrorReport>
23
<WarningLevel>4</WarningLevel>
@@ -26,7 +26,7 @@
26
<PlatformTarget>AnyCPU</PlatformTarget>
27
<DebugType>pdbonly</DebugType>
28
<Optimize>true</Optimize>
29
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>bin\x86\Release\</OutputPath>
30
<DefineConstants>TRACE</DefineConstants>
31
32
0 commit comments