From 345d11c89033d42cc5bdda1e8de87c6c9f92fe83 Mon Sep 17 00:00:00 2001 From: Klaus Merzbach <me@merzbach.com> Date: Thu, 30 Jan 2020 10:28:56 +0100 Subject: [PATCH] Wetterstation aktuell abgespeichert --- Wetterstation/Wetterstation.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Wetterstation/Wetterstation.csproj b/Wetterstation/Wetterstation.csproj index 7a4aed3..dd0f130 100644 --- a/Wetterstation/Wetterstation.csproj +++ b/Wetterstation/Wetterstation.csproj @@ -55,6 +55,12 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Settings.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Settings.Designer.cs"> + <DependentUpon>Settings.cs</DependentUpon> + </Compile> <EmbeddedResource Include="Form1.resx"> <DependentUpon>Form1.cs</DependentUpon> </EmbeddedResource> -- GitLab