Ignore:
Timestamp:
Jul 27, 2022, 7:18:54 PM (2 years ago)
Author:
alloc
Message:

Added debug targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/AllocsCommands.csproj

    r355 r373  
    2727    <WarningLevel>4</WarningLevel>
    2828    <NoStdLib>true</NoStdLib>
     29  </PropertyGroup>
     30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     31    <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath>
     32    <DebugType>full</DebugType>
    2933  </PropertyGroup>
    3034  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.