Skip to content

Commit 3c6e1e1

Browse files
committed
Readme.md
1 parent 2a1b879 commit 3c6e1e1

File tree

6 files changed

+12
-16
lines changed

6 files changed

+12
-16
lines changed

.vs/PmxEditorPlugins/v16/.suo

9 KB
Binary file not shown.

.vs/VSWorkspaceState.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ExpandedNodes": [
3-
""
3+
"",
4+
"\\MMDTools.MaterialTextureTool"
45
],
56
"PreviewInSolutionExplorer": false
67
}

.vs/slnx.sqlite

8 KB
Binary file not shown.

MMDTools.csproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="packages\ILMerge.3.0.29\build\ILMerge.props" Condition="Exists('packages\ILMerge.3.0.29\build\ILMerge.props')" />
43
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
54
<PropertyGroup>
65
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -63,17 +62,4 @@
6362
<None Include="packages.config" />
6463
</ItemGroup>
6564
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
67-
<PropertyGroup>
68-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
69-
</PropertyGroup>
70-
<Error Condition="!Exists('packages\ILMerge.3.0.29\build\ILMerge.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\ILMerge.3.0.29\build\ILMerge.props'))" />
71-
</Target>
72-
<ItemGroup>
73-
<PackageReference Include="ILMerge" Version="3.0.29" />
74-
</ItemGroup>
75-
<Target Name="ILMerge">
76-
<!-- the ILMergePath property points to the location of ILMerge.exe console application -->
77-
<Exec Command="$(ILMergeConsolePath) /out:bin\Release\MergedMMDTools.dll ^&#xD;&#xA; bin\Release\MMDTools.dll ^&#xD;&#xA; bin\Release\Newtonsoft.Json.dll " />
78-
</Target>
7965
</Project>

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# PmxEditorPlugins
22
Repo for pmx editor plugins
3+
## Usage
4+
Extract the release zip to the pmx editor plugin folder like below
5+
6+
```
7+
.
8+
+-- _plugin
9+
| +-- MMDTools
10+
| | +-- MaterialTextureTool.dll
11+
| | +-- Newtonsoft.Json.dll
12+
```

packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ILMerge" version="3.0.29" targetFramework="net472" />
43
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
54
</packages>

0 commit comments

Comments
 (0)