diff --git a/Wetterstation/Form1.Designer.cs b/Wetterstation/Form1.Designer.cs index 2bc3d35900e4d51b28b58d534c69d1668f6b139b..5ea744364fc3082d36778228a446349f9e19b27b 100644 --- a/Wetterstation/Form1.Designer.cs +++ b/Wetterstation/Form1.Designer.cs @@ -171,13 +171,13 @@ namespace Wetterstation this.lbCity.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold); this.lbCity.ForeColor = System.Drawing.Color.White; this.lbCity.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.lbCity.Location = new System.Drawing.Point(14, 871); + this.lbCity.Location = new System.Drawing.Point(339, 871); this.lbCity.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.lbCity.Name = "lbCity"; - this.lbCity.Size = new System.Drawing.Size(893, 39); + this.lbCity.Size = new System.Drawing.Size(666, 39); this.lbCity.TabIndex = 43; this.lbCity.Text = "Ort: NA"; - this.lbCity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.lbCity.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btSystemKnopf // diff --git a/Wetterstation/Wetterstation.csproj b/Wetterstation/Wetterstation.csproj index 5ff1670abbfbae58616474e216dd16c233c1b732..7cd70decf7b0a8269edc084a076e44da55c65059 100644 --- a/Wetterstation/Wetterstation.csproj +++ b/Wetterstation/Wetterstation.csproj @@ -15,6 +15,22 @@ <Deterministic>true</Deterministic> <NuGetPackageImportStamp> </NuGetPackageImportStamp> + <IsWebBootstrapper>false</IsWebBootstrapper> + <PublishUrl>publish\</PublishUrl> + <Install>true</Install> + <InstallFrom>Disk</InstallFrom> + <UpdateEnabled>false</UpdateEnabled> + <UpdateMode>Foreground</UpdateMode> + <UpdateInterval>7</UpdateInterval> + <UpdateIntervalUnits>Days</UpdateIntervalUnits> + <UpdatePeriodically>false</UpdatePeriodically> + <UpdateRequired>false</UpdateRequired> + <MapFileExtensions>true</MapFileExtensions> + <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' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -35,6 +51,18 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> + <PropertyGroup> + <ManifestCertificateThumbprint>E92626C81C3EFE74A0B14B4F00C3EFD049AAE0AC</ManifestCertificateThumbprint> + </PropertyGroup> + <PropertyGroup> + <ManifestKeyFile>Wetterstation_TemporaryKey.pfx</ManifestKeyFile> + </PropertyGroup> + <PropertyGroup> + <GenerateManifests>true</GenerateManifests> + </PropertyGroup> + <PropertyGroup> + <SignManifests>true</SignManifests> + </PropertyGroup> <ItemGroup> <Reference Include="Dapper, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\Dapper.2.0.30\lib\net461\Dapper.dll</HintPath> @@ -142,6 +170,7 @@ <DependentUpon>Settings.settings</DependentUpon> <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> + <None Include="Wetterstation_TemporaryKey.pfx" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> @@ -188,6 +217,18 @@ <None Include="Resources\Zahnrad1.png" /> <None Include="Resources\Zahnrad.png" /> </ItemGroup> + <ItemGroup> + <BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> + <Visible>False</Visible> + <ProductName>Microsoft .NET Framework 4.7.2 %28x86 und x64%29</ProductName> + <Install>true</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</ProductName> + <Install>false</Install> + </BootstrapperPackage> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\packages\System.Data.SQLite.Core.1.0.112.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.112.0\build\net46\System.Data.SQLite.Core.targets')" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> diff --git a/Wetterstation/Wetterstation.csproj.user b/Wetterstation/Wetterstation.csproj.user index c10e84bab3003321cc164654bf70a4d2df291927..b778d31dcdee2f1236d92728e1418f0de034ab06 100644 --- a/Wetterstation/Wetterstation.csproj.user +++ b/Wetterstation/Wetterstation.csproj.user @@ -2,5 +2,13 @@ <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectView>ProjectFiles</ProjectView> + <PublishUrlHistory /> + <InstallUrlHistory /> + <SupportUrlHistory /> + <UpdateUrlHistory /> + <BootstrapperUrlHistory /> + <ErrorReportUrlHistory /> + <FallbackCulture>de-DE</FallbackCulture> + <VerifyUploadedFiles>false</VerifyUploadedFiles> </PropertyGroup> </Project> \ No newline at end of file