Skip to content

Commit ff1b35e

Browse files
committed
set startup file and add app.config
1 parent b8f6d3e commit ff1b35e

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

CleanModQueue/CleanModQueue.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<ApplicationIcon>
3838
</ApplicationIcon>
3939
</PropertyGroup>
40+
<PropertyGroup>
41+
<StartupObject>Dino.Tools.Reddit.CleanModQueue.Program</StartupObject>
42+
</PropertyGroup>
4043
<ItemGroup>
4144
<Reference Include="System" />
4245
<Reference Include="System.Core" />
@@ -108,6 +111,7 @@
108111
<EmbeddedResource Include="SettingsForm.resx">
109112
<DependentUpon>SettingsForm.cs</DependentUpon>
110113
</EmbeddedResource>
114+
<None Include="app.config" />
111115
<None Include="Properties\DataSources\AuditLog.datasource" />
112116
<None Include="Properties\DataSources\Reddit.OnePost.datasource" />
113117
<None Include="Properties\DataSources\Reddit.OnePostData.datasource" />

CleanModQueue/Properties/Settings.Designer.cs

Lines changed: 10 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CleanModQueue/app.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<configuration>
4+
<startup>
5+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
6+
</startup>
7+
</configuration>

0 commit comments

Comments
 (0)