Skip to content

Commit 4fbd01a

Browse files
committed
Changed developer output path
1 parent f42ba1a commit 4fbd01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/MLAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</PropertyGroup>
4343
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|AnyCPU'">
4444
<DebugSymbols>true</DebugSymbols>
45-
<OutputPath>..\..\MLAPI-Examples\Assets\MLAPI\Lib\</OutputPath>
45+
<OutputPath>..\..\..\MLAPI-Examples\Assets\MLAPI\Lib\</OutputPath>
4646
<DefineConstants>DEBUG;TRACE</DefineConstants>
4747
<DebugType>full</DebugType>
4848
<PlatformTarget>anycpu</PlatformTarget>

0 commit comments

Comments
 (0)