Skip to content

Commit 7238fa3

Browse files
committed
add spec file
1 parent 0ff506e commit 7238fa3

12 files changed

+55
-15
lines changed
-445 KB
Binary file not shown.

Lib_Auto_LDPlayer/Auto_LDPlayer.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<DefineConstants>TRACE</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
33+
<PackageIcon>icon.png</PackageIcon>
3334
</PropertyGroup>
3435
<ItemGroup>
3536
<Reference Include="PresentationCore" />
@@ -52,7 +53,10 @@
5253
<Compile Include="Properties\AssemblyInfo.cs" />
5354
</ItemGroup>
5455
<ItemGroup>
55-
<Content Include="icon.png" />
56+
<Content Include="images\icon.png" />
57+
</ItemGroup>
58+
<ItemGroup>
59+
<None Include="images\icon.png" Pack="true" PackagePath=""/>
5660
</ItemGroup>
5761
<ItemGroup>
5862
<PackageReference Include="EMGU.CV">
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package >
3+
<metadata>
4+
<id>Auto_LDPlayer</id>
5+
<version>1.1.0</version>
6+
<title>Auto_LDPlayer</title>
7+
<authors>Drnxloc</authors>
8+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<license type="expression">MIT</license>
10+
<icon>images\icon.png</icon>
11+
<projectUrl>https://github.com/drnxloc/AutoLDPlayer</projectUrl>
12+
<description>Library support LDPlayer.</description>
13+
<releaseNotes>LDPlayer Library</releaseNotes>
14+
<copyright>Drnxloc</copyright>
15+
<tags>AutoLDPlayer ADB</tags>
16+
<dependencies>
17+
<dependency id="Emgu.CV" version="4.8.1.5350" />
18+
<dependency id="KAutoHelper_Kteam" version="1.0.1.2" />
19+
</dependencies>
20+
</metadata>
21+
<files>
22+
<file src="..\icon.png" target="images\" />
23+
</files>
24+
</package>

Lib_Auto_LDPlayer/obj/Auto_LDPlayer.csproj.nuget.dgspec.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
2424
],
2525
"originalTargetFrameworks": [
26-
"net48"
26+
"net471"
2727
],
2828
"sources": {
2929
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
3030
"https://api.nuget.org/v3/index.json": {}
3131
},
3232
"frameworks": {
33-
"net48": {
33+
"net471": {
3434
"projectReferences": {}
3535
}
3636
},
@@ -41,7 +41,7 @@
4141
}
4242
},
4343
"frameworks": {
44-
"net48": {
44+
"net471": {
4545
"dependencies": {
4646
"EMGU.CV": {
4747
"target": "Package",
8.54 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d3b481c2e238b150c632598ca059a21a2a392bae290d66263bd3bfe9f736a15d
1+
58852af1a1e220e67578a580cef3118b4f5b9a6a5c096856a8f1c6a77d5b920e

Lib_Auto_LDPlayer/obj/Release/Auto_LDPlayer.csproj.FileListAbsolute.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,15 @@ D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Text.Encodings.Web.d
192192
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Text.Json.dll
193193
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Threading.Tasks.Extensions.dll
194194
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.ValueTuple.dll
195+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Data.Common.dll
196+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Diagnostics.StackTrace.dll
197+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Diagnostics.Tracing.dll
198+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Globalization.Extensions.dll
199+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.IO.Compression.dll
200+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Net.Http.dll
201+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Net.Sockets.dll
202+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Runtime.Serialization.Primitives.dll
203+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Security.Cryptography.Algorithms.dll
204+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Security.SecureString.dll
205+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Threading.Overlapped.dll
206+
D:\Dev\C#\AutoLDPlayer\Lib_Auto_LDPlayer\bin\Release\System.Xml.XPath.XDocument.dll
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
64 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)