Skip to content

Commit 4e867c8

Browse files
committed
Changes after publishing *shrugs*
1 parent 00bc425 commit 4e867c8

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

PDFMerge/PDFMerge.csproj

+16-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1414
<WarningLevel>4</WarningLevel>
1515
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16+
<IsWebBootstrapper>false</IsWebBootstrapper>
1617
<PublishUrl>publish\</PublishUrl>
1718
<Install>true</Install>
1819
<InstallFrom>Disk</InstallFrom>
@@ -23,10 +24,10 @@
2324
<UpdatePeriodically>false</UpdatePeriodically>
2425
<UpdateRequired>false</UpdateRequired>
2526
<MapFileExtensions>true</MapFileExtensions>
26-
<ApplicationRevision>0</ApplicationRevision>
27+
<ApplicationRevision>1</ApplicationRevision>
2728
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28-
<IsWebBootstrapper>false</IsWebBootstrapper>
2929
<UseApplicationTrust>false</UseApplicationTrust>
30+
<PublishWizardCompleted>true</PublishWizardCompleted>
3031
<BootstrapperEnabled>true</BootstrapperEnabled>
3132
</PropertyGroup>
3233
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -48,6 +49,18 @@
4849
<ErrorReport>prompt</ErrorReport>
4950
<WarningLevel>4</WarningLevel>
5051
</PropertyGroup>
52+
<PropertyGroup>
53+
<ManifestCertificateThumbprint>A6D7101620181F89EE8254D0DF86FDFDDB7738C0</ManifestCertificateThumbprint>
54+
</PropertyGroup>
55+
<PropertyGroup>
56+
<ManifestKeyFile>PDFMerge_TemporaryKey.pfx</ManifestKeyFile>
57+
</PropertyGroup>
58+
<PropertyGroup>
59+
<GenerateManifests>true</GenerateManifests>
60+
</PropertyGroup>
61+
<PropertyGroup>
62+
<SignManifests>true</SignManifests>
63+
</PropertyGroup>
5164
<ItemGroup>
5265
<Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
5366
<HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath>
@@ -107,6 +120,7 @@
107120
<Generator>ResXFileCodeGenerator</Generator>
108121
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
109122
</EmbeddedResource>
123+
<None Include="PDFMerge_TemporaryKey.pfx" />
110124
<None Include="sample.pdf">
111125
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
112126
</None>

0 commit comments

Comments
 (0)