Skip to content

Commit 70503ab

Browse files
Fixed Maya 2024 build folder (#1136)
* Fixed Maya 2024 build folder
1 parent 7250e72 commit 70503ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maya/Maya2Babylon2024.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2727
<DebugType>pdbonly</DebugType>
2828
<Optimize>true</Optimize>
29-
<OutputPath>bin\Release\2023\</OutputPath>
29+
<OutputPath>bin\Release\2024\</OutputPath>
3030
<DefineConstants>TRACE</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)