Rinominato progetto da Converter a Ganimede
- Rimosso `Converter.sln` e aggiunto `Ganimede.sln` con stessa configurazione. - Rimosso `Converter.csproj` e aggiunto `Ganimede.csproj` mantenendo framework `net8.0-windows` e dipendenze. - Aggiornato namespace in `Settings.Designer.cs` da `Converter.Properties` a `Ganimede.Properties`. - Conservate configurazioni principali e riferimento al pacchetto `FFMpegCore` (versione 5.2.0).
This commit is contained in:
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.14.36408.4
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Converter", "Ganimede\Converter.csproj", "{94D2BB13-2831-0E3F-70BC-3385A57E87F3}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ganimede", "Ganimede\Ganimede.csproj", "{94D2BB13-2831-0E3F-70BC-3385A57E87F3}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Converter.Properties {
|
||||
namespace Ganimede.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
|
||||
Reference in New Issue
Block a user