|
54 | 54 | <ApplicationManifest>app.manifest</ApplicationManifest> |
55 | 55 | </PropertyGroup> |
56 | 56 | <PropertyGroup> |
57 | | - <ApplicationIcon>screenicon.ico</ApplicationIcon> |
| 57 | + <ApplicationIcon>file_icon.ico</ApplicationIcon> |
58 | 58 | </PropertyGroup> |
59 | 59 | <ItemGroup> |
60 | 60 | <Reference Include="System" /> |
|
69 | 69 | <Reference Include="System.Xml" /> |
70 | 70 | </ItemGroup> |
71 | 71 | <ItemGroup> |
| 72 | + <Compile Include="AppSettings.cs" /> |
72 | 73 | <Compile Include="frmMain.cs"> |
73 | 74 | <SubType>Form</SubType> |
74 | 75 | </Compile> |
|
83 | 84 | </EmbeddedResource> |
84 | 85 | <EmbeddedResource Include="Properties\Resources.resx"> |
85 | 86 | <Generator>ResXFileCodeGenerator</Generator> |
86 | | - <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
87 | 87 | <SubType>Designer</SubType> |
| 88 | + <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
88 | 89 | </EmbeddedResource> |
89 | | - <Compile Include="Properties\Resources.Designer.cs"> |
90 | | - <AutoGen>True</AutoGen> |
91 | | - <DependentUpon>Resources.resx</DependentUpon> |
92 | | - <DesignTime>True</DesignTime> |
93 | | - </Compile> |
94 | 90 | <None Include="app.manifest" /> |
95 | 91 | <None Include="Properties\Settings.settings"> |
96 | 92 | <Generator>SettingsSingleFileGenerator</Generator> |
97 | 93 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
98 | 94 | </None> |
| 95 | + <Compile Include="Properties\Resources.Designer.cs"> |
| 96 | + <AutoGen>True</AutoGen> |
| 97 | + <DesignTime>True</DesignTime> |
| 98 | + <DependentUpon>Resources.resx</DependentUpon> |
| 99 | + </Compile> |
99 | 100 | <Compile Include="Properties\Settings.Designer.cs"> |
100 | 101 | <AutoGen>True</AutoGen> |
101 | 102 | <DependentUpon>Settings.settings</DependentUpon> |
|
106 | 107 | <None Include="App.config" /> |
107 | 108 | </ItemGroup> |
108 | 109 | <ItemGroup> |
109 | | - <Content Include="imgPrev.png" /> |
| 110 | + <None Include="logo_icon.png" /> |
| 111 | + <None Include="logo_text.png" /> |
| 112 | + <Content Include="file_icon.ico" /> |
110 | 113 | <Content Include="screenicon.ico" /> |
111 | | - <Content Include="ScreenTaskBackground.png" /> |
112 | 114 | <Content Include="ScreenTaskMain.png" /> |
113 | 115 | <Content Include="ScreenTaskWebUI.png" /> |
| 116 | + <None Include="screentask_logo.png" /> |
114 | 117 | <Content Include="WebServer\bootstrap.min.css"> |
115 | 118 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
116 | 119 | </Content> |
|
0 commit comments