|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>netstandard2.0</TargetFramework> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
6 |
| - <Version>1.0.1.5</Version> |
7 |
| - <AssemblyVersion>1.0.1.5</AssemblyVersion> |
8 |
| - <FileVersion>1.0.1.5</FileVersion> |
9 |
| - <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
10 |
| - <Title>Motiony.EDSDK</Title> |
11 |
| - <PackageProjectUrl>https://github.com/Motiony/EDSDK.NET.git</PackageProjectUrl> |
12 |
| - <RepositoryUrl>https://github.com/Motiony/EDSDK.NET.git</RepositoryUrl> |
| 6 | + <Version>1.0.1.6</Version> |
| 7 | + <AssemblyVersion>1.0.1.6</AssemblyVersion> |
| 8 | + <FileVersion>1.0.1.6</FileVersion> |
| 9 | + <PackageProjectUrl>https://github.com/Motiony/EDSDK.NET.git</PackageProjectUrl> |
| 10 | + <RepositoryUrl>https://github.com/Motiony/EDSDK.NET.git</RepositoryUrl> |
13 | 11 | <Authors>Motiony</Authors>
|
14 | 12 | </PropertyGroup>
|
15 | 13 |
|
16 | 14 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
17 | 15 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
18 | 16 | </PropertyGroup>
|
19 | 17 |
|
20 |
| - <ItemGroup> |
21 |
| - <None Include="..\lib\EDSDK.dll" Link="\lib\EDSDK.dll"> |
22 |
| - <Pack>true</Pack> |
23 |
| - <PackagePath>lib</PackagePath> |
24 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
25 |
| - </None> |
26 |
| - <None Include="..\lib\EdsImage.dll" Link="\lib\EdsImage.dll"> |
27 |
| - <Pack>true</Pack> |
28 |
| - <PackagePath>lib</PackagePath> |
29 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
30 |
| - </None> |
31 |
| - </ItemGroup> |
32 |
| - |
33 | 18 | <ItemGroup>
|
34 | 19 | <PackageReference Include="Emgu.CV" Version="4.8.0.5324" />
|
35 | 20 | </ItemGroup>
|
36 | 21 |
|
37 | 22 | <ItemGroup>
|
38 |
| - <Folder Include="lib\" /> |
| 23 | + <Content Include="lib\EDSDK.dll"> |
| 24 | + <Pack>true</Pack> |
| 25 | + <PackagePath>lib\$(TargetFramework)</PackagePath> |
| 26 | + </Content> |
| 27 | + <ContentWithTargetPath Include="lib\EDSDK.dll"> |
| 28 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 29 | + <TargetPath>EDSDK.dll</TargetPath> |
| 30 | + </ContentWithTargetPath> |
| 31 | + <Content Include="lib\EdsImage.dll"> |
| 32 | + <Pack>true</Pack> |
| 33 | + <PackagePath>lib\$(TargetFramework)</PackagePath> |
| 34 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 35 | + </Content> |
| 36 | + <ContentWithTargetPath Include="lib\EdsImage.dll"> |
| 37 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 38 | + <TargetPath>EdsImage.dll</TargetPath> |
| 39 | + </ContentWithTargetPath> |
39 | 40 | </ItemGroup>
|
40 | 41 | </Project>
|
0 commit comments