Skip to content

Commit

Permalink
Modified project information
Browse files Browse the repository at this point in the history
  • Loading branch information
Exomanz committed Jul 29, 2024
1 parent ad1e50f commit 31173e5
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions UITweaks/UITweaks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Heck-Debug'">
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Heck-Debug' ">
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
Expand All @@ -32,12 +27,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Heck-Release'">
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Heck-Release' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
Expand Down Expand Up @@ -86,6 +75,10 @@
<HintPath>$(BeatSaberDir)\IPA\Libs\Hive.Versioning.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Heck" Condition=" $(Configuration) == 'Heck-Debug' OR $(Configuration) == 'Heck-Release' ">
<Private>False</Private>
<HintPath>$(BeatSaberDir)\Plugins\Heck.dll</HintPath>
</Reference>
<Reference Include="SiraUtil, Version=3.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<Private>False</Private>
<HintPath>$(BeatSaberDir)\Plugins\SiraUtil.dll</HintPath>
Expand Down

0 comments on commit 31173e5

Please sign in to comment.