Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Code edit
Browse files Browse the repository at this point in the history
  • Loading branch information
macedonga committed Dec 18, 2019
1 parent a4a72f4 commit 8870e64
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 240 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
*.resources
*.CopyComplete
*.exe
*.lock
.vs/Desktop Widgets/v16/.suo
*.ide-shm
*.ide-wal
Binary file not shown.
4 changes: 2 additions & 2 deletions EditedControls/EditedControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{BD8FE308-0429-4133-A993-824C6C39F694}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ProgressBar</RootNamespace>
<AssemblyName>ProgressBar</AssemblyName>
<RootNamespace>EditedControls</RootNamespace>
<AssemblyName>EditedControls</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
Expand Down
19 changes: 8 additions & 11 deletions EditedControls/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,29 @@
// Le informazioni generali relative a un assembly sono controllate dal seguente
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
// associate a un assembly.
[assembly: AssemblyTitle("ProgressBar")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Edited Controls")]
[assembly: AssemblyDescription("Edited Controls used for Desktop Widgets")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ProgressBar")]
[assembly: AssemblyCompany("Marco Ceccon")]
[assembly: AssemblyProduct("Edited Controls")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili
// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da
// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili
// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da
// COM, impostare su true l'attributo ComVisible per tale tipo.
[assembly: ComVisible(false)]

// Se il progetto viene esposto a COM, il GUID seguente verrà utilizzato come ID della libreria dei tipi
[assembly: Guid("bd8fe308-0429-4133-a993-824c6c39f694")]
[assembly: Guid("45ae2340-9b56-418a-bc0c-80acf3583acd")]

// Le informazioni sulla versione di un assembly sono costituite dai seguenti quattro valori:
//
// Versione principale
// Versione secondaria
// Versione secondaria
// Numero di build
// Revisione
//
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// usando l'asterisco '*' come illustrato di seguito:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
// associate a un assembly.
[assembly: AssemblyTitle("Desktop Widgets")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Desktop Widgets Windows 10 style")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Marco Ceccon")]
[assembly: AssemblyProduct("Desktop Widgets")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
Expand Down
71 changes: 0 additions & 71 deletions Properties/Resources.Designer.cs

This file was deleted.

117 changes: 0 additions & 117 deletions Properties/Resources.resx

This file was deleted.

30 changes: 0 additions & 30 deletions Properties/Settings.Designer.cs

This file was deleted.

7 changes: 0 additions & 7 deletions Properties/Settings.settings

This file was deleted.

0 comments on commit 8870e64

Please sign in to comment.