Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Commander-Cat101 authored Mar 17, 2023
1 parent 6815dd5 commit ce41b89
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 75 deletions.
3 changes: 2 additions & 1 deletion ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ namespace MonkeyAirship
{
public static class ModHelperData
{
public const string Version = "1.0.0";
public const string Version = "1.1.0";
public const string WorksOnVersion = "35";
public const string Name = "MonkeyAirship";

public const string Description = "This mods adds the Monkey Airship, a powerful flying tower that obliterates bloons!";
Expand Down
50 changes: 14 additions & 36 deletions MonkeyAirship.csproj
Original file line number Diff line number Diff line change
@@ -1,36 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RootNamespace>MonkeyAirship</RootNamespace>
<Configurations>Debug;Release</Configurations>
<Nullable>enable</Nullable>
<AssemblyName>MonkeyAirship</AssemblyName>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>False</Optimize>
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>True</Optimize>
<DebugType>none</DebugType>
</PropertyGroup>

<Import Project="..\btd6.targets" />

<ItemGroup>
<Compile Remove="Displays\TopPath\**" />
<EmbeddedResource Remove="Displays\TopPath\**" />
<None Remove="Displays\TopPath\**" />
</ItemGroup>

<ItemGroup>
<None Remove="Displays\Display100.png" />
<None Remove="Displays\MonkeyAirshipBaseDisplayMonkeyAirship.png" />
<None Remove="Displays\Projectiles\ApacheLaserPulse.png" />
<None Remove="Displays\Projectiles\ArmourPiercingDisplay.png" />
<None Remove="Displays\Projectiles\PlasmaBulletDisplay.png" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>MonkeyAirship</RootNamespace>
<Configurations>Debug;Release</Configurations>
<Nullable>enable</Nullable>
<AssemblyName>MonkeyAirship</AssemblyName>
<LangVersion>latest</LangVersion>
<Optimize>False</Optimize>
<DebugType>embedded</DebugType>
</PropertyGroup>

<Import Project="..\btd6.targets" />
</Project>
49 changes: 25 additions & 24 deletions MonkeyAirship.sln
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonkeyAirship", "MonkeyAirship.csproj", "{561A9956-B233-4A83-87E5-D886071BC206}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED8C0DB6-D308-4167-936E-835A3A5386AA}
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonkeyAirship", "MonkeyAirship.csproj", "{561A9956-B233-4A83-87E5-D886071BC206}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED8C0DB6-D308-4167-936E-835A3A5386AA}
EndGlobalSection
EndGlobal
28 changes: 14 additions & 14 deletions Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"profiles": {
"BloonsTD6": {
"commandName": "Executable",
"executablePath": "$(BloonsTD6)/BloonsTD6.exe",
"workingDirectory": "$(BloonsTD6)"
},
"BloonsTD6 (ML Debug)": {
"commandName": "Executable",
"executablePath": "$(BloonsTD6)/BloonsTD6.exe",
"workingDirectory": "$(BloonsTD6)",
"commandLineArgs": "--melonloader.debug"
}
}
{
"profiles": {
"BloonsTD6": {
"commandName": "Executable",
"executablePath": "$(BloonsTD6)/BloonsTD6.exe",
"workingDirectory": "$(BloonsTD6)"
},
"BloonsTD6 (ML Debug)": {
"commandName": "Executable",
"executablePath": "$(BloonsTD6)/BloonsTD6.exe",
"workingDirectory": "$(BloonsTD6)",
"commandLineArgs": "--melonloader.debug"
}
}
}

0 comments on commit ce41b89

Please sign in to comment.