Skip to content

Commit 53a8d87

Browse files
committed
Project settings
1 parent 5250773 commit 53a8d87

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

GraphicsSettings/GraphicsSettings.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ProjectGuid>{9BBA5DAE-624E-4FF0-80A2-F14029EE34E9}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>BepInEx.GraphicsSettings</RootNamespace>
11-
<AssemblyName>BepInEx.GraphicsSettings</AssemblyName>
10+
<RootNamespace>GraphicsSettings</RootNamespace>
11+
<AssemblyName>GraphicsSettings</AssemblyName>
1212
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
@@ -17,18 +17,19 @@
1717
<DebugSymbols>true</DebugSymbols>
1818
<DebugType>full</DebugType>
1919
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
20+
<OutputPath>..\bin\Debug\</OutputPath>
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<DebugType>pdbonly</DebugType>
26+
<DebugType>embedded</DebugType>
2727
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
28+
<OutputPath>..\bin\Release\</OutputPath>
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
32+
<DebugSymbols>true</DebugSymbols>
3233
</PropertyGroup>
3334
<ItemGroup>
3435
<Reference Include="0Harmony">

0 commit comments

Comments
 (0)