Skip to content

Commit 9299f89

Browse files
committed
Updated readme.
1 parent cb348b6 commit 9299f89

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# ReClass.NET-SamplePlugin
22
Sample plugins for ReClass.NET (https://github.com/KN4CK3R/ReClass.NET).
3+
4+
## Compiling
5+
If you want to compile the ReClass.NET Sample Plugins just fork the repository and create the following folder structure. If you don't use this structure you need to fix the project references.
6+
7+
```
8+
..\ReClass.NET\
9+
..\ReClass.NET\ReClass.NET\ReClass.NET.csproj
10+
..\ReClass.NET-SamplePlugin
11+
..\ReClass.NET-SamplePlugin\ReClass.NET SamplePlugin.sln
12+
```

ReClass.NET SamplePlugin.sln

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SamplePluginHybrid", "Hybri
1111
EndProject
1212
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SamplePluginNative", "Native\SamplePlugin.vcxproj", "{22CA6FDB-7622-4F94-8FC2-2E7AB481C86F}"
1313
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E62BB7E9-C977-471E-BDFD-8EAEAAB9C720}"
15+
ProjectSection(SolutionItems) = preProject
16+
README.md = README.md
17+
EndProjectSection
18+
EndProject
1419
Global
1520
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1621
Debug|x64 = Debug|x64

0 commit comments

Comments
 (0)