Skip to content

Commit

Permalink
Project configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Exomanz committed Aug 6, 2024
1 parent 2621ce7 commit 2c83860
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions UITweaks/UITweaks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,24 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DefineConstants>DEBUG;TRACE;HECK</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PropertyGroup Condition=" '$(Configuration)' == 'Heck-Debug' ">
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;HECK</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Heck-Debug' ">
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;HECK</DefineConstants>
</PropertyGroup>
<DefineConstants>HECK</DefineConstants>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>HECK</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(DefineConstants.Contains('CIBuild')) OR '$(NCrunch)' == '1'">
<DisableCopyToPlugins>True</DisableCopyToPlugins>
Expand Down

0 comments on commit 2c83860

Please sign in to comment.