Skip to content

Commit e8e4813

Browse files
committed
Add project files.
1 parent 6903942 commit e8e4813

15 files changed

Lines changed: 2464 additions & 3345 deletions

BananaModManager.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFramework>net9.0-windows</TargetFramework>
6+
<Nullable>enable</Nullable>
7+
<UseWindowsForms>true</UseWindowsForms>
8+
<ImplicitUsings>enable</ImplicitUsings>
9+
</PropertyGroup>
10+
11+
</Project>

BananaModManager.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.14.36109.1 d17.14
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BananaModManager", "BananaModManager.csproj", "{B8963F77-99CD-494C-B01D-FE060112867B}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{B8963F77-99CD-494C-B01D-FE060112867B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{B8963F77-99CD-494C-B01D-FE060112867B}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{B8963F77-99CD-494C-B01D-FE060112867B}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{B8963F77-99CD-494C-B01D-FE060112867B}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {1C396E7D-8CB2-4B38-844C-BAD4F0B7419E}
24+
EndGlobalSection
25+
EndGlobal

Classes/ReleaseInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using PygmyModManager.Internals.SimpleJSON;
1+
using BananaModManager.Utils.SimpleJSON;
22

3-
namespace PygmyModManager.Classes
3+
namespace BananaModManager.Classes
44
{
55
/*
66
MIT License

Classes/SourceInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace PygmyModManager.Classes
1+
namespace BananaModManager.Classes
22
{
33
public class SourceInfo(string _title, string _link)
44
{

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 SirKingBinx
3+
Copyright (c) 2025 DevPixel, Bingus, Capuchin Modding Community
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Main.Designer.cs

Lines changed: 59 additions & 206 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)