Skip to content

Commit c1faae9

Browse files
committed
* Removal of pdf on release version
1 parent d143255 commit c1faae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PK Finder/PK Finder.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3131
<PlatformTarget>AnyCPU</PlatformTarget>
32-
<DebugType>pdbonly</DebugType>
32+
<DebugType>none</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
3535
<DefineConstants>TRACE</DefineConstants>

0 commit comments

Comments
 (0)