Skip to content

Commit 620fd27

Browse files
authored
Update 2023 tag - 2 (#1048)
* update 2023 tag * Update other configuration for 2023 tag
1 parent 727f3dd commit 620fd27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

3ds Max/Max2Babylon/2023/Max2Babylon2023.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -44,7 +44,7 @@
4444
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
4545
<DebugSymbols>true</DebugSymbols>
4646
<OutputPath>bin\Debug\</OutputPath>
47-
<DefineConstants>TRACE;DEBUG;MAX2022</DefineConstants>
47+
<DefineConstants>TRACE;DEBUG;MAX2023</DefineConstants>
4848
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4949
<DebugType>full</DebugType>
5050
<PlatformTarget>x64</PlatformTarget>
@@ -53,7 +53,7 @@
5353
</PropertyGroup>
5454
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
5555
<OutputPath>bin\Release\</OutputPath>
56-
<DefineConstants>TRACE;MAX2022</DefineConstants>
56+
<DefineConstants>TRACE;MAX2023</DefineConstants>
5757
<Optimize>true</Optimize>
5858
<DebugType>pdbonly</DebugType>
5959
<PlatformTarget>x64</PlatformTarget>

0 commit comments

Comments
 (0)