sc 2 years ago
parent
commit
c5732e0603
  1. BIN
      Logo/sunlight_logo.ico
  2. BIN
      Logo/sunlight_logo.jpg
  3. BIN
      Logo/sunlight_logotext.jpg
  4. 4
      Properties/AssemblyInfo.cs
  5. 6
      formula_manage.csproj
  6. BIN
      sunlight_logo.ico

BIN
Logo/sunlight_logo.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
Logo/sunlight_logo.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
Logo/sunlight_logotext.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

4
Properties/AssemblyInfo.cs

@ -10,9 +10,9 @@ using System.Windows;
[assembly: AssemblyTitle("formula_manage")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("SUNLIGHT")]
[assembly: AssemblyProduct("formula_manage")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyCopyright("SUNLIGHT © 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

6
formula_manage.csproj

@ -53,6 +53,9 @@
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>sunlight_logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="CommonServiceLocator, Version=2.0.2.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>packages\CommonServiceLocator.2.0.2\lib\net45\CommonServiceLocator.dll</HintPath>
@ -249,5 +252,8 @@
<ItemGroup>
<Folder Include="UserControls\" />
</ItemGroup>
<ItemGroup>
<Resource Include="sunlight_logo.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

BIN
sunlight_logo.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Loading…
Cancel
Save