Skip to content

Commit

Permalink
fix 修改项目文件
Browse files Browse the repository at this point in the history
  • Loading branch information
THEXN committed Apr 22, 2024
1 parent 8bb40bc commit c23608d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion ItemPreserver/ItemPreserver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ItemPreserver : TerrariaPlugin
public override string Author => "肝帝熙恩 & 少司命";
public override string Description => "指定物品不消耗";
public override string Name => "ItemPreserver";
public override Version Version => new Version(1, 0, 4);
public override Version Version => new Version(1, 0, 5);
public static Configuration Config;

public class Pitem
Expand Down
12 changes: 1 addition & 11 deletions ItemPreserver/ItemPreserver.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TShock" Version="5.2.0" />
</ItemGroup>

<Import Project="..\template.targets" />
</Project>
18 changes: 9 additions & 9 deletions Plugin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VeinMiner", "VeinMiner\Vein
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PersonalPermission", "PersonalPermission\PersonalPermission.csproj", "{673A34A5-8C67-4909-885F-BD47AF0F58A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ItemPreserver", "..\完善\源码\ItemPreserver\ItemPreserver\ItemPreserver\ItemPreserver.csproj", "{95E40399-76DD-4D08-A9DC-7B1851B58EDE}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ItemPreserver", "ItemPreserver\ItemPreserver.csproj", "{403509B6-B74A-4E42-A044-EDC8F31DDF6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -498,14 +498,14 @@ Global
{673A34A5-8C67-4909-885F-BD47AF0F58A4}.Release|Any CPU.Build.0 = Release|Any CPU
{673A34A5-8C67-4909-885F-BD47AF0F58A4}.Release|x64.ActiveCfg = Release|Any CPU
{673A34A5-8C67-4909-885F-BD47AF0F58A4}.Release|x64.Build.0 = Release|Any CPU
{95E40399-76DD-4D08-A9DC-7B1851B58EDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95E40399-76DD-4D08-A9DC-7B1851B58EDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95E40399-76DD-4D08-A9DC-7B1851B58EDE}.Debug|x64.ActiveCfg = Debug|Any CPU
{95E40399-76DD-4D08-A9DC-7B1851B58EDE}.Debug|x64.Build.0 = Debug|Any CPU
{95E40399-76DD-4D08-A9DC-7B1851B58EDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95E40399-76DD-4D08-A9DC-7B1851B58EDE}.Release|Any CPU.Build.0 = Release|Any CPU
{95E40399-76DD-4D08-A9DC-7B1851B58EDE}.Release|x64.ActiveCfg = Release|Any CPU
{95E40399-76DD-4D08-A9DC-7B1851B58EDE}.Release|x64.Build.0 = Release|Any CPU
{403509B6-B74A-4E42-A044-EDC8F31DDF6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{403509B6-B74A-4E42-A044-EDC8F31DDF6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{403509B6-B74A-4E42-A044-EDC8F31DDF6D}.Debug|x64.ActiveCfg = Debug|Any CPU
{403509B6-B74A-4E42-A044-EDC8F31DDF6D}.Debug|x64.Build.0 = Debug|Any CPU
{403509B6-B74A-4E42-A044-EDC8F31DDF6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{403509B6-B74A-4E42-A044-EDC8F31DDF6D}.Release|Any CPU.Build.0 = Release|Any CPU
{403509B6-B74A-4E42-A044-EDC8F31DDF6D}.Release|x64.ActiveCfg = Release|Any CPU
{403509B6-B74A-4E42-A044-EDC8F31DDF6D}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit c23608d

Please sign in to comment.