We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbc2b6 commit 7040968Copy full SHA for 7040968
1 file changed
ngi/ngi.csproj
@@ -19,7 +19,7 @@
19
<DebugSymbols>true</DebugSymbols>
20
<DebugType>full</DebugType>
21
<Optimize>false</Optimize>
22
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>..\bin\</OutputPath>
23
<DefineConstants>DEBUG;TRACE</DefineConstants>
24
<ErrorReport>prompt</ErrorReport>
25
<WarningLevel>4</WarningLevel>
@@ -28,7 +28,7 @@
28
<PlatformTarget>x86</PlatformTarget>
29
<DebugType>pdbonly</DebugType>
30
<Optimize>true</Optimize>
31
- <OutputPath>bin\Release\</OutputPath>
32
<DefineConstants>TRACE</DefineConstants>
33
34
0 commit comments