Skip to content

Commit 89945c7

Browse files
committed
[Remove] Binaries, move to Nuget for dependencies
1 parent c159722 commit 89945c7

11 files changed

+3
-16
lines changed

.gitignore

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,4 @@
55

66
# Sublime text project
77
*.sublime-workspace
8-
*.sublime-project
9-
10-
# Libraries
11-
lib/*.dll
12-
!lib/Mono*.dll
13-
lib/Mono.Posix.dll
14-
lib/Mono.Security.dll
8+
*.sublime-project

NativeFileDialogSharp.dll

-9 KB
Binary file not shown.
File renamed without changes.

source/RL2.ModLoader.DevSetup.csproj renamed to RL2.ModLoader.DevSetup.csproj

+2-9
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<Reference Include="lib\*.dll" />
14-
</ItemGroup>
13+
<PackageReference Include="NativeFileDialogSharp" Version="0.5.0" />
14+
</ItemGroup>
1515

16-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
17-
<ItemGroup>
18-
<Libs Include="$(ProjectDir)\nfd.dll;$(ProjectDir)\nfd_x86.dll;$(ProjectDir)\lib\*.dll;$(TargetDir)\RL2.ModLoader.DevSetup.exe" />
19-
</ItemGroup>
20-
21-
<Copy SourceFiles="@(Libs)" DestinationFolder="..\" />
22-
</Target>
2316
</Project>

RL2.ModLoader.DevSetup.exe

-7 KB
Binary file not shown.

nfd.dll

-17.5 KB
Binary file not shown.

nfd_x86.dll

-14 KB
Binary file not shown.

source/lib/NativeFileDialogSharp.dll

-9 KB
Binary file not shown.

source/lib/NativeFileDialogSharp.pdb

-4.11 KB
Binary file not shown.

source/nfd.dll

-17.5 KB
Binary file not shown.

source/nfd_x86.dll

-14 KB
Binary file not shown.

0 commit comments

Comments
 (0)