|
7 | 7 | <ProjectGuid>{9BBA5DAE-624E-4FF0-80A2-F14029EE34E9}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | | - <RootNamespace>BepInEx.GraphicsSettings</RootNamespace> |
11 | | - <AssemblyName>BepInEx.GraphicsSettings</AssemblyName> |
| 10 | + <RootNamespace>GraphicsSettings</RootNamespace> |
| 11 | + <AssemblyName>GraphicsSettings</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <Deterministic>true</Deterministic> |
|
17 | 17 | <DebugSymbols>true</DebugSymbols> |
18 | 18 | <DebugType>full</DebugType> |
19 | 19 | <Optimize>false</Optimize> |
20 | | - <OutputPath>bin\Debug\</OutputPath> |
| 20 | + <OutputPath>..\bin\Debug\</OutputPath> |
21 | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | 22 | <ErrorReport>prompt</ErrorReport> |
23 | 23 | <WarningLevel>4</WarningLevel> |
24 | 24 | </PropertyGroup> |
25 | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | | - <DebugType>pdbonly</DebugType> |
| 26 | + <DebugType>embedded</DebugType> |
27 | 27 | <Optimize>true</Optimize> |
28 | | - <OutputPath>bin\Release\</OutputPath> |
| 28 | + <OutputPath>..\bin\Release\</OutputPath> |
29 | 29 | <DefineConstants>TRACE</DefineConstants> |
30 | 30 | <ErrorReport>prompt</ErrorReport> |
31 | 31 | <WarningLevel>4</WarningLevel> |
| 32 | + <DebugSymbols>true</DebugSymbols> |
32 | 33 | </PropertyGroup> |
33 | 34 | <ItemGroup> |
34 | 35 | <Reference Include="0Harmony"> |
|
0 commit comments