We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdaec2 commit 1109f98Copy full SHA for 1109f98
Flow.Launcher/Flow.Launcher.csproj
@@ -128,21 +128,6 @@
128
</Content>
129
</ItemGroup>
130
131
- <ItemGroup>
132
- <Compile Update="Properties\Settings.Designer.cs">
133
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
134
- <AutoGen>True</AutoGen>
135
- <DependentUpon>Settings.settings</DependentUpon>
136
- </Compile>
137
- </ItemGroup>
138
-
139
140
- <None Update="Properties\Settings.settings">
141
- <Generator>SettingsSingleFileGenerator</Generator>
142
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
143
- </None>
144
145
146
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
147
<Exec Command="taskkill /f /fi "IMAGENAME eq Flow.Launcher.exe"" />
148
</Target>
0 commit comments