Skip to content

Commit

Permalink
Setup project
Browse files Browse the repository at this point in the history
  • Loading branch information
NandoRunner committed Aug 14, 2020
1 parent 91e85bf commit 0e8ee49
Show file tree
Hide file tree
Showing 4 changed files with 1,045 additions and 2 deletions.
1 change: 1 addition & 0 deletions Business.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public static void DeleteFiles(TreeView treeView, int recentFiles)
var result = parentNode.OfType<TreeNode>()
.FirstOrDefault(node => node.Text.Equals(file.Name));
treeView.SafeInvoke(c => c.Nodes.Remove(result));
fileList.Remove(file.FullName);
file.Delete();
deletedFiles++;
}
Expand Down
5 changes: 5 additions & 0 deletions EmuELEC-GameProgressBackup.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmuELEC-GameProgressBackup", "EmuELEC-GameProgressBackup.csproj", "{8944092B-3CB3-40E0-B613-2839B5FD9BAD}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{C74324CC-E370-4D0B-A44A-F0EC5629DE68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -18,6 +20,9 @@ Global
{8944092B-3CB3-40E0-B613-2839B5FD9BAD}.NoOffice-Debug|Any CPU.Build.0 = Debug|Any CPU
{8944092B-3CB3-40E0-B613-2839B5FD9BAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8944092B-3CB3-40E0-B613-2839B5FD9BAD}.Release|Any CPU.Build.0 = Release|Any CPU
{C74324CC-E370-4D0B-A44A-F0EC5629DE68}.Debug|Any CPU.ActiveCfg = Debug
{C74324CC-E370-4D0B-A44A-F0EC5629DE68}.NoOffice-Debug|Any CPU.ActiveCfg = Debug
{C74324CC-E370-4D0B-A44A-F0EC5629DE68}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão
// usando o "*" como mostrado abaixo:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.10")]
[assembly: AssemblyFileVersion("1.0.10")]
[assembly: AssemblyVersion("1.0.13")]
[assembly: AssemblyFileVersion("1.0.13")]
Loading

0 comments on commit 0e8ee49

Please sign in to comment.