Skip to content

Commit

Permalink
Align additional parms boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Oct 27, 2016
1 parent 34226a6 commit f238141
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
1 change: 1 addition & 0 deletions SDBatchToolsGUI/App.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
Sample license text.
-->
Expand Down
12 changes: 6 additions & 6 deletions SDBatchToolsGUI/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion SDBatchToolsGUI/SDBatchToolsGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
<ErrorReportUrl>https://github.com/do9jhb/SDBatchToolsGUI</ErrorReportUrl>
<ProductName>SD Batch Tools GUI</ProductName>
<PublisherName>JBtronics</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -56,6 +57,18 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>098AFDB23AC0E0BD4C1E7DF873B92BE38890EE1D</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>SDBatchToolsGUI_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -128,6 +141,7 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="SDBatchToolsGUI.licenseheader" />
<None Include="SDBatchToolsGUI_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down

0 comments on commit f238141

Please sign in to comment.