-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Commander-Cat101/main
Upgrades .csproj file, Updated ModHelperData
- Loading branch information
Showing
4 changed files
with
55 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |