Skip to content

Commit

Permalink
IcWa - Fixed json issue and readded dalamud packager for testing purp…
Browse files Browse the repository at this point in the history
…oses also added ref for some files into sln
  • Loading branch information
FloryxHwa committed Jul 4, 2024
1 parent 5dae2ae commit f74e11f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions DalamudPackager.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<DalamudPackager
ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
MakeZip="true"/>
</Target>
</Project>
4 changes: 4 additions & 0 deletions EasyZoomReborn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Version>1.0.0.1</Version>
</PropertyGroup>

<ItemGroup>
<Content Include="EasyZoomReborn.json" CopyToOutputDirectory="Always" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json → EasyZoomReborn.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Author": "IncognitoWater",
"Punchline": "Easy zoom distance unlock and fov control. /ez opens the EasyZoomReborn configuration window.",
"Description": "Easy zoom distance unlock and fov control. /ez Opens the EasyZoomReborn configuration window.",
"RepoUrl": "None",
"RepoUrl": "https://github.com/IncognitoWater/EasyZoomReborn",
"DalamudApiLevel": 10,
"Tags": [ "zoom", "Camera" ]
}
6 changes: 6 additions & 0 deletions EasyZoomReborn.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyZoomReborn", "EasyZoomReborn.csproj", "{517A4352-7F10-48B9-B332-BB592157E377}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
manifest.json = manifest.json
.github\workflows\publish.yaml = .github\workflows\publish.yaml
EndProjectSection

EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit f74e11f

Please sign in to comment.