Skip to content

Commit

Permalink
Update 2023 tag - 2 (#1048)
Browse files Browse the repository at this point in the history
* update 2023 tag

* Update other configuration for 2023 tag
  • Loading branch information
pandaGaume authored Apr 28, 2022
1 parent 727f3dd commit 620fd27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3ds Max/Max2Babylon/2023/Max2Babylon2023.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -44,7 +44,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;MAX2022</DefineConstants>
<DefineConstants>TRACE;DEBUG;MAX2023</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
Expand All @@ -53,7 +53,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;MAX2022</DefineConstants>
<DefineConstants>TRACE;MAX2023</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
Expand Down

0 comments on commit 620fd27

Please sign in to comment.