|
6 | 6 | <RootNamespace>SmallEarthTech.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace> |
7 | 7 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
8 | 8 | <AssemblyVersion>1.1.0.0</AssemblyVersion> |
| 9 | + <AssemblyName>SmallEarthTech.$(MSBuildProjectName)</AssemblyName> |
| 10 | + <Version>$(AssemblyVersion)</Version> |
| 11 | + <Title>Garmin/Dynastream ANT+ USB Stick Class Library</Title> |
| 12 | + <GeneratePackageOnBuild>False</GeneratePackageOnBuild> |
| 13 | + <Authors>Stephen Hidem</Authors> |
| 14 | + <Description>Provides an interface to ANT+ USB sticks available from Garmin/Dynastream. This class is used in the example projects located at the project URL.</Description> |
| 15 | + <Copyright>© $(Authors). All rights reserved.</Copyright> |
| 16 | + <PackageProjectUrl>https://github.com/StephenHidem/AntPlus</PackageProjectUrl> |
| 17 | + <RepositoryUrl>https://github.com/StephenHidem/AntPlus</RepositoryUrl> |
| 18 | + <PackageReadmeFile></PackageReadmeFile> |
| 19 | + <PackageTags>ant; ant+; antplus; smallearthtech</PackageTags> |
| 20 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 21 | + <IncludeSymbols>True</IncludeSymbols> |
| 22 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
9 | 23 | </PropertyGroup> |
10 | 24 |
|
11 | | - <ItemGroup> |
12 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" /> |
13 | | - </ItemGroup> |
| 25 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 26 | + <Prefer32Bit>False</Prefer32Bit> |
| 27 | + </PropertyGroup> |
| 28 | + |
| 29 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 30 | + <Prefer32Bit>False</Prefer32Bit> |
| 31 | + </PropertyGroup> |
14 | 32 |
|
15 | 33 | <ItemGroup> |
16 | | - <ProjectReference Include="..\..\AntRadioInterface\AntRadioInterface.csproj" /> |
| 34 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" /> |
| 35 | + <PackageReference Include="SmallEarthTech.AntRadioInterface" Version="1.0.1" /> |
17 | 36 | </ItemGroup> |
18 | 37 |
|
19 | 38 | <ItemGroup> |
|
22 | 41 | </Reference> |
23 | 42 | </ItemGroup> |
24 | 43 |
|
25 | | - <ItemGroup> |
26 | | - <None Update="ANT_NET.dll"> |
27 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
28 | | - </None> |
29 | | - <None Update="ANT_WrappedLib.dll"> |
30 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
31 | | - </None> |
32 | | - <None Update="DSI_CP210xManufacturing_3_1.dll"> |
33 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
34 | | - </None> |
35 | | - <None Update="DSI_SiUSBXp_3_1.dll"> |
36 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
37 | | - </None> |
38 | | - </ItemGroup> |
| 44 | + <ItemGroup> |
| 45 | + <None Update="ANT_NET.dll"> |
| 46 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 47 | + </None> |
| 48 | + <None Update="ANT_WrappedLib.dll"> |
| 49 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 50 | + </None> |
| 51 | + <None Update="DSI_CP210xManufacturing_3_1.dll"> |
| 52 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 53 | + </None> |
| 54 | + <None Update="DSI_SiUSBXp_3_1.dll"> |
| 55 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 56 | + </None> |
| 57 | + </ItemGroup> |
39 | 58 |
|
40 | 59 | </Project> |
0 commit comments