Settings and Downloads

This commit is contained in:
FuketsuBaka 2018-11-18 05:48:20 +07:00
parent af72217bd2
commit 60df0e3891
5 changed files with 10 additions and 3 deletions

BIN
ClearCache1C/1C_120.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -7,7 +7,7 @@
<ProjectGuid>{CA37FAA9-7C77-4C16-81A4-3BBD93F235A1}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>ClearCache1C</RootNamespace>
<AssemblyName>ClearCache1C</AssemblyName>
<AssemblyName>Чистка кэша 1С</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@ -47,6 +47,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Custom-Icon-Design-Mini-File-delete.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -141,5 +144,9 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="1C_120.ico" />
<Content Include="Custom-Icon-Design-Mini-File-delete.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -5,8 +5,8 @@ using System.Runtime.InteropServices;
// Общие сведения об этой сборке предоставляются следующим набором
// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения,
// связанные со сборкой.
[assembly: AssemblyTitle("ClearCache1C")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Чистка кэша 1С")]
[assembly: AssemblyDescription("Чистка кэша 1С")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ClearCache1C")]