Skip to content

Commit

Permalink
Project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhauled committed Oct 19, 2019
1 parent 5250773 commit 53a8d87
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions GraphicsSettings/GraphicsSettings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{9BBA5DAE-624E-4FF0-80A2-F14029EE34E9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BepInEx.GraphicsSettings</RootNamespace>
<AssemblyName>BepInEx.GraphicsSettings</AssemblyName>
<RootNamespace>GraphicsSettings</RootNamespace>
<AssemblyName>GraphicsSettings</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
Expand All @@ -17,18 +17,19 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>embedded</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
Expand Down

0 comments on commit 53a8d87

Please sign in to comment.