Browse Source

Fixed PDB info in Loader

pull/11/head
Anairkoen Schno 5 years ago
parent
commit
06717b30d5
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      BSIPA-ModList/BSIPA-ModList.csproj
  2. +0
    -1
      IPA.Loader/IPA.Loader.csproj

+ 1
- 0
BSIPA-ModList/BSIPA-ModList.csproj View File

@ -12,6 +12,7 @@
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<PathMap>$(SolutionDir)=C:\</PathMap>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>


+ 0
- 1
IPA.Loader/IPA.Loader.csproj View File

@ -27,7 +27,6 @@
<RegisterForComInterop>false</RegisterForComInterop>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>


Loading…
Cancel
Save