Skip to content

Commit f238141

Browse files
committed
Align additional parms boxes.
1 parent 34226a6 commit f238141

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

SDBatchToolsGUI/App.config

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
23
<!--
34
Sample license text.
45
-->

SDBatchToolsGUI/MainForm.Designer.cs

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SDBatchToolsGUI/SDBatchToolsGUI.csproj

+15-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
<ErrorReportUrl>https://github.com/do9jhb/SDBatchToolsGUI</ErrorReportUrl>
3030
<ProductName>SD Batch Tools GUI</ProductName>
3131
<PublisherName>JBtronics</PublisherName>
32-
<ApplicationRevision>0</ApplicationRevision>
32+
<ApplicationRevision>1</ApplicationRevision>
3333
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
3434
<UseApplicationTrust>false</UseApplicationTrust>
35+
<PublishWizardCompleted>true</PublishWizardCompleted>
3536
<BootstrapperEnabled>true</BootstrapperEnabled>
3637
</PropertyGroup>
3738
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -56,6 +57,18 @@
5657
<WarningLevel>4</WarningLevel>
5758
<Prefer32Bit>false</Prefer32Bit>
5859
</PropertyGroup>
60+
<PropertyGroup>
61+
<ManifestCertificateThumbprint>098AFDB23AC0E0BD4C1E7DF873B92BE38890EE1D</ManifestCertificateThumbprint>
62+
</PropertyGroup>
63+
<PropertyGroup>
64+
<ManifestKeyFile>SDBatchToolsGUI_TemporaryKey.pfx</ManifestKeyFile>
65+
</PropertyGroup>
66+
<PropertyGroup>
67+
<GenerateManifests>true</GenerateManifests>
68+
</PropertyGroup>
69+
<PropertyGroup>
70+
<SignManifests>true</SignManifests>
71+
</PropertyGroup>
5972
<ItemGroup>
6073
<Reference Include="System" />
6174
<Reference Include="System.Core" />
@@ -128,6 +141,7 @@
128141
<DesignTimeSharedInput>True</DesignTimeSharedInput>
129142
</Compile>
130143
<None Include="SDBatchToolsGUI.licenseheader" />
144+
<None Include="SDBatchToolsGUI_TemporaryKey.pfx" />
131145
</ItemGroup>
132146
<ItemGroup>
133147
<None Include="App.config" />

0 commit comments

Comments
 (0)