Skip to content

Commit

Permalink
Not used - Release/debug (x86-x64) only
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni1kko committed Dec 24, 2022
1 parent 8e19655 commit dc469fc
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions extension/DiscordEmbedBuilder/DiscordEmbedBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;IS_x64</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
Expand Down

0 comments on commit dc469fc

Please sign in to comment.